Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruippeixotog/joyful
A parser and interpreter for Joy written in Scala
https://github.com/ruippeixotog/joyful
compiler interpreter joy parser scala
Last synced: 18 days ago
JSON representation
A parser and interpreter for Joy written in Scala
- Host: GitHub
- URL: https://github.com/ruippeixotog/joyful
- Owner: ruippeixotog
- License: mit
- Created: 2018-02-07T22:58:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T22:39:08.000Z (over 5 years ago)
- Last Synced: 2024-12-05T16:45:26.025Z (3 months ago)
- Topics: compiler, interpreter, joy, parser, scala
- Language: Scala
- Size: 60.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Joyful
A parser and interpreter for [Joy](https://en.wikipedia.org/wiki/Joy_(programming_language)), a functional and
[concatenative](https://en.wikipedia.org/wiki/Concatenative_programming_language) programming language. More information
about Joy can be found [here](http://www.kevinalbrecht.com/code/joy-mirror/joy.html), while a clone of the original
implementation can be found [here](https://github.com/xieyuheng/joy).## Copyright
Copyright (c) 2018 Rui Gonçalves. See LICENSE for details.