frontend: Add parsing of shell blocks
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user