aboutsummaryrefslogtreecommitdiff
path: root/src/repl.c
AgeCommit message (Collapse)Author
2025-11-12Make runnable on linuxDominik Kaiser
2025-01-25Merge branch 'main' into memleakfixDominik Kaiser
2025-01-25Make norminette happyDominik Kaiser
2025-01-25fixed leaks in tokenizer and collectargs also fixed seg for < > and improved ↵Christopher Uhlig
value add by $ use
2025-01-23aChristopher Uhlig
2025-01-23Fix leakDominik Kaiser
TODO: Fix segfault
2025-01-22uiuiuiuiChristopher Uhlig
2025-01-22kinda fix for pipe error and again.vs for you db just chnage workfolder gnChristopher Uhlig
2025-01-20I love the norme sooooooooooo much!!!!Dominik Kaiser
2025-01-20mergedChristopher Uhlig
2025-01-14Merge branch 'miau' into uwuDominik Kaiser
2025-01-14Some changesDominik Kaiser
2025-01-14update for exit bit norm removed staic stuff added prompt flagChristopher Uhlig
2025-01-13hereChristopher Uhlig
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