pocketlang/cli
Derick Alangi c7a6bdec49 Improve REPL to use a byte buffer with fgetc() to read line
Introduced a new function `readLine()` that utilizes the byte buffer
together with `fgetc()` to read input from the STDIN. This enables
the REPL to read characters one at a time for validation & in a
safer manner where the buffer gets to be resized if it's full.
2021-06-16 12:14:23 +01:00
..
modules core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
thirdparty path library implemented 2021-05-30 05:46:04 +05:30
all.c Cleanup more typos from cli/ source files (#50) 2021-06-10 07:53:16 +05:30
common.h core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
main.c Tail call optimization implemented 2021-06-13 21:57:54 +05:30
repl.c Improve REPL to use a byte buffer with fgetc() to read line 2021-06-16 12:14:23 +01:00
utils.c some (minor) code cleanups 2021-06-11 13:16:55 +05:30
utils.h some (minor) code cleanups 2021-06-11 13:16:55 +05:30