Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 465 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 465 Bytes

shi-mo/yukicoder/whitespace

My Whitespace compiler (!!incomplete!!).

Usage

$ cat XXXX.as | ruby as2st.rb | ruby st2ws.rb | pbcopy

Reference

Whitespace tutorial
http://compsoc.dur.ac.uk/whitespace/tutorial.html

Ruby Scripts

as2st.rb

Compile my assembler (*.as) into ST[LF] expression.

st2ws.rb

Comvert ST[LF] expression into Whitespace ([Space][Tab][LF]).

My Assembler Syntax

View code in as2st.rb