Skip to content

Commit ad179cf

Browse files
committed
update README
1 parent bbb255d commit ad179cf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ or step by step:
3232
node easyc.ts life.easy && cc life.c -o test -I . && ./test
3333
```
3434

35+
[life.png](life.png)
36+
3537
`easyc.ts` compiles [life.easy](tests/life/test.easy) to [life.c](tests/life/x/test.c), and then Clang compiles `easy.c` to the executable.
3638

3739
The Easy language syntax is fully supported, according to the book. However, there are a few points worth mentioning.

life.png

28.5 KB
Loading

0 commit comments

Comments
 (0)