Skip to content

Whitespace programming language interpreter written in JavaScript

Notifications You must be signed in to change notification settings

rumpl/whitespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whitespace

Whitespace is an esoteric imperative stack-based language made by two guys who had too much time on their hands.

This is an implementation of the language in javascript.

All the programs in ws should work fine.

Run

You can simply run it with:

$ node index.js file.ws

Or you can see the compiled bytecode:

$ node index.js debug file.ws

More informaton

For more information and the reference implementation, see the official website.

License

MIT

About

Whitespace programming language interpreter written in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published