Skip to content
/ jac Public

Prototype of a AST-Free, heavily parallellized compiler with inlining and basic optimization

Notifications You must be signed in to change notification settings

asbott/jac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AST-free, very parallell, proof-of-concept compiler. Compiles to an IR which is currently converted to some machine-code-like C. Inlining supported. Eliminates non-consequential code by building a dependency graph between code nodes.

About

Prototype of a AST-Free, heavily parallellized compiler with inlining and basic optimization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages