index
:
L5
dev
master
An operating system for control systems
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
include
/
np
Age
Commit message (
Expand
)
Author
13 days
np: codegen: Support returning symbols / strings
Ian Moffett
13 days
np: symbol: Ensure of assigned name and ID
Ian Moffett
13 days
np: piir: Add bitmap based register allocation
Ian Moffett
13 days
np: symbol: Introduce symbol table + symbol cache
Ian Moffett
13 days
np: lex: Introduce string tokens
Ian Moffett
14 days
kern: np: Add support for return statements
Ian Moffett
14 days
np: piir: Annotate IR bytes
Ian Moffett
14 days
np: codegen: Deprecate AST in favor of stackgen
Ian Moffett
14 days
np: codegen: Implement initial stack based codegen
Ian Moffett
2025-10-01
kern: np: Add initial IR engine (PIIR)
Ian Moffett
2025-10-01
np: parse: Create proc AST, handle end/begin, ...
Ian Moffett
2025-10-01
np: lex: Add LEX_EOF define
Ian Moffett
2025-10-01
np: Add signed integer types
Ian Moffett
2025-10-01
np: parse: Parse procedure signature
Ian Moffett
2025-10-01
np: lex: Add the rest of the UINT tokens
Ian Moffett
2025-10-01
np: parse: Add AST structure and initial logic
Ian Moffett
2025-10-01
np: lex: Add TT_NONE token for invalid types
Ian Moffett
2025-10-01
np: Allocate memory for identifier
Ian Moffett
2025-10-01
np: lex: Detect colon (':')
Ian Moffett
2025-10-01
np: lex: Add left/right bracket tokens
Ian Moffett
2025-10-01
np: lex: Handle digits in the stream
Ian Moffett
2025-09-30
lex: np: Add lexer arithmetic operators
Ian Moffett
2025-09-30
np: lex: Detect '*' token (TT_STAR)
Ian Moffett
2025-09-30
np: lex: Annotate token types
Ian Moffett
2025-09-30
np: parse: Add initial parsing logic
Ian Moffett
2025-09-30
np: lex: Parse identifiers and commas
Ian Moffett
2025-09-30
np: lex: Use foward declaration of np_work
Ian Moffett
2025-09-30
kern: Add initial pirho compiler sources
Ian Moffett