index
:
ducc
main
ducc
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Collapse
)
Author
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 ↵
nsfisis
provided
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
2025-08-15
feat: separate main.c
nsfisis
2025-08-15
feat: improve parse error messages
nsfisis
2025-08-15
feat: partially implement #include directive
nsfisis
2025-08-15
fix: fix dereference of struct members
nsfisis
2025-08-15
feat: implement substraction between pointers
nsfisis
2025-08-15
feat: implement some of escape sequences
nsfisis
2025-08-15
feat: implement single line comment
nsfisis
2025-05-12
output compile error on stderr instead of stdout
nsfisis
2025-05-11
take source file name as cli arguments
nsfisis
2025-05-11
implement extern var decl
nsfisis
2025-05-11
add test for argc/argv
nsfisis
2025-05-09
implement do-while loop
nsfisis
[prev]
[next]