index
:
L5Lunos
dev
master
[L] The points have aligned [5]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
include
/
np
Age
Commit message (
Expand
)
Author
6 days
np: symbol: Introduce symbol table + symbol cache
Ian Moffett
6 days
np: lex: Introduce string tokens
Ian Moffett
6 days
kern: np: Add support for return statements
Ian Moffett
6 days
np: piir: Annotate IR bytes
Ian Moffett
6 days
np: codegen: Deprecate AST in favor of stackgen
Ian Moffett
6 days
np: codegen: Implement initial stack based codegen
Ian Moffett
7 days
kern: np: Add initial IR engine (PIIR)
Ian Moffett
7 days
np: parse: Create proc AST, handle end/begin, ...
Ian Moffett
7 days
np: lex: Add LEX_EOF define
Ian Moffett
7 days
np: Add signed integer types
Ian Moffett
7 days
np: parse: Parse procedure signature
Ian Moffett
7 days
np: lex: Add the rest of the UINT tokens
Ian Moffett
7 days
np: parse: Add AST structure and initial logic
Ian Moffett
7 days
np: lex: Add TT_NONE token for invalid types
Ian Moffett
7 days
np: Allocate memory for identifier
Ian Moffett
8 days
np: lex: Detect colon (':')
Ian Moffett
8 days
np: lex: Add left/right bracket tokens
Ian Moffett
8 days
np: lex: Handle digits in the stream
Ian Moffett
8 days
lex: np: Add lexer arithmetic operators
Ian Moffett
8 days
np: lex: Detect '*' token (TT_STAR)
Ian Moffett
8 days
np: lex: Annotate token types
Ian Moffett
8 days
np: parse: Add initial parsing logic
Ian Moffett
8 days
np: lex: Parse identifiers and commas
Ian Moffett
8 days
np: lex: Use foward declaration of np_work
Ian Moffett
8 days
kern: Add initial pirho compiler sources
Ian Moffett