Skip to content

Fork of Robert de Bath's Whitespace language tools and programs in C

Notifications You must be signed in to change notification settings

wspace/rdebath-c

 
 

Repository files navigation

Whitespace

  • ws2c.c
    This is a compiler and interpreter of the Whitespace language. Both the interpreter and the compiler use the same execution engine (in ws_engine.h)
  • wsc.sh
    A small script to compile and run the C version.
  • gen-*.c
    These C program use the ws_gencode.h header to generate Whitespace code; I only wrote the deadfish one.
    Note that the language variant is very close to that generated by ws2c.c when it creates C code.
  • wsa*.*
    A couple of "quick hacks" to convert the input for other Whitespace assemblers for ws_gencode.h.
  • tests
    A small collection of test files.

About

Fork of Robert de Bath's Whitespace language tools and programs in C

Topics

Resources

Stars

Watchers

Forks

Languages

  • Witcher Script 59.8%
  • C 37.5%
  • Lex 1.6%
  • Other 1.1%