Skip to content

Commit

Permalink
Add ability to use other than predefined primitive datatypes in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Nov 29, 2021
1 parent cab4da0 commit 84cec2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions other-notations/YARSpg.ebnf
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ primitive_value_schema
| 'Date'
| 'DateTime'
| 'Time'
| ALNUMPLUS
complex_value_schema
::= set_schema
| list_schema
Expand Down
1 change: 1 addition & 0 deletions yarspg/YARSpg.g4
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ primitive_value_schema
| 'Date'
| 'DateTime'
| 'Time'
| ALNUMPLUS
;

complex_value_schema
Expand Down

0 comments on commit 84cec2f

Please sign in to comment.