[DRE-commits] [ruby-treetop] branch master updated (fc781e1 -> 23e8b4b)
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Aug 13 09:53:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-treetop.
from fc781e1 Prepare changelog for upload.
adds 57e5168 Imported Upstream version 1.6.3
new e160f60 Merge tag 'upstream/1.6.3'
new c2da705 drop drop-failing-test.patch, applied upstream
new 23e8b4b prepare changelog
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Rakefile | 9 +-
debian/changelog | 8 +
debian/patches/drop-failing-test.patch | 21 ---
debian/patches/series | 1 -
doc/syntactic_recognition.markdown | 3 +
examples/indented_blocks/indented_blocks.tt | 73 +++++++
examples/indented_blocks/indented_blocks_test.rb | 24 +++
examples/inner_outer.rb | 51 +++++
examples/inner_outer.tt | 14 ++
examples/numerals.rb | 210 +++++++++++++++++++++
examples/numerals.tt | 21 +++
lib/treetop/compiler/metagrammar.rb | 60 +-----
lib/treetop/compiler/metagrammar.treetop | 60 +-----
.../compiler/node_classes/anything_symbol.rb | 2 +-
.../compiler/node_classes/character_class.rb | 2 +-
lib/treetop/compiler/node_classes/choice.rb | 10 +-
lib/treetop/compiler/node_classes/nonterminal.rb | 4 +-
.../compiler/node_classes/parsing_expression.rb | 10 +-
lib/treetop/compiler/node_classes/repetition.rb | 12 +-
lib/treetop/compiler/node_classes/sequence.rb | 2 +-
lib/treetop/compiler/node_classes/terminal.rb | 8 +-
lib/treetop/runtime/syntax_node.rb | 33 ++--
lib/treetop/version.rb | 2 +-
metadata.yml | 22 ++-
spec/compiler/choice_spec.rb | 29 +--
spec/compiler/grammar_compiler_spec.rb | 8 +-
spec/compiler/parenthesized_expression_spec.rb | 11 --
spec/compiler/tt_compiler_spec.rb | 80 ++++----
spec/compiler/zero_or_more_spec.rb | 2 -
spec/spec_helper.rb | 2 +-
treetop.gemspec | 15 +-
31 files changed, 530 insertions(+), 279 deletions(-)
delete mode 100644 debian/patches/drop-failing-test.patch
create mode 100644 examples/indented_blocks/indented_blocks.tt
create mode 100644 examples/indented_blocks/indented_blocks_test.rb
create mode 100644 examples/inner_outer.rb
create mode 100644 examples/inner_outer.tt
create mode 100644 examples/numerals.rb
create mode 100644 examples/numerals.tt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-treetop.git
More information about the Pkg-ruby-extras-commits
mailing list