index
:
ducc
main
ducc
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2025-08-23
feat: use "make" as builder
nsfisis
2025-08-23
feat: output executable using gcc
nsfisis
2025-08-23
refactor: test helpers
nsfisis
2025-08-22
feat: partially support #if directive
nsfisis
2025-08-19
feat: skip a pair of backslash and new-line
nsfisis
2025-08-19
feat: support global variable declaration with multiple variables
nsfisis
2025-08-18
feat: support variable declaration with multiple variables (local variables o...
nsfisis
2025-08-18
refactor: define va_start() as macro instead of special form
nsfisis
2025-08-17
feat: defer keyword check after preprocessing
nsfisis
2025-08-17
refactor: tokenize preprocessor hash and directive name as one token
nsfisis
2025-08-16
feat: implement macro expansion with parameters
nsfisis
2025-08-15
feat: support global variables with initializer
nsfisis
2025-08-15
feat: implement conditional expression
nsfisis
2025-08-15
feat: implement comma operator
nsfisis
2025-08-15
feat: implement shift operators
nsfisis
2025-08-15
refactor: refactor tests
nsfisis
2025-08-15
feat: output .note.GNU-stack section and remove "-z noexecstack" from ld flags
nsfisis
2025-08-15
feat: add 2 example files
nsfisis
2025-08-15
feat: implement block-based variable scope
nsfisis
2025-08-15
feat: implement '*=', '/=' and '%=' operators
nsfisis
2025-08-15
feat: allow variable declaration in for loop's init
nsfisis
2025-08-15
fix: fix an issue where compound expression is untyped
nsfisis
2025-08-15
feat: support non-extern global variables
nsfisis
2025-08-15
feat: show filename and line number in parsing phase
nsfisis
2025-08-15
refactor: refactor preprocessor
nsfisis
2025-08-15
feat: implement #undef
nsfisis
2025-08-15
feat: report error on unknown preprocessor directive
nsfisis
2025-08-15
feat: support union types
nsfisis
2025-08-15
feat: support short type
nsfisis
2025-08-15
feat: implement postfix increment/decrement operator
nsfisis
2025-08-15
feat: allow #define to omit destination tokens
nsfisis
2025-08-15
feat: implement #ifndef directive
nsfisis
2025-08-15
feat: support '\0'
nsfisis
2025-08-15
feat: support sizeof() for variables
nsfisis
2025-08-15
feat: implement multi-line comment
nsfisis
2025-08-15
feat: expand macro recursively
nsfisis
2025-08-15
feat: implement __LINE__ macro
nsfisis
2025-08-15
feat: implement __FILE__ macro
nsfisis
2025-08-15
feat: support assignment between objects larger than register size
nsfisis
2025-08-15
feat: support macros that are expanded to multiple tokens
nsfisis
2025-08-15
feat: implement function-like macro without parameters
nsfisis
2025-08-15
fix: type string literals
nsfisis
2025-08-15
feat: implement array type
nsfisis
2025-08-15
feat: implement bitwise or
nsfisis
2025-08-15
feat: implement #include <systemheader>
nsfisis
2025-08-15
feat: implement empty statements (only semicolon)
nsfisis
2025-08-15
feat: function main() now returns zero if no return value are explicitly prov...
nsfisis
2025-08-15
feat: implement va_*() functions
nsfisis
2025-08-15
feat: partially implement #ifdef, #else and #endif directives
nsfisis
2025-08-15
feat: define __ducc__ macro
nsfisis
[prev]
[next]