IsNull / EagleCompiler

Basic compiler for extended IML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EagleCompiler

###Abstract The EagleCompiler is a platform independent IML compiler written in C++, which generates native executables.

###How it works [IML] ----- (transpiled) ------> [Assembler] ---- (compiled) -----> [machine-code/binary]

The compiler parses the IML source code and generates an Abstract Syntax Tree (AST). The AST is then used to emit assembler source code, which is then being compiled to native machine code.

About

Basic compiler for extended IML


Languages

Language:C++ 95.0%Language:Standard ML 4.0%Language:Assembly 0.6%Language:Shell 0.3%