BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
6 stars 6 forks source link

Add VERBs table as markdown file #137

Closed Lotes closed 4 weeks ago

Lotes commented 1 month ago

(Here is the VERBs.md)

I looked at the official documentation and made a comparison between what is already there in the grammar and covered by test and what is still to be done.

Some verbs were implemented but had no test: for most of them I added a test that covers all parameter combinations. For some I marked them as TODO, since the combination of parameters seem to be too complex to be done in this small PR.

Each verb has also a test command now, addressing the test via its title. The most of the tests addresses "TODO", which means there is no test yet.

I hope this helps to get an overview what is still missing and what to do first (prioritizing).