koka-lang / koka

Koka language compiler and interpreter
http://koka-lang.org
Other
3.16k stars 151 forks source link

Better parser recovery for incomplete function bodies / statements. #424

Open TimWhiting opened 6 months ago

TimWhiting commented 6 months ago

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.