cronokirby / iku

WIP programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Insert semicolons automatically

cronokirby opened this issue · comments

This is similar to what's done in Go or JS, where we the lexer can generate semicolons automatically based on the previous expression.