BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
6 stars 6 forks source link

Add verb `RETURN` with optional return value #138

Closed Lotes closed 4 weeks ago

Lotes commented 1 month ago

Please review #139 first, since the RETURN Verb depends on the presence of the DEF verb.

Closes #44

This was my first attempt to add a new verb variation (RETURN with return value). Currently we just support RETURN without return value.

The priority was not high. I wanted to start with something simple.

137 was developed afterwards in a separate branch. It would be a good idea to rebase and change the RETURN row from TODO to OK in the corresponding VERBs table.