Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcopacini/lox-cpp
Yet another Lox implementation in C++
https://github.com/marcopacini/lox-cpp
interpreter lox
Last synced: about 1 month ago
JSON representation
Yet another Lox implementation in C++
- Host: GitHub
- URL: https://github.com/marcopacini/lox-cpp
- Owner: marcopacini
- License: mit
- Created: 2019-01-27T19:13:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T21:40:23.000Z (almost 6 years ago)
- Last Synced: 2024-01-25T05:31:41.077Z (11 months ago)
- Topics: interpreter, lox
- Language: C++
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lox-cpp
[![Build Status](https://travis-ci.org/marcopacini/lox-cpp.svg?branch=master)](https://travis-ci.org/marcopacini/lox-cpp)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=marcopacini_lox-cpp&metric=alert_status)](https://sonarcloud.io/dashboard?id=marcopacini_lox-cpp)Yet another Lox implementation in C++