Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
badw-it
DHParser
Commits
00439dd2
Commit
00439dd2
authored
Feb 10, 2019
by
eckhart
Browse files
- examples/EBNF/grammar_tests/* added to git
parent
53df88e7
Changes
5
Hide whitespace changes
Inline
Side-by-side
examples/EBNF/grammar_tests/01_test_leaf-elements.ini
0 → 100644
View file @
00439dd2
[match:symbol]
M1:
"identifier"
M2:
"identifier_1"
M3:
"IdEnTiFiEr"
[fail:symbol]
F1:
"two
words"
F2:
"5_starting_with_a_digit"
[match:literal]
[fail:literal]
[match:plaintext]
[fail:plaintext]
[match:regexp]
[fail:regexp]
[match:whitespace]
[fail:whitespace]
[match:EOF]
[fail:EOF]
examples/EBNF/grammar_tests/02_test_groups.ini
0 → 100644
View file @
00439dd2
[match:group]
[ast:group]
[fail:group]
[match:unordered]
[ast:unordered]
[fail:unordered]
[match:oneormore]
[ast:oneormore]
[fail:oneormore]
[match:repetition]
[ast:repetition]
[fail:repetition]
[match:option]
[ast:option]
[fail:option]
examples/EBNF/grammar_tests/03_test_flow-operators.ini
0 → 100644
View file @
00439dd2
[match:flowmarker]
[ast:flowmarker]
[fail:flowmarker]
[match:retrieveop]
[ast:retrieveop]
[fail:retrieveop]
examples/EBNF/grammar_tests/04_test_components.ini
0 → 100644
View file @
00439dd2
[match:expression]
[ast:expression]
[fail:expression]
[match:term]
[ast:term]
[fail:term]
[match:factor]
[ast:factor]
[fail:factor]
examples/EBNF/grammar_tests/05_test_top-level.ini
0 → 100644
View file @
00439dd2
[match:syntax]
[ast:syntax]
[fail:syntax]
[match:definition]
[ast:definition]
[fail:definition]
[match:directive]
[ast:directive]
[fail:directive]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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