kse / ijvm-js

A MIC1 simulator running in the browser, based upon the description in the book Structured Computer Organization.
0 stars 0 forks source link

Compile IJVM code to bytecode. #1

Closed kse closed 8 years ago

kse commented 8 years ago

The lexer/parser works. However it needs to be more flexible, since we want to use the ijvm.spec file to specify which commands we use.

kse commented 8 years ago

Works now, needs polishing.