Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hikari-no-yume/DevPerc.c
A (currently unfinished) interpreter for the Deviating Percolator (DevPerc) language, written in pure `-Wall -pedantic` C99.
https://github.com/hikari-no-yume/DevPerc.c
Last synced: 3 months ago
JSON representation
A (currently unfinished) interpreter for the Deviating Percolator (DevPerc) language, written in pure `-Wall -pedantic` C99.
- Host: GitHub
- URL: https://github.com/hikari-no-yume/DevPerc.c
- Owner: hikari-no-yume
- License: other
- Created: 2015-02-21T03:14:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-28T04:22:59.000Z (over 9 years ago)
- Last Synced: 2024-04-24T15:34:07.309Z (7 months ago)
- Language: C
- Homepage: http://www.esolangs.org/wiki/Deviating_Percolator
- Size: 148 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- AwesomeInterpreter - DevPerc.c
README
DevPerc.c
=========DevPerc.c is a (currently unfinished) interpreter for the Deviating Percolator (DevPerc) language, written in pure `-Wall -pedantic` C99.
I previously wrote [an interpreter in Python](https://github.com/TazeTSchnitzel/DevPerc).
http://www.esolangs.org/wiki/Deviating_Percolator
Building
========If you have a C compiler at `cc`, then just `make` or `make devperc` will do the trick.
Try it out like so:
./devperc examples/helloworld