Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/patrickt/crafty
- Owner: patrickt
- License: gpl-3.0
- Created: 2022-08-02T18:45:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T18:46:08.000Z (over 2 years ago)
- Last Synced: 2024-12-24T12:30:16.235Z (5 days ago)
- Language: Haskell
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.