Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/toumorokoshi/greyhawk-language
- Owner: toumorokoshi
- Created: 2013-09-08T06:12:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T23:16:55.000Z (over 2 years ago)
- Last Synced: 2024-10-28T20:05:17.825Z (about 2 months ago)
- Language: C++
- Size: 1010 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 syntaxIf 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