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
- Host: GitHub
- URL: https://github.com/brianyu28/z
- Owner: brianyu28
- Created: 2017-07-26T13:48:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T13:49:48.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T11:56:51.664Z (about 1 year ago)
- Topics: arpeggio, cs50, programming-languages
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.