Skip to content

Commit fd7a53b

Browse files
authored
Update README.md
1 parent 3407da2 commit fd7a53b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ 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-
<img src="/Images/demo1.gif" width="609" height="345"/>
22+
<img src="/Images/basics.gif" width="609" height="345"/>
23+
24+
<img src="/Images/ListsAndStrings.gif" width="609" height="345"/>
25+
2326

2427
## Build
2528

0 commit comments

Comments
 (0)