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/calc1opens the prompt correctly and suggests to typehelpfor help.However, no command seems to be recognized currently.
Also the simpler example
calcdoes not quit the code when entering theQUITcommand as defined in the parser.