Skip to content

Commit b3701a8

Browse files
Update README.md
1 parent 152026a commit b3701a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# EZ Programming Language
1+
# EeZee Programming Language
22

33
This 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.
1010
The 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).
1717
The language is intentionally very simple and is meant to have just enough functionality to experiment with compiler implementation techniques.
1818

1919
## Modules

0 commit comments

Comments
 (0)