We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
compiling language J to assembly code
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! :-)