Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 222 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 222 Bytes

Easy

Programing language as school project.

Compiler is programed in python3 and uses antlr parser to parse language syntax. The compiler compiles project to llvm code.

The syntax is symilar to python, but with types.