genericptr / pascal-language-server

LSP server implementation for Pascal
GNU General Public License v3.0
49 stars 12 forks source link

Syntax check fcl passrc #61

Closed mvancanneyt closed 1 year ago

mvancanneyt commented 1 year ago

Ryan,

Here a better syntax check as discussed. From my test, it catches now all syntax errors.

Initial implementation: the check happens only after the codetools return an OK. It can use some refactoring, the code to send back diagnostics is copied from the old code.