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: about 1 year ago
JSON representation

A parser and interpreter for Joy written in Scala

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.