summaryrefslogtreecommitdiff
path: root/src/sys/include
AgeCommit message (Expand)Author
14 daysnp: Remove deprecated ast_root fieldIan 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: backend: Add backend pirho sourcesIan 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-01np: parse: Allocate new PIIR stack into work descIan 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: init: Keep track of objects with PTRBOXIan Moffett
2025-10-01kern: ptrbox: Add string duplicationIan Moffett
2025-10-01kern: lib: Introduce pointer boxesIan 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: Cache last char during parseIan Moffett
2025-09-30np: lex: Use foward declaration of np_workIan Moffett
2025-09-30kern: Add initial pirho compiler sourcesIan Moffett
2025-09-30kern: mac: Add MAC resource queryingIan Moffett
2025-09-30kern: os: Document the mac_border structureIan Moffett
2025-09-29kern: fbdev: Create namespace object for fbdevIan Moffett
2025-09-29kern: ns: Include nsvar.h in os/ns.hIan Moffett
2025-09-29kern: ns: Remove unused length fieldIan Moffett
2025-09-29kern: Add initial object namespace sourcesIan Moffett
2025-09-28kern: Add safe copyin() and copyout()Ian Moffett
2025-09-28kern: lib: Add strdup()Ian Moffett
2025-09-28kern: io: Fix typo in header guardIan Moffett
2025-09-27kern: fs: Add initial devfs implementationIan Moffett
2025-09-27kern: mount: Remove extra unwanted spaceIan Moffett
2025-09-27kern: Add initial signals workIan Moffett
2025-09-27kern: proc: Protect mapping list with spinlockIan Moffett
2025-09-27kern/amd64: mmu: pmap_set_cache() -> pmap_set_cache()Ian Moffett
2025-09-26kern/amd64: cpu: Add cpu_halt_others() functionIan Moffett
2025-09-26kern/amd64: cpu: Add CPU halt ISR for IPIsIan Moffett
2025-09-26kern/amd64: Support APIC inter-processor interruptsIan Moffett
2025-09-26sys: Add BSD sys/tree.h portIan Moffett