StanzaOrg / lbstanza-old

L.B. Stanza Programming Language
Other
216 stars 23 forks source link

jb/constant folding #112

Closed jackbackrack closed 3 years ago

jackbackrack commented 3 years ago

Compiler pass to fold constants in both primitives and if operations. Tracks immutable literal bindings and then uses them to feed a large set of functions that run operations at compile time on values of these literals and produce new literal bindings as a result or in partial folding cases simplifications.