This commit is contained in:
Valk Richard Li
2021-06-13 01:01:32 +08:00
parent 1d3c4b0843
commit 411c2e5c4c
4 changed files with 67 additions and 77 deletions
+6
View File
@@ -58,6 +58,12 @@ Use these commands to get help:
> ./nasal -h | -help
If your system is Windows and you want to output unicode,please use this command before running nasal interpreter:
> chcp 65001
The interpreter's interactive mode will do this automatically,so you don't need to run this command if you use the interactive interpreter.
## Parser
LL(k) parser.