Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 292 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 292 Bytes

Jam

The Jam Programming Language

Rewrite #3 coming soon

With Jam you can currently only compile stuff like 15*(5+2) and print("Hi\n"); into C++

Compiling

You can compile the compiler with make build and then you can compile .jam files with jam input.ja output