No description
Find a file
Khaïs COLIN 96e46e9130 fix(parsing/cmdgroup): report error the same way as everywhere else, prevent double report
before:
```
$ ()
minishell: syntax error near unexpected token `)'
minishell: syntax error near unexpected token `)'
```
after:
```
$ ()
minishell: syntax error near unexpected token `)'
```
This probably fixes a few bugs as well, but I didn't look too hard. It just
seemed nicer to have a consistent way to report errors.
2025-04-16 15:52:22 +02:00
libft debug: remove *alloc/free debug information 2025-03-10 13:22:29 +00:00
src fix(parsing/cmdgroup): report error the same way as everywhere else, prevent double report 2025-04-16 15:52:22 +02:00
tests debug: worddesc show more information 2025-04-15 15:17:51 +02:00
.gitignore ignore zms_tester 2025-04-16 12:48:23 +02:00
.valgrindrc valgrind: suppress readline still reachable leaks 2025-02-07 15:29:43 +01:00
grammar.md parse-cmd: Almost done but stopped by the gong 2025-04-08 19:56:46 +02:00
interesting_tests.md Expansion : text replacement in a string 2025-03-21 10:04:25 +01:00
Makefile parsing: refactor cmds_parse into own file 2025-04-16 13:13:55 +02:00
NOTES.md cmdlist: use new architecture (STUB) 2025-03-28 14:50:37 +01:00
readline.supp leaks: ignore readline add_history leaks 2025-03-28 14:50:37 +01:00
test.sh fix(parsing/cmdgroup): report error the same way as everywhere else, prevent double report 2025-04-16 15:52:22 +02:00