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: about 1 year 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T22:39:08.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T10:14:25.680Z (over 1 year 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.