https://github.com/fergusq/viscimja
A portable SYCPOL-SCIM in Java.
https://github.com/fergusq/viscimja
esoteric-programming-language interpreter
Last synced: over 1 year ago
JSON representation
A portable SYCPOL-SCIM in Java.
- Host: GitHub
- URL: https://github.com/fergusq/viscimja
- Owner: fergusq
- License: mit
- Created: 2014-07-05T20:01:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-24T15:59:27.000Z (almost 12 years ago)
- Last Synced: 2025-01-18T08:31:00.523Z (over 1 year ago)
- Topics: esoteric-programming-language, interpreter
- Language: Java
- Size: 199 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
viscimja
========
A portable SYCPOL-SCIM in Java.
Features
========
* Full compatibility with Standard SYCPOL
* MODULE statements and other essential features from RS-SYCPOL
* Support for filesystem access
* Advanced debug mode
* Verbose error messages
Building
========
VISCIM-JA requires Java 7.
Following should work:
```
$ ant
```
Or if you aren't able or would rather not use Ant:
```
$ java -classpath classes -sourcepath src src/sycpol/Sycpol.java -d classes
```
Usage
=====
See manpage for full documentation.
Use following command to run the hello world:
```
viscimja -f examples/stdio -f examples/hello
```