Ruby parser for RAML language. Based of the more stable and developed raml-js-parser
To parse a RAML file:
- Multi Typed parameteres are not hooked yet to the document
- Validate non lexic / format
- Test unexpected property values
- Resource types and traits and apply them (transformations)
RamlParser.parse("path/to/your/file.raml")