TelloViz / CPSC323-Compiler

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

Main arg restructure #44

Open TelloViz opened 3 years ago

TelloViz commented 3 years ago

Currently the way the main arguments are parsed is too spread out and coupled within the code. There is use of magic numbers that break the program if not used a certain way