https://github.com/fasterthanlime/oc
:warning: An experimental, next-generation, coroutine-based, modular compiler for a subset of ooc. (deprecated)
https://github.com/fasterthanlime/oc
Last synced: 4 months ago
JSON representation
:warning: An experimental, next-generation, coroutine-based, modular compiler for a subset of ooc. (deprecated)
- Host: GitHub
- URL: https://github.com/fasterthanlime/oc
- Owner: fasterthanlime
- License: mit
- Created: 2010-10-16T15:59:54.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2013-12-13T00:07:09.000Z (over 12 years ago)
- Last Synced: 2025-10-23T17:42:06.192Z (8 months ago)
- Language: ooc
- Homepage: http://ooc-lang.org/
- Size: 1.52 MB
- Stars: 21
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/nddrylliog/oc)
## oc
oc is an [ooc][ooc] compiler written in ooc. It focuses on clean design,
flexibility and scalability.
oc was at some point planned to replace [rock][rock], the current standard ooc
compiler. But then life happened. Now it's mostly a fun playground.
[ooc]: http://ooc-lang.org
[rock]: http://github.com/nddrylliog/rock
### Building & installing
Get a functional rock by following instructions:
*
Then, just run:
> make
oc will be in `bin/oc`.
If you fancy a bit of a cleanup, run
> make clean
### Licensing
oc is licensed under the MIT license. See the `LICENSE` file for details.