Quick fix on your last commit.
You need to go back one index when calling ParseAction::start by passing true instead of false.
I've also updated test_function_call_with_args, as currently we cannot parse numbers as arguments.
Also, since we are now using global variables more often when implementing new things, I've changed our print statement to include this for debugging.
Quick fix on your last commit. You need to go back one index when calling
ParseAction::start
by passing true instead of false. I've also updatedtest_function_call_with_args
, as currently we cannot parse numbers as arguments. Also, since we are now using global variables more often when implementing new things, I've changed our print statement to include this for debugging.