Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manyoso/zot
Zot language interpreter written in c++
https://github.com/manyoso/zot
Last synced: about 2 months ago
JSON representation
Zot language interpreter written in c++
- Host: GitHub
- URL: https://github.com/manyoso/zot
- Owner: manyoso
- License: mit
- Created: 2015-11-07T01:39:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T01:40:28.000Z (about 9 years ago)
- Last Synced: 2024-10-14T12:49:19.641Z (3 months ago)
- Language: C++
- Size: 0 Bytes
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
A zot langauge interpreter in C++.
http://semarch.linguistics.fas.nyu.edu/barker/Iota/zot.html
Zot
Syntax: Semantics:
F --> F B [F]([B])
F --> e ^c.cI
B --> 0 ^c.c(^f.fSK)
B --> 1 ^cL.L(^lR.R(^r.c(lr)))I've also included the reference javascript interpreter from Chris Barker and a
debug mode which allows to visually see program evaluation and term reduction.