Update
This commit is contained in:
parent
59e56a6987
commit
e89960bcfb
12 changed files with 74 additions and 53 deletions
6
lil.md
6
lil.md
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue