| Age | Commit message (Collapse) | Author |
|
Change to always use locals->car->car.
|
|
|
|
codegen.c.
|
|
|
|
|
|
|
|
'clang-analyzer'"
This reverts commit 29f14e728d319d9fc80702ba78959c1957944767.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix memory leaks in String
|
|
|
|
|
|
|
|
the end of state, not process; ref #2211
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2369
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now it will parse the #2361 code as:
```
module A
end
module B
end
```
instead of
```
module A
end module B
end
```
|
|
Add generator script to dependency so that it will regenerate C codes when it's modified.
|
|
|
|
|
|
`ISSPACE` and `ISASCII` can be used instead.
|
|
|
|
|
|
|
|
take-cheeze-atexit
|
|
|
|
it's modified.
|
|
|
|
|
|
|
|
|
|
When p->locals->car is not NULL and p->locals->car->car is NULL,
local_add_f dose not append sym to p->locals->car->car.
This commit change to append sym to p->locals->car->car.
This will close #2333.
|