LogicodeLang / Logicode

An esoteric language based on logic gates.
MIT License
12 stars 3 forks source link

Change syntax for [h] and [t]? #14

Closed hanyuone closed 8 years ago

hanyuone commented 8 years ago

I think we should change the syntax for heads and tails to < and > respectively.

Usage:

var a=1110
out a>

The code above should output 110.