Skip to content

Finalizando reference #1237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 4, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Carlos A. Crespo <lvccrespo@gmail.com>
  • Loading branch information
cmaureir and cacrespo authored Aug 4, 2021
commit ffe9a60677ab4ed9279e6842d6d86d35c7a9dd10
3 changes: 1 addition & 2 deletions reference/grammar.po
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ msgid ""
"lookahead (i.e., is required _not_ to match). We use the ``|`` separator to "
"mean PEG's \"ordered choice\" (written as ``/`` in traditional PEG grammars)."
msgstr ""
"La notación es una mezcla de `EBNF <https://en.wikipedia.org/wiki/"
"Extended_Backus%E2%80%93Naur_form>`_ y `PEG <https://en.wikipedia.org/wiki/"
"La notación es una mezcla de `EBNF <https://es.wikipedia.org/wiki/BNF_extendido>`_ y `PEG <https://en.wikipedia.org/wiki/"
"Parsing_expression_grammar>`_. En particular, ``&`` seguido de un símbolo, "
"ficha o grupo entre paréntesis indica una anticipación positiva (es decir, "
"se requiere que coincida pero no se consume), mientras que ``!`` Indica una "
Expand Down