Skip to content

Commit b5234c5

Browse files
authored
Update README.md (#28)
* Update README.md * Update README.md * Update README.md
1 parent df58bb9 commit b5234c5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JuCC
22

3-
(todo: add logo)
3+
<img src="https://user-images.githubusercontent.com/42897033/116920657-8acdf480-ac70-11eb-8d3f-46cf27fcb1a1.png" alt="JuCC logo" height="200">
44

55
-----------------
66

@@ -10,7 +10,11 @@
1010
This is the official Jadavpur University Compiler Compiler repository.
1111

1212
## Key Features
13-
* Nothing yet
13+
* Supports a subset of the C language for now.
14+
* Custom grammar files to easily extend the language.
15+
* LL(1) parsing with panic mode error recovery.
16+
* Generates .json parse tree outputs for easy visualization with [Treant.js](https://fperucic.github.io/treant-js/).
17+
* 100% Open Source (Apache-2.0 License)
1418

1519
## Quickstart
1620
The JuCC project is built and tested on **Ubuntu 20.04**.

0 commit comments

Comments
 (0)