aboutsummaryrefslogtreecommitdiff
path: root/src/repl.c
AgeCommit message (Collapse)Author
2024-08-05tried without manz changes to improve it pls test it also doueble and single ↵Christopher Uhlig
quote again
2024-07-22added in repl.c tokenizer + visual and freeChristopher Uhlig
2024-06-25Add historyDominik Kaiser
2024-06-25Add basic command line Dominik Kaiser
* Initialize terminal and signal handling * Add basic repl that doesn't do anything yet * Add handling for Ctrl-C, Ctrl-D and Ctrl-\ in interactive mode