https://github.com/mountain/while
a while language interpreter. The language syntax was similar with the definition from the Book Computability and Complexity by Neil D. Jones.
https://github.com/mountain/while
Last synced: 9 months ago
JSON representation
a while language interpreter. The language syntax was similar with the definition from the Book Computability and Complexity by Neil D. Jones.
- Host: GitHub
- URL: https://github.com/mountain/while
- Owner: mountain
- Created: 2010-02-09T08:22:09.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-08-16T13:30:59.000Z (almost 16 years ago)
- Last Synced: 2025-06-18T18:05:58.489Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 92.8 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a while language interpreter. The language syntax was similar with the definition from the Book Computability and Complexity by Neil D. Jones.