We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922f0c4 commit 325cafeCopy full SHA for 325cafe
README.md
@@ -0,0 +1,14 @@
1
+# Whitespace
2
+
3
+* ws2c.c
4
+ This is a compiler and interpreter of the Whitespace language. Both the interpreter and the compiler use the
5
+ same execution engine (in ws_engine.h)
6
+* wsc.sh
7
+ A small script to compile and run the C version.
8
+* gen-*.c
9
+ These C program use the ws_gencode.h header to generate Whitespace code; I only wrote the deadfish one.
10
+ Note that the language variant is very close to that generated by ws2c.c when it creates C code.
11
+* wsa*.*
12
+ A couple of "quick hacks" to convert the input for other Whitespace assemblers for ws_gencode.h.
13
+* tests
14
+ A small collection of test files.
0 commit comments