ajinkyakulkarni / interpreter

A simple intepreter written in java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

interpreter

What is it?

This project contains a toy c-like programming language that i'm implementing while studying compiler theory. For now the language is implemented by an interpreter that runs directly on the parsed AST, but in the future i may compile it down to bytecode or x86 machine code.

How do i run it?

If you use an IDE import the code as 'ant' project, if not simply run ant run-interpreter in the project's root folder. Obviously you'll need apache ant for the latter approach.

About

A simple intepreter written in java.

License:MIT License


Languages

Language:Java 99.0%Language:Lex 1.0%