evpirnia / cas-compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cas-Compiler

Edited a grammer file to include that variables must be initialized when declared, a '-' operator, a do-while loop, and a print statement that can print any number of values.

Set-up assumes that you have java, javac, and nasm already installed on your environment.

To install NASM and generate 32-bit executables with the gcc C compiler:

$ sudo apt-get install nasm
$ sudo apt-get install gcc-multilib

About


Languages

Language:Assembly 62.3%Language:ANTLR 29.1%Language:C 3.8%Language:Makefile 2.7%Language:Shell 2.1%