An open API service indexing awesome lists of open source software.

https://github.com/yhirose/culebra

Culebra Programming Language
https://github.com/yhirose/culebra

language peg programming-languages

Last synced: about 1 year ago
JSON representation

Culebra Programming Language

Awesome Lists containing this project

README

          

Culebra Programming Language
============================

Build
-----

```bash
git clone https://github.com/yhirose/culebra.git
cd culebra
mkdir build
cd build
cmake ..
make
./culebra ../samples/fizzbuzz.cul
```

Uknown bugs
-----------

* Cycric reference in object
* Unintentional reference to global variable

License
-------

[MIT](https://github.com/yhirose/culebra/blob/master/LICENSE)