Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
237a96fc
Commit
237a96fc
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2004-01-15 08:53:38 by afrisch] Missing keywords for schemas
Original author: afrisch Date: 2004-01-15 08:53:38+00:00
parent
8b72a2d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser.ml
View file @
237a96fc
...
...
@@ -193,7 +193,7 @@ EXTEND
|
"transform"
|
"fun"
|
"in"
|
"let"
|
"type"
|
"debug"
|
"include"
|
"and"
|
"validate"
|
"schema"
|
"namespace"
|
"ref"
|
"using"
|
"not"
|
"not"
|
"as"
]
->
a
]
...
...
@@ -460,11 +460,11 @@ EXTEND
];
schema_kind
:
[
[
"element"
->
`Element
|
"type"
->
`Type
|
"attribute"
->
`Attribute
|
"attribute_group"
->
`Attribute_group
|
"model_group"
->
`Model_group
[
IDENT
"element"
->
`Element
|
IDENT
"type"
->
`Type
|
IDENT
"attribute"
->
`Attribute
|
IDENT
"attribute_group"
->
`Attribute_group
|
IDENT
"model_group"
->
`Model_group
]
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment