No description
Find a file
Khaïs COLIN 81d28c15d4
wordsplit refactor: follow the specification more closesly
This will make it easier to implement the rest of the specification.

I probably should have started like this..
2025-02-20 15:00:32 +01:00
libft libft: add functions to get the first character matching or not matching a predicate 2025-02-20 14:59:26 +01:00
spec get_command: if input is not a tty, use get next line 2025-02-20 14:40:57 +01:00
src wordsplit refactor: follow the specification more closesly 2025-02-20 15:00:32 +01:00
tests tests: also show debug info for succeeding assertions 2025-02-20 15:00:32 +01:00
.gitignore dev: ignore .cache and compile_commands.json 2025-02-19 13:56:09 +01:00
.shellspec tests: add shellspec spec file 2025-02-07 15:29:43 +01:00
.valgrindrc valgrind: suppress readline still reachable leaks 2025-02-07 15:29:43 +01:00
Makefile buffer: add buffer struct and related functions 2025-02-20 15:00:32 +01:00
NOTES.md notes: add Bash Hackers Wiki resource 2025-02-13 15:42:02 +01:00
readline.supp valgrind: suppress readline still reachable leaks 2025-02-07 15:29:43 +01:00