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
- Host: GitHub
- URL: https://github.com/yhirose/culebra
- Owner: yhirose
- License: mit
- Created: 2018-02-06T11:21:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T20:00:38.000Z (over 3 years ago)
- Last Synced: 2025-04-24T00:49:42.410Z (about 1 year ago)
- Topics: language, peg, programming-languages
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)