forked from jtbraun/Parse-RecDescent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST
91 lines (91 loc) · 1.79 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Build.PL
Changes
MANIFEST
Makefile.PL
README
ToDo
demo/demo.c
demo/demo.pl
demo/demo_Cgrammar.pl
demo/demo_Cgrammar_v2.pl
demo/demo_LaTeXish.pl
demo/demo_LaTeXish_autoact.pl
demo/demo_NL2SQL.pl
demo/demo_OOautoparsetree.pl
demo/demo_OOparsetree.pl
demo/demo_PerlCSV.pl
demo/demo_another_Cgrammar.pl
demo/demo_arithmetic.pl
demo/demo_autorule.pl
demo/demo_autoscoresep.pl
demo/demo_autostub.pl
demo/demo_bad.pl
demo/demo_buildcalc.pl
demo/demo_calc.pl
demo/demo_codeblock.pl
demo/demo_cpp.pl
demo/demo_decomment.pl
demo/demo_decomment_nonlocal.pl
demo/demo_delete.pl
demo/demo_derived.pl
demo/demo_dot.pl
demo/demo_embedding.pl
demo/demo_errors.pl
demo/demo_eval.pl
demo/demo_implicit.pl
demo/demo_itemhash.pl
demo/demo_language.pl
demo/demo_leftassoc.pl
demo/demo_leftop.pl
demo/demo_lexer.pl
demo/demo_lisplike.pl
demo/demo_logic.pl
demo/demo_matchrule.pl
demo/demo_matchrule2.pl
demo/demo_mccoy.pl
demo/demo_metaRD.pm
demo/demo_methods.pl
demo/demo_operator.pl
demo/demo_opreps.pl
demo/demo_parsetree.pl
demo/demo_perlparsing.pl
demo/demo_piecewise.pl
demo/demo_precalc.pl
demo/demo_quicklist.pl
demo/demo_randomsentence.pl
demo/demo_recipe.pl
demo/demo_restructure_easy.pl
demo/demo_restructure_painful.pl
demo/demo_scoredsep.pl
demo/demo_selfmod.pl
demo/demo_separators.pl
demo/demo_simple.pl
demo/demo_simpleXML.pl
demo/demo_simplequery.pl
demo/demo_skipcomment.pl
demo/demo_street.pl
demo/demo_template.pl
demo/demo_textgen.pl
demo/demo_tokens.pl
demo/demo_undumper.pl
demo/demo_whoson.pl
lib/Parse/RecDescent.pm
t/00.load.t
t/01.basics.t
t/autotree.t
t/leftop_cap.t
t/pod.t
t/precompile.t
t/re_capture_return.t
t/reentry.t
t/reproducible.t
t/separated_repetition.t
t/skip.t
t/skip_dynamic.t
t/text.t
t/util.pl
tutorial/TPJ-PRD-proc.gif
tutorial/TPJ-yacc-proc.gif
tutorial/TPJ_maze.gif
tutorial/TPJ_tree.gif
tutorial/tutorial.html