reifocS / compilator

java compilator for an imaginary language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compilator

java compilator to a pedagogic language (Calc).

Java compilator to C for the Calc language using AST made for a course on structure and execution of programming languages during my first year at the IMT Atlantique, it's grammar can be found on src/parser/Calc.g4. Main class is in calc package. Ast visitor can be found in parser package.

About

java compilator for an imaginary language


Languages

Language:Java 96.3%Language:C 2.6%Language:ANTLR 1.1%