42sh/src
2026-01-31 15:50:57 +01:00
..
execution fix: fixed A LOT of bugs and memory leaks. Removed ast_is_* commands as they're not really useful and seems redundant with ast_get_*. Also made some changes to lists utils to make architecture clearer and some other random tweaks or fixes. 2026-01-31 15:50:57 +01:00
expansion feat(expansion): remove double quotes 2026-01-28 21:26:51 +00:00
io_backend fix(IOB): EOF in stdin works 2026-01-22 14:05:49 +01:00
lexer feat: lexer support for loops keywords 2026-01-30 22:55:07 +01:00
parser fix: fixed A LOT of bugs and memory leaks. Removed ast_is_* commands as they're not really useful and seems redundant with ast_get_*. Also made some changes to lists utils to make architecture clearer and some other random tweaks or fixes. 2026-01-31 15:50:57 +01:00
utils fix: fixed A LOT of bugs and memory leaks. Removed ast_is_* commands as they're not really useful and seems redundant with ast_get_*. Also made some changes to lists utils to make architecture clearer and some other random tweaks or fixes. 2026-01-31 15:50:57 +01:00
main.c fix: heap-use-after-free and memory leaks on erorr cases 2026-01-30 17:42:42 +01:00
Makefile.am fix: coverage tests and hash_map_free on NULL 2026-01-30 20:28:38 +01:00
README.md feat: README, gitgnore and basic project structure 2026-01-06 17:53:41 +01:00