mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-06 04:37:47 +08:00
04c333a15e
* While reading various files in the repo, just going ahead to clean up some typos (for clarity of text). * When calling `realloc()`, let the pointer be returned to the first byte of the memory block after resize. Compiler warns against not doing this too. * In addition, rename the file uitls.c to "utils.c" which seems to be the correct name in this case. NOTE: I recompiled and tested the `./pocket` intepreter and it still works as expected. |
||
---|---|---|
.. | ||
modules | ||
thirdparty | ||
all.c | ||
common.h | ||
main.c | ||
repl.c | ||
utils.c | ||
utils.h |