We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df58bb9 commit b5234c5Copy full SHA for b5234c5
README.md
@@ -1,6 +1,6 @@
1
# JuCC
2
3
-(todo: add logo)
+<img src="https://user-images.githubusercontent.com/42897033/116920657-8acdf480-ac70-11eb-8d3f-46cf27fcb1a1.png" alt="JuCC logo" height="200">
4
5
-----------------
6
@@ -10,7 +10,11 @@
10
This is the official Jadavpur University Compiler Compiler repository.
11
12
## Key Features
13
-* Nothing yet
+* 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)
18
19
## Quickstart
20
The JuCC project is built and tested on **Ubuntu 20.04**.
0 commit comments