Skip to content
Snippets Groups Projects
Commit c5dc13be authored by Anders Nilsson's avatar Anders Nilsson
Browse files

can now parse and dump tree of ontologyV07.owl

parent c19ff077
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,7 @@ SPECIAL_TOKEN : /* COMMENTS */ ...@@ -176,7 +176,7 @@ SPECIAL_TOKEN : /* COMMENTS */
<DEFAULT, BOUNDS> TOKEN : /* IDENTIFIERS */ <DEFAULT, BOUNDS> TOKEN : /* IDENTIFIERS */
{ {
< IDENTIFIER: <LETTER> (<LETTER>|<DIGIT>)* > < IDENTIFIER: <LETTER> (<LETTER>|<DIGIT>|":")* >
| |
< #LETTER: < #LETTER:
[ [
...@@ -612,10 +612,10 @@ void StringElement() #StringElement : {} //{ Token t; } ...@@ -612,10 +612,10 @@ void StringElement() #StringElement : {} //{ Token t; }
void Attribute() : {} void Attribute() : {}
{ {
// Version() Version()
RdfAttribute() | RdfAttribute()
// | XmlAttribute() | XmlAttribute()
// | XmlnsAttribute() | XmlnsAttribute()
} }
void Version() #Version : {} void Version() #Version : {}
...@@ -629,7 +629,7 @@ void RdfAttribute() : {} ...@@ -629,7 +629,7 @@ void RdfAttribute() : {}
| RdfDatatype() | RdfDatatype()
| RdfId() | RdfId()
| RdfResource() | RdfResource()
// | RdfParseType() | RdfParseType()
} }
void RdfAbout() #RdfAbout : {} void RdfAbout() #RdfAbout : {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment