summaryrefslogtreecommitdiff
path: root/src/sys/include/np/lex.h
AgeCommit message (Expand)Author
14 daysnp: lex: Introduce string tokensIan Moffett
14 dayskern: np: Add support for return statementsIan Moffett
2025-10-01np: lex: Add LEX_EOF defineIan Moffett
2025-10-01np: Add signed integer typesIan Moffett
2025-10-01np: lex: Add the rest of the UINT tokensIan Moffett
2025-10-01np: lex: Add TT_NONE token for invalid typesIan Moffett
2025-10-01np: Allocate memory for identifierIan Moffett
2025-10-01np: lex: Detect colon (':')Ian Moffett
2025-10-01np: lex: Add left/right bracket tokensIan Moffett
2025-10-01np: lex: Handle digits in the streamIan Moffett
2025-09-30lex: np: Add lexer arithmetic operatorsIan Moffett
2025-09-30np: lex: Detect '*' token (TT_STAR)Ian Moffett
2025-09-30np: lex: Annotate token typesIan Moffett
2025-09-30np: lex: Parse identifiers and commasIan Moffett
2025-09-30np: lex: Use foward declaration of np_workIan Moffett
2025-09-30kern: Add initial pirho compiler sourcesIan Moffett