CppCantonese
The Cantonese programming language interpreter in C++
Make
g++ main.cpp lexer.cpp -std=c++11 -fexec-charset=gbk -finput-charset=utf-8
Note
- this repository is incomplete
- the code is written ny @StepfenShawn
The Cantonese programming language interpreter in C++
g++ main.cpp lexer.cpp -std=c++11 -fexec-charset=gbk -finput-charset=utf-8