This is a project that converts the stack-oriented language J into assembly.
Clone the Repo
git clone https://github.com/gracejiang/jcompiler
Navigate into the Repo
cd jcompiler
Compile the Files
make
Then, to compile a .j file, run the following
./jc filename.j
Demo of Compiler on Factorial Function
Merry Christmas! :-)