TelloViz / CPSC323-Compiler

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

Josh lexer method #10

Closed TelloViz closed 3 years ago

TelloViz commented 3 years ago

This is what I have as of right now. Everything is completely commented in my files. There are some working features but some yet to be working features. So far the program can handle Identifiers, Keywords, Integers, Reals, and space characters. It cannot yet handle separators, operators or comments.

This is a working push under these restrictions. Further features will continue to be implemented as well as debugged.

TelloViz commented 3 years ago

Removing need for reviews after losing a couple of devs.

TelloViz commented 3 years ago

Rejecting Pull request do to #11