L1VM debug session

As some readers may have already noticed, we did some debugging on the L1VM compiler Brackets and the VM. I did get a pull request by Andreas Weber. He fixed a bug in the compiler. So there are no more crashes if “if”, “for” and “while” are used on the Raspberry Pi!

Now the programs are compiled with: “-Wall -Wextra” as a default flag setting. Andreas also wrote a script to do checks on the source code: “run_ccpcheck.sh”. So the programs are a lot more stable now.

The GitHub repo is here: L1VM-github