#include "balloon.h" resource_file prog; balloon_lexer lex; balloon_parse pas; std::string command; int main() { std::cout<<">> Balloon interpreter by ValKmjolnir"<> Input [help] to find help."<> "; std::cin>>command; if(command=="help") { std::cout<<">> Balloon interpreter by ValKmjolnir"<> 1. [ ] |input file name to load the file."<> 2. [cls ] |clear the screen."<> 3. [exit ] |shut down the interpreter."<> 4. [lexer ] |run and show the lexer. (-lexer)"<> 5. [parser] |run parser and see parse stack & parse result(s). (-parser)"<> 6. [ast ] |print the abstract syntax tree."<> 7. [del ] |delete program in memory."<> 8. [run ] |run the programme in stack. (-lexer -parser)"<> 9. [rs ] |check the source program."<>10. [total ] |check code with lib."<>11. [sound ] |make noise(?)."<>[Delete] Complete."<>[Lexer] error(s) found,stop."<>[Parse] error(s) found,stop."<>[Lexer] error(s) found,stop."<>[Parse] error(s) found,stop."<>[Lexer] error(s) found,stop."<