We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe9a60 commit f59409eCopy full SHA for f59409e
reference/grammar.po
@@ -48,7 +48,8 @@ msgid ""
48
"lookahead (i.e., is required _not_ to match). We use the ``|`` separator to "
49
"mean PEG's \"ordered choice\" (written as ``/`` in traditional PEG grammars)."
50
msgstr ""
51
-"La notación es una mezcla de `EBNF <https://es.wikipedia.org/wiki/BNF_extendido>`_ y `PEG <https://en.wikipedia.org/wiki/"
+"La notación es una mezcla de `EBNF <https://es.wikipedia.org/wiki/"
52
+"BNF_extendido>`_ y `PEG <https://en.wikipedia.org/wiki/"
53
"Parsing_expression_grammar>`_. En particular, ``&`` seguido de un símbolo, "
54
"ficha o grupo entre paréntesis indica una anticipación positiva (es decir, "
55
"se requiere que coincida pero no se consume), mientras que ``!`` Indica una "
0 commit comments