goby-lang / goby

Goby - Yet another programming language written in Go
MIT License
3.48k stars 171 forks source link

Support elsif keyword #328

Closed st0012 closed 6 years ago

st0012 commented 6 years ago

@shuheiktgw Implementing this task only needs to touch the compiler part for generating right instructions. You should be familiar with this since you also took nand2tetris 😆

st0012 commented 6 years ago

This has already been implemented by @shuheiktgw