about summary refs log tree commit diff
path: root/compile.c
AgeCommit message (Collapse)Author
19 hoursFix assignment HEAD masterNakidai
Unconditional freeing of r here is wrong, since it could be a variable
20 hoursFix some minor issuesNakidai
- in the OASSIGN of the roper, i=0 means variable is _found_ as the first one in the scope, so it should be freed - in the rwith, nwith is stored by the node, not mod (affects only printing of the "s", though, lol) - in add{edge,prop} target is ulong, so check >=0 is redundant
2 daysAdd code v0.1.0Nakidai