Skip to content

Commit 2a00c4d

Browse files
authored
Update README.md
1 parent fd7a53b commit 2a00c4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ This repo holds source code for part III of the book series on building an inter
1919

2020
The major outward change in this version includes library support, and a range of small builtin libraries such as math (these will be expanded). The biggest internal change is to separate code generation from syntax analysis in the form of an abstract syntax tree. User functions are also now first-class entities which can be passed around like any other variable. A lot of work has been done on ensure that garbage collection doesn't leak memory.
2121

22+
### Basic Demo
23+
2224
<img src="/Images/basics.gif" width="609" height="345"/>
2325

26+
### Lists and Strings
27+
2428
<img src="/Images/ListsAndStrings.gif" width="609" height="345"/>
2529

2630

0 commit comments

Comments
 (0)