An open API service indexing awesome lists of open source software.

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.

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
```