Skip to content

Commit 4583edf

Browse files
authored
Update README.md
1 parent ade1f70 commit 4583edf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ Simple Swift interpreter for the Pascal language inspired by the [Let’s Build
77

88
![Playground](Images/cli.gif)
99

10+
### What is implemented
11+
12+
* standard types (integer, real, boolean, string)
13+
* arithmetic expressions
14+
* function calls
15+
* procedure calls
16+
* recursion
17+
* loops (for, repet until)
18+
* logical conditions (if)
19+
* standard Pascal functions (writeln, write, readln, read, random)
20+
1021
There are a few sample Pascal programs in the [Examples directory](Examples), like a simple [number guessing game](Examples/game.pas) and a [factorial computation](Examples/factorial.pas).
1122

1223
## Scructure

0 commit comments

Comments
 (0)