Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 393 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 393 Bytes

Jupiter Compiler

A J-- Compiler

Compilation

cd src make compiler

The program 'compiler' will be put in the main directory

Running

./compiler filename

Current Limitations

  • Cannot send error when there is a while out of a while loop
  • Errors do not have line numbers

Todo List

TODO Divion by Zero Error TODO Line nubmers of errors

Test Files Not Passing

  • t18
  • t30