Failed to load latest commit information.
.gitignore Added copyright, and LGPL license
Makefile Replaced pluk with ooc =)
README Added install instructions to the readme
ooc.lang Fixed the character constant stuff.
ooc.xml Whoops, the version is the specs version, not the language version
sample.ooc Split numeric into decimal, hexadecimal, octal (stolen from c.lang), …