Skip to content

Commit 9ce900e

Browse files
authored
Update README.md
1 parent 87f73cd commit 9ce900e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
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)

0 commit comments

Comments
 (0)