waterbearlang / moonshine

A programming language that maps nicely to blocks
2 stars 0 forks source link

Flatten AST slightly #3

Open dethe opened 2 years ago

dethe commented 2 years ago

Instead of value: blockCall, just have the blockCall returned. We need to test by type before processing them anyway.