TelloViz / CPSC323-Compiler

My Compiler Project for CPSC323 : Compilers
2 stars 0 forks source link

La class #41

Closed TelloViz closed 3 years ago

TelloViz commented 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