cognita-cognita-treetop 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +119 -0
metadata ADDED
@@ -0,0 +1,119 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cognita-cognita-treetop
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.2.4
5
+ platform: ruby
6
+ authors:
7
+ - Nathan Sobo
8
+ autorequire: treetop
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-08-13 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: nathansobo@gmail.com
18
+ executables:
19
+ - tt
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - README
26
+ - Rakefile
27
+ - lib/treetop.rb
28
+ - lib/treetop
29
+ - lib/treetop/bootstrap_gen_1_metagrammar.rb
30
+ - lib/treetop/compiler.rb
31
+ - lib/treetop/compiler
32
+ - lib/treetop/compiler/grammar_compiler.rb
33
+ - lib/treetop/compiler/lexical_address_space.rb
34
+ - lib/treetop/compiler/metagrammar.rb
35
+ - lib/treetop/compiler/metagrammar.treetop
36
+ - lib/treetop/compiler/node_classes.rb
37
+ - lib/treetop/compiler/node_classes
38
+ - lib/treetop/compiler/node_classes/anything_symbol.rb
39
+ - lib/treetop/compiler/node_classes/atomic_expression.rb
40
+ - lib/treetop/compiler/node_classes/character_class.rb
41
+ - lib/treetop/compiler/node_classes/choice.rb
42
+ - lib/treetop/compiler/node_classes/declaration_sequence.rb
43
+ - lib/treetop/compiler/node_classes/grammar.rb
44
+ - lib/treetop/compiler/node_classes/inline_module.rb
45
+ - lib/treetop/compiler/node_classes/nonterminal.rb
46
+ - lib/treetop/compiler/node_classes/optional.rb
47
+ - lib/treetop/compiler/node_classes/parenthesized_expression.rb
48
+ - lib/treetop/compiler/node_classes/parsing_expression.rb
49
+ - lib/treetop/compiler/node_classes/parsing_rule.rb
50
+ - lib/treetop/compiler/node_classes/predicate.rb
51
+ - lib/treetop/compiler/node_classes/repetition.rb
52
+ - lib/treetop/compiler/node_classes/sequence.rb
53
+ - lib/treetop/compiler/node_classes/terminal.rb
54
+ - lib/treetop/compiler/node_classes/transient_prefix.rb
55
+ - lib/treetop/compiler/node_classes/treetop_file.rb
56
+ - lib/treetop/compiler/ruby_builder.rb
57
+ - lib/treetop/ruby_extensions.rb
58
+ - lib/treetop/ruby_extensions
59
+ - lib/treetop/ruby_extensions/string.rb
60
+ - lib/treetop/runtime.rb
61
+ - lib/treetop/runtime
62
+ - lib/treetop/runtime/compiled_parser.rb
63
+ - lib/treetop/runtime/interval_skip_list.rb
64
+ - lib/treetop/runtime/interval_skip_list
65
+ - lib/treetop/runtime/interval_skip_list/head_node.rb
66
+ - lib/treetop/runtime/interval_skip_list/interval_skip_list.rb
67
+ - lib/treetop/runtime/interval_skip_list/node.rb
68
+ - lib/treetop/runtime/syntax_node.rb
69
+ - lib/treetop/runtime/terminal_parse_failure.rb
70
+ - lib/treetop/runtime/terminal_syntax_node.rb
71
+ - bin/tt
72
+ - doc/contributing_and_planned_features.markdown
73
+ - doc/grammar_composition.markdown
74
+ - doc/index.markdown
75
+ - doc/pitfalls_and_advanced_techniques.markdown
76
+ - doc/semantic_interpretation.markdown
77
+ - doc/site.rb
78
+ - doc/sitegen.rb
79
+ - doc/syntactic_recognition.markdown
80
+ - doc/using_in_ruby.markdown
81
+ - examples/lambda_calculus
82
+ - examples/lambda_calculus/arithmetic.rb
83
+ - examples/lambda_calculus/arithmetic.treetop
84
+ - examples/lambda_calculus/arithmetic_node_classes.rb
85
+ - examples/lambda_calculus/arithmetic_test.rb
86
+ - examples/lambda_calculus/lambda_calculus
87
+ - examples/lambda_calculus/lambda_calculus.rb
88
+ - examples/lambda_calculus/lambda_calculus.treetop
89
+ - examples/lambda_calculus/lambda_calculus_node_classes.rb
90
+ - examples/lambda_calculus/lambda_calculus_test.rb
91
+ - examples/lambda_calculus/test_helper.rb
92
+ has_rdoc: false
93
+ homepage: http://github.com/cognita/treetop
94
+ post_install_message:
95
+ rdoc_options: []
96
+
97
+ require_paths:
98
+ - lib
99
+ required_ruby_version: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: "0"
104
+ version:
105
+ required_rubygems_version: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - ">="
108
+ - !ruby/object:Gem::Version
109
+ version: "0"
110
+ version:
111
+ requirements: []
112
+
113
+ rubyforge_project:
114
+ rubygems_version: 1.2.0
115
+ signing_key:
116
+ specification_version: 2
117
+ summary: A Ruby-based text parsing and interpretation DSL
118
+ test_files: []
119
+