index
:
pascal_compiler
master
Small compiler for a subset of pascal
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Collapse
)
Author
2019-10-08
Fix function args with constants pass type checking
Tucker Evans
2019-10-06
Fix gen code gets name of function being created for labeling
Tucker Evans
2019-10-06
Fix input/output to correct function names
Tucker Evans
input/output created write/read respectively fixed to read/write.
2019-09-12
Merge branch 'master' into mem-management
Tucker Evans
2019-09-08
Add checking types on function call
Tucker Evans
2019-09-05
Fix count_args to handle single variable parameters
Tucker Evans
2019-09-05
Add function argument types
Tucker Evans
2019-09-05
Add counting of function arguments
Tucker Evans
2019-08-18
Merge branch 'master' into mem-management
Tucker Evans
2019-08-18
Fix clean up header includes
Tucker Evans
2019-08-17
Add basic type checking
Tucker Evans
Squashed commit of WIP-type_check@5dadc4f5667ae69a709dd45c020780f2f424d67e
2019-08-04
Fix updating type on single variable declarations
Tucker Evans
2019-08-04
Add tree freeing
Tucker Evans
2019-07-27
Add basic scoping
Tucker Evans
2019-07-27
Fix typos & errors
Tucker Evans
2019-07-23
Rename mypc.c -> main.c
Tucker Evans