src: Move all source code to src/newlang
The Python ecosystem works much better if we deicide our source code is actually a module named 'newlang'. I've been putting off changing this for a long time, but I might as well do it now. |
---|
|
build.py |
---|
env.ps1 |
---|
env.sh |
---|
run.py |
---|
src/ast_types.py 100644 → 0 |
---|
src/i18n.py 100644 → 0 |
---|
src/interp.py 100644 → 0 |
---|
src/log.py 100644 → 0 |
---|
src/main.py 100644 → 0 |
---|
src/newlang/ast_types.py 0 → 100644 |
---|
src/newlang/i18n.py 0 → 100644 |
---|
src/newlang/interp.py 0 → 100644 |
---|
src/newlang/log.py 0 → 100644 |
---|
src/newlang/main.py 0 → 100644 |
---|
src/newlang/parse.py 0 → 100644 |
---|
src/newlang/parse2/parse.py 0 → 100644 |
---|
src/newlang/parse2/token.py 0 → 100644 |
---|
src/newlang/parse2/tokenize.py 0 → 100644 |
---|
src/newlang/port.py 0 → 100644 |
---|
src/parse.py 100644 → 0 |
---|
src/parse2/parse.py 100644 → 0 |
---|
src/parse2/token.py 100644 → 0 |
---|
src/parse2/tokenize.py 100644 → 0 |
---|
src/port.py 100644 → 0 |
---|
tests/__init__.py |
---|
tests/parse2/templates.py |
---|
tests/parse2/test_bool.py |
---|
tests/parse2/test_clear_notes.py |
---|
tests/parse2/test_conditional.py |
---|
tests/parse2/test_directive.py |
---|
tests/parse2/test_error.py |
---|
tests/parse2/test_file.py |
---|
tests/parse2/test_note.py |
---|
tests/parse2/test_parse.py |
---|
tests/parse2/test_reference.py |
---|
tests/parse2/test_set.py |
---|
tests/parse2/test_statement.py |
---|
tests/parse2/test_text.py |
---|
tests/parse2/test_token.py |
---|
tests/parse2/test_tokenize.py |
---|
tests/parse2/test_value.py |
---|
tests/test_i18n.py |
---|
tests/test_parse.py |
---|
tests/test_parse_regress.py |
---|