issues
search
felixangell
/
kpd
an old compiler for Krug written in D - a prototype version
MIT License
44
stars
1
forks
source link
code generation tracking issue
#15
Closed
felixangell
closed
6 years ago
felixangell
commented
6 years ago
[x] if statements
[ ] else if
[ ] else
[ ] while loops
[ ] loops
[ ] function calls (no arguments)
[ ] function calls (arguments)
[ ] global variables
[x] local variables
[ ] function return statement
[ ] function return with expression
[ ] breaking out of loops
[ ] skipping iteration in loop
[ ] block evaluation with eval
[ ] lambdas
[ ] array indexing
[ ] allocating arrays
[ ] unary expressions
[x] binary expressions
[ ] pointers
[ ] address of