File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # EZ Programming Language
1+ # EeZee Programming Language
22
33This project is part of the https://compilerprogramming.github.io/ project.
44
5- The EZ (pronounced EeZee) programming language is designed to allow us to learn various compiler techniques.
5+ The EeZee programming language is designed to allow us to learn various compiler techniques.
66
7- ## The EZ Language
7+ ## The EeZee Language
88
9- The EZ programming language is a tiny statically typed language with syntax inspired by Swift.
9+ The EeZee programming language is a tiny statically typed language with syntax inspired by Swift.
1010The language has the following features:
1111
1212* Integer, Struct and 1-Dimensional Array types
1313* If and While statements
1414* Functions
1515
16- The EeZee language specifiaction is [ available] ( https://compilerprogramming.github.io/ez-lang.html ) .
16+ The EeZee language specification is [ available] ( https://compilerprogramming.github.io/ez-lang.html ) .
1717The language is intentionally very simple and is meant to have just enough functionality to experiment with compiler implementation techniques.
1818
1919## Modules
You can’t perform that action at this time.
0 commit comments