forked from Rafael-Ribeiro/pjavac
-
Notifications
You must be signed in to change notification settings - Fork 0
mmhe/pjavac
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
TODOs: Semantics: - functions with the same name as variables need to be allowed Semantic choices don't allow: "float[] a[]" in function parameters function overloading function var args (ellipsis) % and %= operators envolving floating point types (because C doesn't allow them) - function overload allow: for (i= 0; i < n; i++) int i; ==, !=, <, >, <= and >= on strings redefinition of global variables (that would make them inaccessible) TODO: LEX Range validation on size (http://linux.die.net/man/3/strtoll ERANGE)
About
A procedural Java to low-level C transcompiler developed for the University of Coimbra's B.S. Informatics Engineering Compilers course. Written in ANSI C with lex and yacc.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 96.8%
- Python 2.0%
- Other 1.2%