File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11# MiniLisp Interpreter
22###### 1101 Compiler Final Project
33
4+ > 我徒手幹出了一個 C# 的 Mini-Lisp 直譯器
45> A hand-craft Mini-Lisp (subset of LISP) interpreter written in C#
56
67## Usage
78- Simply open the program, paste your lisp code and press ` Ctrl + Z ` ,
89- or you can pass in the path to the lisp code file inro the program (e.g. ` "./output.exe testcase/test_data/03_1.lsp" ` )
910
1011### Available Args
11- ` --debug ` : Debug Mode
12- ` --help ` : Print help and quit
13- ` --once ` : Run once only
14- ` --quiet ` : Quiet Mode
15- (file path) : Read Mini-Lisp code from file
12+ - ` --debug ` : Debug Mode
13+ - ` --help ` : Print help and quit
14+ - ` --once ` : Run once only
15+ - ` --quiet ` : Quiet Mode
16+ - (file path) : Read Mini-Lisp code from file
1617
1718## Tasks
1819
@@ -41,4 +42,4 @@ Currently all number is treated as double, so the test cases might give a differ
4142
4243![ ] ( https://i.imgur.com/HFgVupk.png )
4344
44- ![ ] ( https://i.imgur.com/COJCmsZ.png )
45+ ![ ] ( https://i.imgur.com/COJCmsZ.png )
You can’t perform that action at this time.
0 commit comments