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/map.pl
example/operator.pl
example/pow.pl
example/priority.pl
example/single_term_operator.pl
include/common.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/Dereference.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/Hash.pm
lib/Compiler/Parser/Node/HashRef.pm
lib/Compiler/Parser/Node/IfStmt.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/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/util/Compiler_gen_token_decl.cpp
src/compiler/util/Compiler_token.cpp
src/compiler/util/Compiler_util.cpp
src/typemap
t/Compiler-Parser.t
t/array.t
t/code.t
t/empty.t
t/error.t
t/hash.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/plack_builder.t
t/plack_component.t
t/regex.t
t/reported_issue.t
t/statement/if.t
t/statement/loop.t
t/statement/missing_semicolon.t
t/sub.t
t/use.t
typemap
META.yml
MANIFEST