Antonio Garrote

Results 16 comments of Antonio Garrote

Hi! After reading the blogpost, I think the most similar thing you can run is something like this: ``` var rdfstore = require('rdfstore'); var blue = '@prefix dc: .\ @prefix...

👓 43ccd3adac5142cd9ed7676a8e2d24fbd006933e

Added the JS bindings with some minor improvements for the Java ones. The programming guide is [here](https://github.com/raml-org/api-modeling-framework/blob/java-bindings/doc/js.md) and the javadoc [here](https://raml-org.github.io/api-modeling-framework/doc/js/apidocs/index.html)

Missing better tests, generation of a web library and minor improvements before being good enough to close #64 and #65

Pushed my changes into the `lexical info` branch. Unfortunately I couldn't finish it. The JS parser now emits all tokens with lexical info, but some tests are still failing. To...

Fixed for YAML/RAML. Only OpenAPI/JSON documents are missing lexical info.