aardappel / lobster

The Lobster Programming Language
http://strlen.com/lobster
2.25k stars 119 forks source link

Print builtin function returns and parse it in lsp #320

Closed inferrna closed 1 month ago

inferrna commented 1 month ago

Print builtin function returns in format funcname(param: type) -> (typeA, typeB)

also fixes lsp crash on lookup for user function (was failed to parse returns)

image (above highlight is somewhat broken, but I didn't touch it) image