Running the code in examples/calc1 opens the prompt correctly and suggests to type help for help.
However, no command seems to be recognized currently.
Also the simpler example calc does not quit the code when entering the QUIT command as defined in the parser.
Running the code in
examples/calc1
opens the prompt correctly and suggests to typehelp
for help. However, no command seems to be recognized currently.Also the simpler example
calc
does not quit the code when entering theQUIT
command as defined in the parser.