Skip to content

wdalmut/whitespace-lang-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whitespace Lang Compiler

cat spec/support/hello.ws | whitespacec | tee file.wsj

And you will receive the AST back in JSON

[{"op":"STACK","command":"PUSH_NUMBER_STACK_TOP","params":72},{"op":"IO","command":"OUTPUT_CHAR","params":null},...]

Compile a WHITESPACE program into a simple AST stream for the whitespace-interpreter (VM)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published