Age | Commit message (Collapse) | Author | |
---|---|---|---|
8 days | np: parse: Add AST structure and initial logic | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
8 days | np: init: Keep track of objects with PTRBOX | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
9 days | np: lex: Cache last char during parse | Ian Moffett | |
Sometimes when parsing while we are scanning for a string, we might loose the last character if we don't save it Signed-off-by: Ian Moffett <ian@osmora.org> | |||
9 days | kern: Add initial pirho compiler sources | Ian Moffett | |
The pirho compiler is a ring-0 compiler used to compile core parts of the kernel during updates and installs from the initramfs. Signed-off-by: Ian Moffett <ian@osmora.org> |