summaryrefslogtreecommitdiff
path: root/core/parser.c
AgeCommit message (Collapse)Author
3 hoursparser: Add initial preprocessing macro parsingmainChloe M.
Signed-off-by: Chloe M. <chloe@mirocom.org>
3 hoursparser: Use 'res' instead of 'tok' indirectionChloe M.
Signed-off-by: Chloe M. <chloe@mirocom.org>
32 hourscore: parser: Remove debug linesChloe M.
Signed-off-by: Chloe M. <chloe@mirocom.org>
33 hourscore: parser: Add initial preprocessing stubsChloe M.
Signed-off-by: Chloe M. <chloe@mirocom.org>
41 hourscore: parser: Add parser-side nom functionChloe M.
Signed-off-by: Chloe M. <chloe@mirocom.org>
43 hourscore: lexer: Add operational tokensIan Moffett
Signed-off-by: Ian Moffett <ian@mirocom.org>
43 hourscore: lexer: Add token for ':' byteIan Moffett
Signed-off-by: Ian Moffett <ian@mirocom.org>
43 hourscore: lexer: Add unsigned type tokensIan Moffett
Signed-off-by: Ian Moffett <ian@mirocom.org>
43 hourscore: lexer: Add preprocessor tokensIan Moffett
Signed-off-by: Ian Moffett <ian@mirocom.org>
44 hourscore: lexer: Add arrow tokenChloe M.
Signed-off-by: Chloe M. <chloe@mirocom.org>
44 hourscore: lexer: Add comment skippingChloe M.
Signed-off-by: Chloe M. <chloe@mirocom.org>
2 dayscore: Add lexer + parser groundworkIan Moffett
Signed-off-by: Ian Moffett <ian@mirocom.org>