aboutsummaryrefslogtreecommitdiff
path: root/src/repl.c
AgeCommit message (Collapse)Author
2024-10-17yesDominik Kaiser
2024-09-13Fix norme issues for env.h and repl.cDominik Kaiser
TODO: Fix for tokenizer.c as well. This was probably already solved in another branch though.
2024-08-29Handle empty inputDominik Kaiser
2024-08-29 Update replDominik Kaiser
2024-08-11fixed |> fixed norm added new functionChristopher Uhlig
2024-08-09fixed norm errors that i sawChristopher Uhlig
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