Thanks to visit codestin.com
Credit goes to github.com

Skip to content

IsNull/EagleCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages