:crocodile: The historical, initial implementation of an ooc compiler in Java
Stars
116
Forks
4
Watchers
116
Open Issues
25
Overall repository health assessment
No package.json found
This might not be a Node.js project
387
commits
109
commits
43
commits
36
commits
21
commits
15
commits
11
commits
10
commits
5
commits
4
commits
Removing the code that prevents unqualified static member access.
57535d1View on GitHubThis fixes a bug where it would write function prototypes using the #define'd name for static extern functions.
641ada8View on GitHubFixed a bug where it was writing empty-bodied functions for static extern functions on classes.
bef1b26View on GitHubThis seems to fix a strange a bug where some static functions would be written in the -fwd.h header.
08d020fView on GitHubDon't add libs when not linking - makes gcc on OSX happy, apparently
cec5924View on GitHub