|
|
22c049078d
|
frontend: Allow names to have hyphens ('-')
Signed-off-by: Ian Moffett <ian@mirocom.org>
|
2026-03-25 19:51:07 -04:00 |
|
|
|
08f07e474e
|
frontend: Add handling for comments
This commit introduces a comment token which is to be ignored by the
parser.
Signed-off-by: Ian Moffett <ian@mirocom.org>
|
2026-03-25 19:45:51 -04:00 |
|
|
|
7c0f40abbf
|
frontend: Add parsing of shell blocks
Signed-off-by: Ian Moffett <ian@mirocom.org>
|
2026-03-21 17:15:24 -04:00 |
|
|
|
c717e80636
|
frontend: lexer: Add token for tilde
Signed-off-by: Ian Moffett <ian@mirocom.org>
|
2026-03-21 16:24:20 -04:00 |
|
|
|
046e49c7b3
|
frontend: lexer: Add scanning of .cc and .ld directives
Signed-off-by: Ian Moffett <ian@mirocom.org>
|
2026-03-21 15:41:09 -04:00 |
|
|
|
9f25aeb1a4
|
frontened: lexer: Print error on bad token
Signed-off-by: Ian Moffett <ian@mirocom.org>
|
2026-03-21 15:22:59 -04:00 |
|
|
|
ccf717c6a3
|
frontend: lexer: Create identifier token for names
Signed-off-by: Ian Moffett <ian@mirocom.org>
|
2026-03-21 10:16:43 -04:00 |
|
|
|
12fb91b467
|
frontend: parser: Add parser groundwork
Signed-off-by: Ian Moffett <ian@mirocom.org>
|
2026-03-21 09:56:51 -04:00 |
|
|
|
7b45b6f260
|
lexer: Add TT_COLONDUB and putback buffer
Signed-off-by: Ian Moffett <ian@mirocom.org>
|
2026-03-21 08:32:40 -04:00 |
|
|
|
6f7b4b5e31
|
quip: Add initial lexer sources + example ref
Signed-off-by: Ian Moffett <ian@mirocom.org>
|
2026-03-21 07:15:54 -04:00 |
|