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

This branch is 2 commits ahead of rdebath/whitespace:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 22, 2015
Aug 20, 2015
Aug 21, 2015
Aug 21, 2015
Aug 21, 2015
Aug 20, 2015
Aug 11, 2021
Aug 21, 2015
Aug 21, 2015
Aug 21, 2015
Aug 21, 2015
Aug 19, 2015
Aug 19, 2015
Aug 11, 2021
Aug 21, 2015
Aug 11, 2021
Jun 16, 2023
Jun 16, 2023
Aug 20, 2015

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%