add trace back info

This commit is contained in:
Li Haokun
2021-07-16 17:18:13 +08:00
committed by GitHub
parent 9da029b8fe
commit 9fe7a86a3b
7 changed files with 147 additions and 121 deletions

View File

@@ -36,11 +36,11 @@ MUST USE -O2/-O3 if want to optimize the interpreter!
Also remember to use g++ and clang++.
> g++|clang++ -std=c++11 -O2 main.cpp -o nasal.exe
> g++ | clang++ -std=c++11 -O2 main.cpp -o nasal.exe
Or use this in linux/macOS/Unix
> g++|clang++ -std=c++11 -O2 main.cpp -o nasal
> g++ | clang++ -std=c++11 -O2 main.cpp -o nasal
## How to Use?
@@ -54,11 +54,11 @@ Input this command to run scripts directly:
Use these commands to get version of interpreter:
> ./nasal -v | -version
> ./nasal -v | --version
Use these commands to get help:
> ./nasal -h | -help
> ./nasal -h | --help
If your system is Windows and you want to output unicode,please use this command before running nasal interpreter: