processor / E

Core library for dscript (parser, expressions, etc)
1 stars 1 forks source link

Finalize HIR and LIR representations #1

Closed iamcarbon closed 7 years ago

iamcarbon commented 7 years ago

Need a higher level representation produced by the parser.

Expressions should be bound nodes.

iamcarbon commented 7 years ago

Split Syntax from Expressions - with a Compiler in between.