Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/patrickt/crafty

some work on Crafting Interpreters
https://github.com/patrickt/crafty

Last synced: 3 days ago
JSON representation

some work on Crafting Interpreters

Awesome Lists containing this project

README

        

# crafty

[![GitHub CI](https://github.com/patrickt/crafty/workflows/CI/badge.svg)](https://github.com/patrickt/crafty/actions)
[![Hackage](https://img.shields.io/hackage/v/crafty.svg?logo=haskell)](https://hackage.haskell.org/package/crafty)
[![GPL-3.0-only license](https://img.shields.io/badge/license-GPL--3.0--only-blue.svg)](LICENSE)

An implementation of the Lox language from Crafting Interpreters.