843bdc0061
fix: invalid syntax error cause shown when there was no token following a redirection
2026-02-12 02:57:15 +01:00
ac4965ca6d
fix: fixed multiple syntax error logging when redirection value is not a word
...
pointer is moved to the last position to avoid double logging
2026-02-11 10:12:20 +01:00
9d457f1040
norminette: added space after keyword
2026-02-11 08:37:02 +01:00
6b3d2ba5e0
fix: fixed segfault caused by invalid read
...
NULL value caused the error logger to crash
2026-02-11 08:36:05 +01:00
c493979a18
update: parser now uses tokens from lexer
...
fixes pending:
- some functions are longer than norminette allows
- find solution to a list of commands being returned, even though a
syntax error is found when processing tokens (maybe delegate some work
to the lexer and return only a syntax-valid list?)
2026-02-11 02:51:30 +01:00
280fa51f94
save commit
2026-02-09 20:47:43 +01:00
cc91c9f032
chore: suppresed variables that caused errors and removed misplaced function
2025-10-23 22:58:26 +02:00
b55dd50aa5
update: added extremely basic parsing, only for separated environment variables
2025-10-23 14:10:48 +02:00