koka-lang / koka

Koka language compiler and interpreter

Home Page:http://koka-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better parser recovery for incomplete function bodies / statements.

TimWhiting opened this issue · comments

We should use just a function parser that allows incomplete syntax, and can start and end in the middle of a lexeme list, to better handle completions of functions and signature help.