Simple compiler implementation for LALG
Install Flex on your local machine and have a valid g++ compiler.
Use make
to run the analiser; After running it once you will need to run make clean
before running it again.
LALG is a simplified version of Pascal.