blob: f9d7a80008be2e8ef711f75b0e984e133fa63e4b [file] [log] [blame]
swissChilic71acc62021-12-07 08:03:37 -08001export QT_LOGGING_RULES="*.debug=true"
2
3
4OPTIMIZATION POSSIBILITIES:
5
6 When parsing e.* variables check the min length of the remaining tokens. If
7 we have `e.1 s.2' for instance, we can tell right away how long `e.1' wil
8 have to be.
swissChili682e7bc2021-12-07 09:04:54 -08009
10
11EVALUATION
12
13 There are several parts to evaluation:
14
15 - Pattern matching and delegation (which sentence of a function do we choose to evaluate)
16 - Expression evaluation (how do we expand an AstNode stream into a Token stream)
17