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

https://github.com/brianyu28/z

An implementation of the Z programming language
https://github.com/brianyu28/z

arpeggio cs50 programming-languages

Last synced: about 1 year ago
JSON representation

An implementation of the Z programming language

Awesome Lists containing this project

README

          

# Z Programming Language

This is an implementation of the Z programming language.

The specification for the language is available at http://cdn.cs50.net/2016/fall/test/z.html.

## Changelog

- `v0.0.0`
- Introduced basic language elements.

## Credits

Thanks to Doug Lloyd, for creating the language, and Chad Sharp, for introducing me to Arpeggio.