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
2
2
3
3
This project is part of the https://compilerprogramming.github.io/ project.
4
4
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.
6
6
7
- ## The EZ Language
7
+ ## The EeZee Language
8
8
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.
10
10
The language has the following features:
11
11
12
12
* Integer, Struct and 1-Dimensional Array types
13
13
* If and While statements
14
14
* Functions
15
15
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 ) .
17
17
The language is intentionally very simple and is meant to have just enough functionality to experiment with compiler implementation techniques.
18
18
19
19
## Modules
You can’t perform that action at this time.
0 commit comments