Skip to content
This repository was archived by the owner on Sep 11, 2022. It is now read-only.

Commit 1dc5ec5

Browse files
committed
Add usage section
1 parent 96141ac commit 1dc5ec5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This project is heavily inspired by [LYRON](https://github.com/LLyronx/LYRON), a universal compiler framework.
44

5+
## Usage
6+
7+
Modify `config.yml` if necessary, and execute
8+
9+
```
10+
cat test_code.txt | java -jar parsetree.jar
11+
```
12+
513
## Examples
614

715
### Lexical Analysis

0 commit comments

Comments
 (0)