SimpleProgramAnalyser / spa

A CMake Windows program for a SIMPLE language
GNU General Public License v3.0
3 stars 0 forks source link

Fix multiple Preprocessor problems #132

Closed alcen closed 4 years ago

alcen commented 4 years ago

FIxed #35, this is now a syntax error:

image

Fixed #10, this now parses without error:

image

Added unit tests to ensure correctness of the above two

Also, fixed #11 by providing class-level comments and refining some code in Preprocessor parsing

All unit/integration/system tests passing