BjAlvestad / vscode-simatic-scl

VS Code extensions for the SCL language used in TIA Portal
4 stars 0 forks source link

Add parsing of PLC tags and constants from XML and add them to global scope #12

Closed BjAlvestad closed 1 month ago

BjAlvestad commented 1 month ago

Refactor terminals from SLC grammar out to common file, so that they could be used in XML grammar as well.

Add additional parser for XML, with grammar for PLC tags and constants. OBs and other blocks in XML format not yet supported. Also cannot handle comments that start with keywords yet.