Open DylanSp opened 1 year ago
Probably put a desugaring module in src/common/
- right now, just desugaring for
loops into while
loops (and potentially do-while
loops into while
loops?), but can handle any future syntax sugar, and be used by both the interpreter and compiler.
Simple tree-walking interpreter, similar to wheel-lang