No description
Find a file
2024-09-25 16:54:42 +02:00
.tree-sitter-sh update: changed the way heredocs are parsed 2024-09-15 20:29:27 +00:00
allocator update: parser/src/parser a bit more normed 2024-09-19 22:19:22 +02:00
ast style: norming dev_node (ast) 2024-09-20 16:39:12 +02:00
exec update: parser/src/parser a bit more normed 2024-09-19 22:19:22 +02:00
includes feat: starting the parser (header and main function) 2024-09-25 16:54:42 +02:00
line update: parser/src/parser a bit more normed 2024-09-19 22:19:22 +02:00
output update: normed the rest output 2024-09-19 17:52:19 +02:00
parser feat: starting the parser (header and main function) 2024-09-25 16:54:42 +02:00
sources style: noming the /sources folder 2024-09-19 23:45:07 +02:00
stdme update: parser/src/parser a bit more normed 2024-09-19 22:19:22 +02:00
.clang-format update: splitted stuff into differnt files for run_ast.c 2024-09-14 12:46:57 +00:00
.clangd style: Normed the first part of scanner.c (adding the header for my fix computer) 2024-09-14 13:10:24 +02:00
.gitignore Switched to Filelist.<name>.mk files 2024-07-23 22:04:11 +00:00
.gitmodules Added: Stdme as dependency 2024-04-28 17:07:20 +02:00
close.sh update: fixed heredoc finaly :D 2024-09-18 14:46:19 +02:00
Filelist.sh.mk update: parser/src/parser a bit more normed 2024-09-19 22:19:22 +02:00
flake.lock Fixed waiting on previous command for pipeline to spawn next 2024-08-13 16:01:45 +02:00
flake.nix update: splitted stuff into differnt files for run_ast.c 2024-09-14 12:46:57 +00:00
input.toml update: changed the way heredocs are parsed 2024-09-15 20:29:27 +00:00
Makefile update: normed lots of stuff 2024-09-19 17:36:53 +02:00
Minishell.mk Fixed some issue (relink) and removed more unused stuff from parser lib 2024-08-19 14:32:26 +02:00
symdif.py Renamed some structs 2024-08-31 15:36:44 +00:00
test_glob.sh update: normed exec and finish the glob for current directory 2024-09-18 22:18:31 +02:00
test_heredoc.sh update: fixed heredoc finaly :D 2024-09-18 14:46:19 +02:00
test_pipeline.sh update: normed exec and finish the glob for current directory 2024-09-18 22:18:31 +02:00
test_word.sh update: scanner is way more normed now :D 2024-09-14 11:39:53 +00:00