Changes
README
MANIFEST
Makefile.PL
TODO
eyapp
treereg
vgg
lib/Parse/Eyapp/Base.pm
lib/Parse/Eyapp/Base.pod
lib/Parse/Eyapp/debuggingtut.pod
lib/Parse/Eyapp/defaultactionsintro.pod
lib/Parse/Eyapp/Driver.pm
lib/Parse/Eyapp/Driver.pod
lib/Parse/Eyapp/eyappintro.pod
lib/Parse/Eyapp/eyapplanguageref.pod
lib/Parse/Eyapp/Grammar.pm
lib/Parse/Eyapp/Lalr.pm
lib/Parse/Eyapp/languageintro.pod
lib/Parse/Eyapp/Makefile
lib/Parse/Eyapp/MatchingTrees.pod
lib/Parse/Eyapp/Node.pm
lib/Parse/Eyapp/Node.pod
lib/Parse/Eyapp/Options.pm
lib/Parse/Eyapp/Output.pm
lib/Parse/Eyapp/Parse.pod
lib/Parse/Eyapp/Parse.yp
lib/Parse/Eyapp/Parse.pm
lib/Parse/Eyapp/Scope.pm
lib/Parse/Eyapp/Scope.pod
lib/Parse/Eyapp/translationschemestut.pod
lib/Parse/Eyapp/Treeregexp.pm
lib/Parse/Eyapp/Treeregexp.pod
lib/Parse/Eyapp/_TreeregexpSupport.pm
lib/Parse/Eyapp/Treeregexp.yp
lib/Parse/Eyapp/YATW.pm
lib/Parse/Eyapp/YATW.pod
lib/Parse/Eyapp.pm
lib/Parse/Eyapp.pod
lib/Parse/Eyapp/Cleaner.pm
t/01calc.t
t/03newgrammar.t
t/04foldandzero.t
t/05treewithvars.t
t/06meta.t
t/07translationschemetype.t
t/08tschemetypestar.t
t/09ts_with_defaultaction.t
t/10ts_with_treereg.t
t/11ts_simplify_codes.t
t/12ts_simplify_with_s.t
t/13ts_simplify_with_delete.t
t/14ts_simplify_with_trreereg.t
t/15treeregswith2arrays.t
t/16treeregswitharrayattheend.t
t/17fatherisscalar.t
t/18fatherpatternwitharrays.t
t/19treeregswitharrays2transf.t
t/20treeregswitharrays2transf.t
t/21fatherisdot.t
t/22treeregswithregexpwithid.t
t/23treeregswitharraysandregexps.t
t/24prefixes.t
t/25foldwithnew.t
t/26foldwithnewwithvars.t
t/27unshiftinmyself.t
t/28unshifttwoitems.t
t/29foldinglistsofexpressions.t
t/30complextreereg.t
t/32deletenodewithwarn.t
t/33moveinvariantoutofloop.t
t/34moveinvariantoutofloopcomplexformula.t
t/35match.t
t/36tswithmultipledefact.t
t/37tsplus.t
t/38tspostfix_resultisarray.t
t/39tspostfix.t
t/40wrongoptionforTreeregexp_new.t
t/41indexbug.t
t/42pod.t
t/43dotandscalar.t
t/44repeatedarray.t
t/45starandarray.t
t/46starandstar.t
t/47ruleindex.t
t/48yyprefix.t
t/49conflicts.t
t/50SimpleChalfscope.t
t/52accesors.t
t/53accessorsskip.t
t/54alias_and_yyprefix.t
t/55builder.t
t/56equal.t
t/57testequal.t
t/58standalone.t
t/59newgrammarerrors.t
t/60dynamicyyprefix_and_alias.t
t/61standalonegift.t
t/62docinsideeyapp.t
t/63docwithdoublecut.t
t/64standalonegiftandeyapp.t
t/65yydebugandpod.t
t/66yydebugstandaloneandpod.t
t/67outputfile.t
t/68cleangrammar.t
t/69cleanwithvgrammar.t
t/Debug2.eyp
t/Gift.yp
t/Calc.eyp
#t/97podcoverage.t
t/98nopm.t
t/99Cplusplusgrammar.t
examples/debuggingtut/aSb.yp
examples/debuggingtut/bugyapp2.eyp
examples/debuggingtut/bugyapp3.eyp
examples/debuggingtut/Debug1.eyp
examples/debuggingtut/Debug2.eyp
examples/debuggingtut/Debug.eyp
examples/debuggingtut/DebugLookForward.eyp
examples/debuggingtut/use_aSb.pl
examples/debuggingtut/usedebug1.pl
examples/debuggingtut/usedebug2.pl
examples/debuggingtut/usedebuglookforward.pl
examples/debuggingtut/reducereduceconflict.eyp
examples/debuggingtut/reducereduceconflict_fix2.eyp
examples/debuggingtut/shiftreduceconflict.eyp
examples/debuggingtut/shiftreduceconflict_fixed.eyp
examples/Driver/aSb.yp
examples/Driver/paste.pl
examples/Driver/Postfix.eyp
examples/Driver/Rule3.yp
examples/Driver/use_aSb.pl
examples/Driver/userule3.pl
examples/eyappintro/synopsis.pl
examples/eyapplanguageref/15treewithsyntactictoken.pl
examples/eyapplanguageref/alias_and_yyprefix.pl
examples/eyapplanguageref/bugyapp2.eyp
examples/eyapplanguageref/bugyapp3.eyp
examples/eyapplanguageref/bypass.pl
examples/eyapplanguageref/Calc.eyp
examples/eyapplanguageref/CalcUsingTail.eyp
examples/eyapplanguageref/CalcwithAttributeGrammar.pl
examples/eyapplanguageref/CsBetweenCommansAndD.eyp
examples/eyapplanguageref/CsBetweenCommansAndDWithNames.eyp
examples/eyapplanguageref/intermediateaction2.yp
examples/eyapplanguageref/intermediateactiontree.yp
examples/eyapplanguageref/Lhs.eyp
examples/eyapplanguageref/List2.yp
examples/eyapplanguageref/List3.yp
examples/eyapplanguageref/List5.yp
examples/eyapplanguageref/ListAndAction.eyp
examples/eyapplanguageref/ListWithRefs1.eyp
examples/eyapplanguageref/ListWithRefs2.eyp
examples/eyapplanguageref/ListWithRefs.eyp
examples/eyapplanguageref/List3_tree_d_sem.yp
examples/eyapplanguageref/List3_tree.yp
examples/eyapplanguageref/use_list3_tree_d_dem.pl
examples/eyapplanguageref/use_list3_tree.pl
examples/eyapplanguageref/Makefile
examples/eyapplanguageref/Parenthesis.eyp
examples/eyapplanguageref/Postfix.eyp
examples/eyapplanguageref/README
examples/eyapplanguageref/returnnonode.yp
examples/eyapplanguageref/synopsis.pl
examples/eyapplanguageref/Tail.pm
examples/eyapplanguageref/treewithnames.pl
examples/eyapplanguageref/treewithoutnames.pl
examples/eyapplanguageref/usecalc.pl
examples/eyapplanguageref/usecalcusingtail.pl
examples/eyapplanguageref/use_csbetweencommansandd.pl
examples/eyapplanguageref/use_csbetweencommansanddwithnames.pl
examples/eyapplanguageref/useintermediateaction2.pl
examples/eyapplanguageref/useintermediateactiontree.pl
examples/eyapplanguageref/uselhs.pl
examples/eyapplanguageref/use_list2.pl
examples/eyapplanguageref/use_list3.pl
examples/eyapplanguageref/use_list5.pl
examples/eyapplanguageref/use_listandaction.pl
examples/eyapplanguageref/use_listwithrefs1.pl
examples/eyapplanguageref/use_listwithrefs2.pl
examples/eyapplanguageref/use_listwithrefs.pl
examples/eyapplanguageref/use_parenthesis.pl
examples/eyapplanguageref/usepostfix.pl
examples/eyapplanguageref/usereturnnonode.pl
examples/eyapplanguageref/useyynamedynamic.pl
examples/eyapplanguageref/YYNameDynamic.eyp
examples/eyapplanguageref/dynamicyyprefix_and_alias.pl
examples/Eyapp/foldand0rule9_4.pl
examples/Eyapp/Lhs1.yp
examples/Eyapp/Postfix.eyp
examples/Eyapp/README
examples/Eyapp/Rule3.yp
examples/Eyapp/Rule5.yp
examples/Eyapp/Rule9.yp
examples/Eyapp/Shift.trg
examples/Eyapp/synopsis.pl
examples/Eyapp/Tail2.pm
examples/Eyapp/T.pm
examples/Eyapp/Transform4.trg
examples/Eyapp/uselhs1.pl
examples/Eyapp/usepostfix.pl
examples/Eyapp/userule3.pl
examples/Eyapp/useruleandshift.pl
examples/MatchingTrees/m2.pl
examples/MatchingTrees/numchildren.pl
examples/MatchingTrees/Rule6.yp
examples/MatchingTrees/synopsis.pl
examples/MatchingTrees/Tail2.pm
examples/Node/28foldwithnewwithvars.pl
examples/Node/alias_and_yyprefix.pl
examples/Node/builder.pl
examples/Node/equal.pl
examples/Node/moveinvariantoutofloopcomplexformula.pl
examples/Node/synopsis.pl
examples/Node/Tail2.pm
examples/Node/testequal.pl
examples/Node/trans_scheme_default_action.pl
examples/Node/TSPostfix3.eyp
examples/Node/ts_with_ast.pl
examples/Node/TSwithtreetransformations2.eyp
examples/Node/usetspostfix3.pl
examples/Node/usetswithtreetransformations2.pl
examples/ParsingStringsAndTrees/fold.inf
examples/ParsingStringsAndTrees/I2PIR.trg
examples/ParsingStringsAndTrees/infix2pir.pl
examples/ParsingStringsAndTrees/Infix.eyp
examples/ParsingStringsAndTrees/input1.inf
examples/ParsingStringsAndTrees/Makefile
examples/ParsingStringsAndTrees/README
examples/ParsingStringsAndTrees/simple2.inf
examples/ParsingStringsAndTrees/simple3.inf
examples/ParsingStringsAndTrees/simple4.inf
examples/ParsingStringsAndTrees/simple5.inf
examples/ParsingStringsAndTrees/simple6.inf
examples/ParsingStringsAndTrees/simple.inf
examples/translationschemestut/README
examples/translationschemestut/trans_scheme_default_action.pl
examples/translationschemestut/trans_scheme_simple_decls4.pl
examples/typechecking/README
examples/typechecking/Simple-Types-0.4.tar.gz
examples/YATW/12ts_simplify_with_s.pl
examples/YATW/13ts_simplify_with_delete.pl
examples/YATW/26delete_with_trreereg.pl
examples/YATW/foldrule6.pl
examples/YATW/m2.pl
examples/YATW/moveinvariantoutofloopcomplexformula.pl
examples/YATW/Rule6.yp
examples/YATW/Tail2.pm
examples/Calculator/Changes
examples/Calculator/Makefile.PL
examples/Calculator/MANIFEST
examples/Calculator/README
examples/Calculator/etc/setperl5lib
examples/Calculator/lib/Math/Calc.eyp
examples/Calculator/lib/Math/Calc.pod
examples/Calculator/lib/Math/Tail.pm
examples/Calculator/scripts/calc.pl
examples/Calculator/scripts/expressions1
examples/Calculator/scripts/witherrors
examples/Calculator/t/01smoke.t
examples/Calculator/t/02semanticerrors.t
examples/Calculator/t/03syntacticerrors.t
examples/recycle/calcu.pl
examples/recycle/Noactions.eyp
examples/recycle/postf.pl
examples/recycle/README
META.yml                                 Module meta-data (added by MakeMaker)
