The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Build.PL
Changes
LICENSE
META.json
README.md
builder/MyBuilder.pm
cpanfile
cpanfile.snapshot
example/benchmark.pl
example/map.pl
example/operator.pl
example/parse.pl
example/pow.pl
example/priority.pl
example/single_term_operator.pl
gen/testcode_generator.pl
include/common.hpp
include/deparser.hpp
include/gen_token.hpp
include/parser.hpp
include/token.hpp
lib/Compiler/Parser.pm
lib/Compiler/Parser/AST.pm
lib/Compiler/Parser/AST/Renderer.pm
lib/Compiler/Parser/AST/Renderer/Engine.pm
lib/Compiler/Parser/AST/Renderer/Engine/Graphviz.pm
lib/Compiler/Parser/AST/Renderer/Engine/Text.pm
lib/Compiler/Parser/Node.pm
lib/Compiler/Parser/Node/Array.pm
lib/Compiler/Parser/Node/ArrayRef.pm
lib/Compiler/Parser/Node/Block.pm
lib/Compiler/Parser/Node/Branch.pm
lib/Compiler/Parser/Node/CodeDereference.pm
lib/Compiler/Parser/Node/ControlStmt.pm
lib/Compiler/Parser/Node/Dereference.pm
lib/Compiler/Parser/Node/DoStmt.pm
lib/Compiler/Parser/Node/ElseStmt.pm
lib/Compiler/Parser/Node/ForStmt.pm
lib/Compiler/Parser/Node/ForeachStmt.pm
lib/Compiler/Parser/Node/Function.pm
lib/Compiler/Parser/Node/FunctionCall.pm
lib/Compiler/Parser/Node/Handle.pm
lib/Compiler/Parser/Node/HandleRead.pm
lib/Compiler/Parser/Node/Hash.pm
lib/Compiler/Parser/Node/HashRef.pm
lib/Compiler/Parser/Node/IfStmt.pm
lib/Compiler/Parser/Node/Label.pm
lib/Compiler/Parser/Node/Leaf.pm
lib/Compiler/Parser/Node/List.pm
lib/Compiler/Parser/Node/Module.pm
lib/Compiler/Parser/Node/Package.pm
lib/Compiler/Parser/Node/RegPrefix.pm
lib/Compiler/Parser/Node/RegReplace.pm
lib/Compiler/Parser/Node/Regexp.pm
lib/Compiler/Parser/Node/Return.pm
lib/Compiler/Parser/Node/SingleTermOperator.pm
lib/Compiler/Parser/Node/ThreeTermOperator.pm
lib/Compiler/Parser/Node/WhileStmt.pm
minil.toml
src/Compiler-Parser.xs
src/ast_to_sv.cpp
src/compiler/parser/Compiler_completer.cpp
src/compiler/parser/Compiler_node.cpp
src/compiler/parser/Compiler_parser.cpp
src/compiler/parser/completer/alphabet_bit.cpp
src/compiler/parser/completer/and_or.cpp
src/compiler/parser/completer/assign.cpp
src/compiler/parser/completer/bit.cpp
src/compiler/parser/completer/block_args_function.cpp
src/compiler/parser/completer/comma_arrow.cpp
src/compiler/parser/completer/function_list.cpp
src/compiler/parser/completer/high_priority_compare_operator.cpp
src/compiler/parser/completer/high_priority_double_operator.cpp
src/compiler/parser/completer/low_priority_compare_operator.cpp
src/compiler/parser/completer/low_priority_double_operator.cpp
src/compiler/parser/completer/named_unary_operator.cpp
src/compiler/parser/completer/pointer.cpp
src/compiler/parser/completer/power.cpp
src/compiler/parser/completer/regexp_match.cpp
src/compiler/parser/completer/return.cpp
src/compiler/parser/completer/shift.cpp
src/compiler/parser/completer/single_term_operator.cpp
src/compiler/parser/completer/special_operator.cpp
src/compiler/parser/completer/syntax.cpp
src/compiler/parser/completer/term.cpp
src/compiler/parser/completer/three_term_operator.cpp
src/compiler/parser/deparser.cpp
src/compiler/token/factory.cpp
src/compiler/token/manager.cpp
src/compiler/util/Compiler_gen_token_decl.cpp
src/compiler/util/Compiler_token.cpp
src/compiler/util/Compiler_util.cpp
src/sv_to_ast.cpp
src/typemap
t/Compiler-Parser.t
t/app/Plack/App/CGIBin.t
t/app/Plack/App/Cascade.t
t/app/Plack/App/Directory.t
t/app/Plack/App/PSGIBin.t
t/app/Plack/App/URLMap.t
t/app/Plack/App/WrapCGI.t
t/app/Plack/Builder.t
t/app/Plack/Component.t
t/app/Plack/HTTPParser.t
t/app/Plack/HTTPParser/PP.t
t/app/Plack/Handler.t
t/app/Plack/Handler/Apache1.t
t/app/Plack/Handler/Apache2.t
t/app/Plack/Handler/Apache2/Registry.t
t/app/Plack/Handler/CGI.t
t/app/Plack/Handler/FCGI.t
t/app/Plack/Handler/HTTP/Server/PSGI.t
t/app/Plack/Handler/HTTP/Server/Simple.t
t/app/Plack/Handler/Standalone.t
t/app/Plack/Loader.t
t/app/Plack/Loader/Delayed.t
t/app/Plack/Loader/Restarter.t
t/app/Plack/Loader/Shotgun.t
t/app/Plack/MIME.t
t/app/Plack/Middleware.t
t/app/Plack/Request.t
t/app/Plack/Request/Upload.t
t/app/Plack/Response.t
t/app/Plack/Runner.t
t/app/Plack/TempBuffer.t
t/app/Plack/Test.t
t/app/Plack/Test/MockHTTP.t
t/app/Plack/Test/Server.t
t/app/Plack/Test/Suite.t
t/app/Plack/Util.t
t/app/Plack/Util/Accessor.t
t/array.t
t/black_perl.t
t/chain.t
t/code.t
t/control.t
t/empty.t
t/error.t
t/find.t
t/handle.t
t/hash.t
t/inc/Test/Compiler/Parser.pm
t/map.t
t/module.t
t/operator/assign.t
t/operator/binary_operator.t
t/operator/priority.t
t/operator/single_term_operator.t
t/package.t
t/perl/base/cond.t
t/perl/base/if.t
t/regex.t
t/remove.t
t/reported_issue.t
t/statement/do.t
t/statement/if.t
t/statement/loop.t
t/statement/missing_semicolon.t
t/sub.t
t/use.t
t/walk.t
typemap
META.yml
MANIFEST