Class silk.SchemePrimitives
java.lang.Object
|
+----silk.SchemePrimitives
- public class SchemePrimitives
- extends java.lang.Object
Holds a string representation of some Scheme code in
CODE.
A string is better than a file because with no files, its easier to
compress everything in the classes.jar file. For editing convenience,
the following two perl convert from normal text to this Java quoted
format and back again:
perl -pe 's/"/\\"/g; s/(\s*)(.*?)(\s*)$/1円"2円\\n" +\n/'
perl -pe 's/\\"/"/g; s/^(\s*)"/1円/; s/\\n" [+]//'
Field Summary
static java.lang.String
CODE
Constructor Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
CODE
public static final java.lang.String CODE
Constructor Detail
SchemePrimitives
public SchemePrimitives()