index
:
P4Dcc
main
P4Dcc
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
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
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
char literal
nsfisis
2025-05-04
var decl with initial expr
nsfisis
2025-05-04
logical and/or
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
2025-05-04
pointer arithmetic operations
nsfisis
2025-05-04
sizeof
nsfisis
2025-05-04
support ref/deref
nsfisis
2025-05-04
support pointer types
nsfisis
2025-05-03
fizzbuzz
nsfisis
2025-05-03
string literals
nsfisis
2025-05-03
add output test
nsfisis
2025-05-03
fibonacci sequence
nsfisis
2025-05-03
func call with multiple args
nsfisis
2025-05-03
func call without args
nsfisis
2025-05-03
for stmt
nsfisis
2025-05-03
for stmt
nsfisis
2025-05-03
if stmt
nsfisis
2025-05-03
increase maximum number of local variables
nsfisis
2025-05-03
local variables
nsfisis
2025-05-03
comparison
nsfisis
2025-05-03
unary minus
nsfisis
2025-05-03
parenthesized expression
nsfisis
2025-05-03
refactor tests
nsfisis
2025-05-03
suprress linker warnings
nsfisis
2025-05-03
binary arightmetic operations
nsfisis
2025-05-03
add tests
nsfisis