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: 3 days 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: 2026-07-23T19:01:55.842Z (5 days ago)
- Language: Haskell
- Homepage:
- Size: 92.8 KB
- Stars: 4
- Watchers: 1
- 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.