This commit is contained in:
Miloslav Ciz 2023-07-12 14:38:55 +02:00
parent 59e56a6987
commit e89960bcfb
12 changed files with 74 additions and 53 deletions

6
lil.md
View file

@ -14,4 +14,8 @@ For its simplicity there is no [bytecode](bytecode.md) which would allow for mor
TODO: example
{ I've been looking at the source and unfortunately there are some imperfections. The code uses [goto](goto.md) (may not be bad but I dunno). Also unfortunately stdlib, stdio, string and other standard libraries are used as well as [malloc](malloc.md). The code isn't really commented and I find the style kind of hard to read. }
{ I've been looking at the source and unfortunately there are some imperfections. The code uses [goto](goto.md) (may not be bad but I dunno). Also unfortunately stdlib, stdio, string and other standard libraries are used as well as [malloc](malloc.md). The code isn't really commented and I find the style kind of hard to read. }
## See Also
- [comun](comun.md)