Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Update to latest RAML 1.0 #18

Open
kevinduffey opened this issue Mar 22, 2017 · 5 comments
Open

Update to latest RAML 1.0 #18

kevinduffey opened this issue Mar 22, 2017 · 5 comments

Comments

@kevinduffey
Copy link

I see the last update was several months ago to over a year ago. It is not clear if this now supports the latest RAML 1.0 completely or not? Can I parse any RAML 1.0 document, including those with libraries, extensions and more? If not, what will it take to update this project to support RAML 1.0 completely?

@sichvoge
Copy link
Contributor

We will come back to this soon. No worries ;) In the meantime, any contribution is very welcome of course. Since that project only parses and handles the generation, you would only need to update the parser afaik. But would need to do some testing of course.

@kevinduffey
Copy link
Author

So, I see it was updated to RAML 1.0 AST, but I am not quite clear if that means it supports the ability to fully parse RAML 1.0, including annotations, types, includes, etc.. giving the user of this tool the ability to fully support RAML 1.0 or only a subset of it?

@sichvoge
Copy link
Contributor

What do you mean by "fully parse RAML 1.0"? It's using the official parser and this project does nothing more than creating all necessary functions for generating something based on your favorite templating framework on a given RAML input. The RAML input is the output of the parser.

@kevinduffey
Copy link
Author

kevinduffey commented Apr 12, 2017 via email

@sichvoge
Copy link
Contributor

In short, yes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants