Meaningful-Data / vtlengine

A Validation and Transformation Language engine, written in Python
https://docs.vtlengine.meaningfuldata.eu/
GNU Affero General Public License v3.0
5 stars 0 forks source link

Generate parsers using VTL grammar from GitHub VTL Task Force #6

Closed javihern98 closed 2 weeks ago

javihern98 commented 2 weeks ago

Currently, we are using the grammar on the official sdmx page

Direct link to the EBNF grammar package: https://sdmx.org/wp-content/uploads/VTL-2.0-EBNF-Grammar-2020-07.zip

Seems there is an updated version in the sdmx-twg/vtl github: https://github.com/sdmx-twg/vtl/tree/master/v2.0/src/main/antlr4

Generate parsers using this grammar and check with our test suite.

javihern98 commented 2 weeks ago

As the GitHub grammar will be replaced with the Website grammar, there is no need to further continue this issue. Closing it