dizz / occi-grammar

ANTLR Grammar for the OCCI HTTP Text Rendering
http://www.occi-wg.org
Other
13 stars 3 forks source link

`class` attribute is partially handled #12

Open cgeoffroy opened 11 years ago

cgeoffroy commented 11 years ago

According to the RESTFful HTTP Rendering occi document, page 19, the class attribute can be:

( class | <"> class <"> )

But as for now, the parser doesn't support the unquoted possibility.

dizz commented 11 years ago

Care to suggest a patch? :-)