frontend: Add parsing of shell blocks

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-03-21 17:15:24 -04:00
parent c717e80636
commit 7c0f40abbf
4 changed files with 70 additions and 11 deletions

View File

@@ -37,11 +37,10 @@ static const char *toktab[] = {
[TT_NONE] = symtok("none"),
[TT_NAME] = symtok("name"),
[TT_NEWLINE] = symtok("newline"),
[TT_SHELLBLOCK] = symtok("shellblock"),
[TT_CC] = qtok(".cc"),
[TT_LD] = qtok(".ld"),
[TT_COLON] = qtok(":"),
[TT_TILDE] = qtok("~"),
[TT_COLONDUB] = qtok("::")
[TT_COLON] = qtok(":")
};
int