We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb255d commit ad179cfCopy full SHA for ad179cf
2 files changed
README.md
@@ -32,6 +32,8 @@ or step by step:
32
node easyc.ts life.easy && cc life.c -o test -I . && ./test
33
```
34
35
+[life.png](life.png)
36
+
37
`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.
38
39
The Easy language syntax is fully supported, according to the book. However, there are a few points worth mentioning.
life.png
28.5 KB
0 commit comments