PageRenderTime 149ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/README.md

http://github.com/nddrylliog/oc
Markdown | 33 lines | 18 code | 15 blank | 0 comment | 0 complexity | 17a329e2d0af9fca53eff6f35d6e7e3e MD5 | raw file
  1. [![Build Status](https://travis-ci.org/nddrylliog/oc.png?branch=master)](https://travis-ci.org/nddrylliog/oc)
  2. ## oc
  3. oc is an [ooc][ooc] compiler written in ooc. It focuses on clean design,
  4. flexibility and scalability.
  5. oc was at some point planned to replace [rock][rock], the current standard ooc
  6. compiler. But then life happened. Now it's mostly a fun playground.
  7. [ooc]: http://ooc-lang.org
  8. [rock]: http://github.com/nddrylliog/rock
  9. ### Building & installing
  10. Get a functional rock by following instructions:
  11. * <http://ooc-lang.org/install/>
  12. Then, just run:
  13. > make
  14. oc will be in `bin/oc`.
  15. If you fancy a bit of a cleanup, run
  16. > make clean
  17. ### Licensing
  18. oc is licensed under the MIT license. See the `LICENSE` file for details.