Closed neverRare closed 6 months ago
There are definitely places where filters are needed.
Consider the following: "toki a!". Either "a" emphasizes just "toki" or the whole sentence, which is also "toki". Filters are definitely necessary here.
Parsing "toki a" results in 4 AST's! This is bad, it should be just one.
A parser for "a" has been made. Maybe we need to put limits on where it can be used?