4 Commits

Author SHA1 Message Date
acb4cd38d7 Extract line reading logic to reader and remove REPL tests
Reading a line into the buffer was the only logic complex enough to be
worth testing really, and exposing the necessary parts of it to test
it effectively was a pain.  Makes more sense to move read_line out and
throw away most of the tests.
2024-10-24 22:09:33 +01:00
ecd50c76c5 Reinitialize memory pool on each loop of the REPL 2024-10-24 21:39:47 +01:00
b491a1a782 Add basic EOF handling to REPL 2024-10-24 21:39:47 +01:00
8d5f5e4ede Create basic REPL module 2024-10-24 21:39:45 +01:00