Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/toumorokoshi/greyhawk-language

A language spec for fun.
https://github.com/toumorokoshi/greyhawk-language

Last synced: 8 days ago
JSON representation

A language spec for fun.

Awesome Lists containing this project

README

        

Greyhawk Language
=================

Greyhawk is a highly opinionated programming language. Some of the defining features are:

* runs on a virtual machine (e.g. Java)
* immutability by default
* tight restrictions around syntax

If you're interested in the why, please read the DESIGN.md page.

Building the Interpreter
------------------------

The interpreter is written in Rust, specifically version 1.7.0. Install rust, and build the
interpreter with:

cargo build