parse: Remove SyntaxType
Once again I find myself in the pattern of having a useless 'type' value
that just complicates my life. In this case the correct appproach is to
output the AST directly.
1 parent bcd7fcc commit 0556cb23adb8c7ec4b0a39f87964845130f1db38
@Jookia Jookia authored on 8 Jun 2022
Showing 11 changed files
View
src/parse.py
View
src/syntax.py
View
src/tokenize.py
View
tests/parse/templates.py
View
tests/parse/test_bool.py
View
tests/parse/test_clear_notes.py
View
tests/parse/test_note.py
View
tests/parse/test_parse.py
View
tests/parse/test_text.py
View
tests/test_syntax.py
View
tests/test_tokenize.py