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
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