Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mehditeymorian authored Jul 15, 2021
1 parent be0ec65 commit d362eec
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
I wrote this project for Compiler course at Shahid Beheshti University Summer 2021.
Java, [PGen](https://github.com/Borjianamin98/PGen), [ANTLR](https://github.com/antlr/antlr4) are the tools that
I've leveraged to do this project. list of features is at the end of this document;
It shows the current features of the compiler, and the features that need to be done.
It shows the current features of the compiler, and the features that need to be done. The syntax is fairly simple. here's a sample:


![Syntax](https://github.com/mehditeymorian/Cool-Compiler/blob/master/images/syntax.png)

## How to Compiler
In Releases section, you can find the latest exe, jar, and probably bash scripts to compile.
In [Releases](https://github.com/mehditeymorian/Cool-Compiler/releases) section, you can find the latest exe, jar, and probably bash scripts to compile.

## Feature List
- [x] Binary Expression
Expand Down Expand Up @@ -36,4 +39,4 @@ In Releases section, you can find the latest exe, jar, and probably bash scripts
- [ ] class function




0 comments on commit d362eec

Please sign in to comment.