Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

TOSCA dialects syntax validator

Pre-release
Pre-release
Compare
Choose a tag to compare
@treivax treivax released this 18 Jun 20:11
· 14 commits to master since this release

This version splits the initial v0.1 used grammar into 2 levels :

  • YAML derivative grammar using ANTLR v4
  • TOSCA dialect validation using json schemas
    It allows to manage with the same parser different TOSCA dialects (TOSCA 1.0 and 1.2 provided).
    This split also provides more efficiency and solve the problem of the number of TOSCA predefined keywords.