This commit is contained in:
Valk Richard Li
2019-11-09 00:02:21 +08:00
committed by GitHub
parent da6fc18e3a
commit c5cc577eeb
5 changed files with 55 additions and 11 deletions

View File

@@ -1,9 +1,11 @@
#include "balloon.h"
resource_file prog;
balloon_lexer lex;
balloon_parse pas;
int main()
{
resource_file prog;
balloon_lexer lex;
balloon_parse pas;
std::string command;
std::cout<<">> Balloon interpreter by ValKmjolnir"<<std::endl;
std::cout<<">> Input [help] to find help."<<std::endl;