Skip to content

Commit 85e891a

Browse files
authored
Update README.md
1 parent 3c22b22 commit 85e891a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ At the end of the Pascal program interpretation you can check the resulting memo
5656

5757
## Try it out
5858

59+
### CLI
60+
61+
When you build the [SPI project](SPI) in the workspace you will get command line utility that can run any Pascal program given as argument, as shown in the GIF at the top of this README.
62+
63+
### Playground
64+
5965
There is a Swift playground in the project where you can try out the lexer, parser and the interpreter. The Playground interprets then following Pascal program defining and calling a factorial function
6066

6167
```` Pascal

0 commit comments

Comments
 (0)