Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
badw-it
DHParser
Commits
0e2c4d73
Commit
0e2c4d73
authored
Feb 09, 2019
by
Eckhart Arnold
Browse files
- examples/EBNF: new ebnf example
parent
e5a60c55
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/EBNF/grammar_tests/01_test_leaf_elements.ini
0 → 100644
View file @
0e2c4d73
[match:symbol]
M1:
word
M2:
one_word_with_underscores
[fail:symbol]
F1:
two
words
examples/EBNF/grammar_tests/02_test_document.ini
0 → 100644
View file @
0e2c4d73
[match:document]
M1:
"""This
is
a
sequence
of
words
extending
over
several
lines"""
M2:
"""
This
sequence
contains
leading
whitespace"""
[fail:document]
F1:
"""This
test
should
fail,
because
neither
comma
nor
full
have
been
defined
anywhere."""
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