index
:
ducc
feat/complex-init
main
ducc
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-02-15
chore: update flake
HEAD
main
nsfisis
2026-02-15
refactor: write more tests in C
nsfisis
2026-02-14
refactor: shallow copy typedef-ed types to remove work-around
nsfisis
2026-02-07
feat: bump to v0.4.0
v0.4.0
nsfisis
2026-02-07
feat: workaround to compile Lua 5.5
nsfisis
2026-02-07
feat: partially support float/double
nsfisis
2026-02-07
feat: allow calling offsetof() in compile-time expression
nsfisis
2026-02-07
feat: support unions in initializer
nsfisis
2026-02-07
feat: support null pointer in initializer
nsfisis
2026-02-07
feat: support function calls via function pointers
nsfisis
2026-02-07
fix: codegen of switch fallthrough
nsfisis
2026-02-07
feat: skip "inline" keyword
nsfisis
2026-02-07
feat: support initializers of structs and unions for local variables
nsfisis
2026-02-07
fix: function-like macro name not followed by parenthesis
nsfisis
2026-02-07
feat: support anonymous struct members
nsfisis
2026-02-07
feat: define __CHAR_BIT__ macro for GCC compatibility
nsfisis
2026-02-07
feat: implement global variables referencing string literals
nsfisis
2026-02-07
refactor: add ASSERT_EQ_STR() to tests/helpers.h
nsfisis
2026-02-06
feat: implement more complex initializer
nsfisis
2026-02-01
feat: implement array global variables
nsfisis
2026-02-01
feat: define float-related macros for GCC compatibility
nsfisis
2026-02-01
chore: disable noisy warning
nsfisis
2026-01-24
feat: implement parsing of "sizeof expr"
nsfisis
2026-01-24
feat: implement unary plus
nsfisis
2026-01-24
fix: parsing of unary expressions
nsfisis
2026-01-24
feat: implement array initializer
nsfisis
2026-01-24
refactor: organize test files
nsfisis
2026-01-24
feat: define more __*_MAX__ macros for GCC compatibility
nsfisis
2026-01-24
feat: partially implement attribute parsing
nsfisis
2026-01-24
docs: add docs/c_grammar.md
nsfisis
2026-01-23
refactor: AST overhaul
nsfisis
2026-01-23
fix: skip removed tokens from macro arguments
nsfisis
2026-01-17
feat: support -MD flag
nsfisis
2026-01-17
feat: support #include_next directive (GNU extension)
nsfisis
2026-01-17
feat: support empty arguments of ## operator
nsfisis
2026-01-17
feat: define __INT_MAX__ as predefined macro
nsfisis
2026-01-17
feat: ignore #pragma directives in preprocessor
nsfisis
2026-01-17
feat: add source location to error messages for undefined symbols
nsfisis
2026-01-14
refactor: enable -Wextra flag on build
nsfisis
2026-01-14
feat: change evaluation from stack-based to register-based
nsfisis
2026-01-10
feat: support (void) cast
nsfisis
2026-01-10
feat: support global variables of char[]
nsfisis
2026-01-10
feat: implement va_arg()
nsfisis
2026-01-10
feat: support passing arguments larger than 8 bytes
nsfisis
2026-01-09
feat: add offsetof() to stddef.h
nsfisis
2026-01-09
feat: implement # operator (stringification)
nsfisis
2026-01-09
feat: skip volatile keyword
nsfisis
2026-01-09
feat: support declarations to declare multiple members at once
nsfisis
2026-01-09
feat: support seven or more parameters/arguments
nsfisis
2026-01-09
feat: evaluate arguments in reverse order
nsfisis
[next]