42sh/src/parser
2026-01-30 23:43:49 +01:00
..
grammar.c feat: full while/until loops support, important bug fixes and more tests 2026-01-30 23:43:49 +01:00
grammar.h fix(clang-tidy): for clang, function cannot return bool if it takes no arguments ???? 2026-01-30 18:26:56 +01:00
grammar_advanced.c Merge branch 'parser' into dev 2026-01-30 20:08:54 +01:00
grammar_advanced.h feat: while and for loops support for parser, plus new ASTs, new tokens and fixes inside parser 2026-01-30 19:48:31 +01:00
grammar_basic.c fix: strdup a la con 2026-01-30 21:27:23 +01:00
grammar_basic.h feat: while and for loops support for parser, plus new ASTs, new tokens and fixes inside parser 2026-01-30 19:48:31 +01:00
Makefile.am fix(parser): building + clang format -- UNSTABLE 2026-01-23 19:43:54 +01:00
parser.c fix: building now 2026-01-30 18:35:26 +01:00
parser.h fix(clang-tidy): for clang, function cannot return bool if it takes no arguments ???? 2026-01-30 18:26:56 +01:00