summaryrefslogtreecommitdiff
path: root/src/sys/np/core
AgeCommit message (Expand)Author
2025-10-01np: lex: Return -2 on EOFIan 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-30np: lex: Break up big token switch-caseIan Moffett
2025-09-30lex: np: Add lexer arithmetic operatorsIan Moffett
2025-09-30np: lex: Detect '*' token (TT_STAR)Ian Moffett
2025-09-30np: parse: Add initial parsing logicIan Moffett
2025-09-30np: lex: Increment line number every newlineIan Moffett
2025-09-30np: lex: Parse identifiers and commasIan Moffett
2025-09-30np: lex: Cache last char during parseIan Moffett
2025-09-30np: lex: Assume identifier if no errorIan Moffett
2025-09-30np: lex: Add pr_error() macro for error logsIan Moffett
2025-09-30kern: Add initial pirho compiler sourcesIan Moffett