Closed TelloViz closed 3 years ago
So far in my tests, it can recognize most requirements. Identifiers, reals, integers, separators, operators, compound operators all recognized.
Doesn't yet recognize comments or keywords.
Keywords is easy to solve.
Comments will be stripped from the source pre lexical analysis TODO
So far in my tests, it can recognize most requirements. Identifiers, reals, integers, separators, operators, compound operators all recognized.
Doesn't yet recognize comments or keywords.
Keywords is easy to solve.
Comments will be stripped from the source pre lexical analysis TODO