Skip to content

Commit 325cafe

Browse files
committed
Create README.md
1 parent 922f0c4 commit 325cafe

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)