mute/src
Roman Godmaire c38576b667 refactor: extract env, macros, error, and remove expression
Rather than using expressions, we can instead just parse into nodes then
work with those instead.  Everything in this language is an Expression,
so there's no reason to differentiate between nodes and expressions.
2024-05-04 16:40:02 -04:00
..
env refactor: extract env, macros, error, and remove expression 2024-05-04 16:40:02 -04:00
parser refactor: Extract Node enum to module 2024-05-04 15:23:06 -04:00
error.rs refactor: extract env, macros, error, and remove expression 2024-05-04 16:40:02 -04:00
evaluator.rs refactor: extract env, macros, error, and remove expression 2024-05-04 16:40:02 -04:00
macros.rs refactor: extract env, macros, error, and remove expression 2024-05-04 16:40:02 -04:00
main.rs refactor: extract env, macros, error, and remove expression 2024-05-04 16:40:02 -04:00
node.rs refactor: extract env, macros, error, and remove expression 2024-05-04 16:40:02 -04:00