clseibold / Lydrige

Lydrige is a simple statically typed interpreted programming language inspired by lisp and C.
https://www.krixano.x10host.com/projects/Lydrige/
MIT License
6 stars 0 forks source link

MPC Flags #7

Open ghost opened 8 years ago

ghost commented 8 years ago

A different branch of the MPC library, called flags, can allow us to compare each node of the AST with our own flags instead of strings. This should speed up the parsing since we don't have to do so much string comparisons. This will help with Issue #1