index
:
P4Dcc
main
P4Dcc
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-05-07
refactor
HEAD
main
nsfisis
2025-05-07
implement prefix inc/dec ops
nsfisis
2025-05-06
remove debug code
nsfisis
2025-05-06
update justfile
nsfisis
2025-05-06
refactor compound assignment operators
nsfisis
2025-05-05
update readme
nsfisis
2025-05-05
refactor
nsfisis
2025-05-05
refactor
nsfisis
2025-05-05
support identifiers that start with underscore
nsfisis
2025-05-05
refactor
nsfisis
2025-05-05
support #define that replaces name with identifiers
nsfisis
2025-05-05
refactor
nsfisis
2025-05-05
support compound assignment operators
nsfisis
2025-05-05
support "while" stmt
nsfisis
2025-05-05
fix issue where "for" init expr is not popped out
nsfisis
2025-05-05
support "for" stmt without init/cond/update
nsfisis
2025-05-05
fix justfile
nsfisis
2025-05-05
add readme and license
nsfisis
2025-05-05
p4dcc is now self-hosted!
nsfisis
2025-05-05
strip symbols
nsfisis
2025-05-05
fix justfile
nsfisis
2025-05-05
fix deref op
nsfisis
2025-05-05
desugar: do not use result of assignment
nsfisis
2025-05-05
align rsp
nsfisis
2025-05-05
fix load/store
nsfisis
2025-05-04
remove unnecessary func decl
nsfisis
2025-05-04
simplify build test
nsfisis
2025-05-04
add tests for 2nd gen compiler
nsfisis
2025-05-04
desugar a lot of things; now, p4dcc can parse main.c itself!
nsfisis
2025-05-04
fix greater than operator
nsfisis
2025-05-04
fix struct pointer's arithmetic operations
nsfisis
2025-05-04
support return stmt without result
nsfisis
2025-05-04
fix forward struct decl
nsfisis
2025-05-04
logical not expr
nsfisis
2025-05-04
fix parse error if function returns a pointer of struct
nsfisis
2025-05-04
array subscript
nsfisis
2025-05-04
desugar: remove comments
nsfisis
2025-05-04
char literal
nsfisis
2025-05-04
desugar: remove array type
nsfisis
2025-05-04
var decl with initial expr
nsfisis
2025-05-04
logical and/or
nsfisis
2025-05-04
desugar: remove compound asignment
nsfisis
2025-05-04
desugar: remove increment/decrement
nsfisis
2025-05-04
desugar: remove while
nsfisis
2025-05-04
desugar: remove typedef
nsfisis
2025-05-04
member direct/indirect access
nsfisis
2025-05-04
struct sizeof
nsfisis
2025-05-04
struct decl/def
nsfisis
2025-05-04
support #define directive
nsfisis
2025-05-04
fix issue where identifier whose name contains underscore cannot be parsed
nsfisis
[next]