summaryrefslogtreecommitdiff
path: root/src/sys/include/np
AgeCommit message (Expand)Author
13 daysnp: codegen: Support returning symbols / stringsIan Moffett
13 daysnp: symbol: Ensure of assigned name and IDIan Moffett
13 daysnp: piir: Add bitmap based register allocationIan Moffett
14 daysnp: symbol: Introduce symbol table + symbol cacheIan Moffett
14 daysnp: lex: Introduce string tokensIan Moffett
14 dayskern: np: Add support for return statementsIan Moffett
14 daysnp: piir: Annotate IR bytesIan Moffett
14 daysnp: codegen: Deprecate AST in favor of stackgenIan Moffett
14 daysnp: codegen: Implement initial stack based codegenIan Moffett
2025-10-01kern: np: Add initial IR engine (PIIR)Ian Moffett
2025-10-01np: parse: Create proc AST, handle end/begin, ...Ian Moffett
2025-10-01np: lex: Add LEX_EOF defineIan Moffett
2025-10-01np: Add signed integer typesIan Moffett
2025-10-01np: parse: Parse procedure signatureIan Moffett
2025-10-01np: lex: Add the rest of the UINT tokensIan Moffett
2025-10-01np: parse: Add AST structure and initial logicIan 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: parse: Add initial parsing logicIan 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