index
:
cescal
main
The Cescal programming language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
33 hours
core: tokbuf: Fix up token buffer
Chloe M.
34 hours
core: state: Ensure compiler FSM to zeroed
Chloe M.
41 hours
core: tokbuf: Dynamically expand token buffer
Ian Moffett
42 hours
core: parser: Add parser-side nom function
Chloe M.
42 hours
core: tokbuf: Fix buffer overflow
Chloe M.
43 hours
core: lexer: Add operational tokens
Ian Moffett
43 hours
core: lexer: Fix up putback pop in consumption function
Ian Moffett
43 hours
core: lexer: Add token for ':' byte
Ian Moffett
43 hours
core: lexer: Add unsigned type tokens
Ian Moffett
43 hours
core: lexer: Add preprocessor tokens
Ian Moffett
44 hours
core: lexer: Return -1 on bad ident
Chloe M.
44 hours
core: lexer: Add token for 'return' keyword
Chloe M.
44 hours
core: lexer: Add arrow token
Chloe M.
44 hours
core: lexer: Add comment skipping
Chloe M.
44 hours
core: lexer: Fix up whitespace skipping
Chloe M.
44 hours
core: lexer: Add keyword tokens
Chloe M.
45 hours
core: state: Keep track of current pass
Chloe M.
45 hours
build: Add -MMD to build flags
Chloe M.
45 hours
lexer: Add scanning of identifiers
Chloe M.
45 hours
core: ptrbox: Return allocated entry
Chloe M.
46 hours
core: Add pointer box / RAII impl
Ian Moffett
2 days
core: Add missing copyright headers
Chloe M.
2 days
core: Add token buffer
Chloe M.
2 days
core: Add lexer + parser groundwork
Ian Moffett
2 days
cescal: Add fmt to log macros
Ian Moffett
2 days
testbench: Add concept source file
Ian Moffett
2 days
core: Add logging helpers
Ian Moffett
2 days
build: Add headers
Ian Moffett
2 days
build: Add clean target
Ian Moffett
2 days
initial commit
Ian Moffett