[DRE-commits] [ruby-treetop] 01/03: Merge tag 'upstream/1.6.3'

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 commit to branch master
in repository ruby-treetop.

commit e160f600eb72e3faaf91f0b466ca1f4d5512ed2f
Merge: fc781e1 57e5168
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Aug 13 11:47:23 2015 +0200

    Merge tag 'upstream/1.6.3'
    
    Upstream version 1.6.3
    
    # gpg: Signature made jeu. 13 août 2015 11:47:22 CEST
    # gpg:                using RSA key 0x89AF82B739CD217A
    # gpg: Good signature from "Cédric Boutillier <boutil at debian.org>" [ultimate]
    # gpg:                 aka "Cédric Boutillier <cedric.boutillier at upmc.fr>" [ultimate]
    # gpg:                 aka "Cédric Boutillier <cedric.boutillier at polytechnique.org>" [ultimate]
    # gpg:                 aka "Cédric Boutillier <cedric.boutillier at gmail.com>" [ultimate]
    # Primary key fingerprint: 3041 4D81 DC28 290C 2568  6DE3 DA49 58F6 11E1 49E9
    #      Subkey fingerprint: 9CCD 6B31 9DBF 8E40 AB1A  BD1A 89AF 82B7 39CD 217A

 Rakefile                                           |   9 +-
 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 +-
 28 files changed, 522 insertions(+), 257 deletions(-)

-- 
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