summaryrefslogtreecommitdiff
path: root/src/sys/include/np/lex.h
AgeCommit message (Collapse)Author
2025-10-01np: lex: Add LEX_EOF defineIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-10-01np: Add signed integer typesIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-10-01np: lex: Add the rest of the UINT tokensIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-10-01np: lex: Add TT_NONE token for invalid typesIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-10-01np: Allocate memory for identifierIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-10-01np: lex: Detect colon (':')Ian Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-10-01np: lex: Add left/right bracket tokensIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-10-01np: lex: Handle digits in the streamIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-30lex: np: Add lexer arithmetic operatorsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-30np: lex: Detect '*' token (TT_STAR)Ian Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-30np: lex: Annotate token typesIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-30np: lex: Parse identifiers and commasIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-30np: lex: Use foward declaration of np_workIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-30kern: Add initial pirho compiler sourcesIan Moffett
The pirho compiler is a ring-0 compiler used to compile core parts of the kernel during updates and installs from the initramfs. Signed-off-by: Ian Moffett <ian@osmora.org>