parse: Ignore whitespace in text, instead join words with spaces
This cuts down on complexity as now only the tokenizer deals with
whitespace and makes whitespace no longer a factor in the language.
1 parent 91da776 commit 5e69e271443c1b2fb8f246f25c402c306043bf46
@Jookia Jookia authored on 24 Apr 2022
Showing 5 changed files
View
docs/syntax.md
View
src/parse.py
View
src/tokenize.py
View
tests/test_parse.py
View
tests/test_tokenize.py