Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ujihisa/cbc
C-flat compiler originally written by Minero Aoki http://i.loveruby.net/ja/stdcompiler/
https://github.com/ujihisa/cbc
Last synced: about 1 month ago
JSON representation
C-flat compiler originally written by Minero Aoki http://i.loveruby.net/ja/stdcompiler/
- Host: GitHub
- URL: https://github.com/ujihisa/cbc
- Owner: ujihisa
- Created: 2012-04-22T20:22:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-26T03:44:32.000Z (over 12 years ago)
- Last Synced: 2024-05-01T23:19:17.677Z (7 months ago)
- Language: Java
- Size: 699 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
## CbC - Cflat Compiler
Originally written/distributed by Minero Aoki in http://i.loveruby.net/ja/stdcompiler/
## What's new in this repository
* AMD64 platform support
* the original CbC only supports X86 platforms
* LLVM backend
* Mixture of Java and Clojure
* the original code was purely in Java, but I cannot write Java very well..
* Leiningen integration## Authors
* Minero Aoki
* Tatsuihro Ujihisa## Licence
Same to the original CbC -- Modified BSD license.