m-lopez / jack

Exploring a minimal language for minimal computers.
MIT License
2 stars 0 forks source link

Sequencing of expressions. #26

Open m-lopez opened 7 years ago

m-lopez commented 7 years ago

One of the first goals to get this language off of the ground is to add support for effects. Some expressions will be run just for there effects. To support this, we introduce the effectful operator.

Until space delimited blocks are up, let's use the ; token.