Skip to content

igorw/wsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wsm

Whitespace Assembly Language

Usage

You can use wsm to compile a wsm file into ws:

$ php bin/wsm examples/hworld.wsm > hworld.ws

You can then run that ws file with any whitespace interpreter, such as whitespace-php:

$ php /path/to/interpreter hworld.ws
Hello, world of spaces!

About

Whitespace Assembly Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages