Compiler-Lexer 0.11
Files
- .gitignore
- Changes
- MANIFEST
- META.yml
- Makefile.PL
- README.md
- example/benchmark.pl
- example/bigdata.pl
- example/sample.pl
- gen/gen_decl.pl
- gen/test_generator.pl
- inc/Module/Install.pm
- inc/Module/Install/AuthorTests.pm
- inc/Module/Install/Base.pm
- inc/Module/Install/Can.pm
- inc/Module/Install/Makefile.pm
- inc/Module/Install/Metadata.pm
- inc/Module/Install/Scripts.pm
- inc/Module/Install/TestTarget.pm
- inc/Module/Install/WriteAll.pm
- inc/Module/Install/XSUtil.pm
- include/common.hpp
- include/gen_token.hpp
- include/lexer.hpp
- include/token.hpp
- lib/Compiler/Lexer.pm
- lib/Compiler/Lexer/Constants.pm
- lib/Compiler/Lexer/Token.pm
- src/Compiler-Lexer.xs
- src/compiler/lexer/Compiler_annotator.cpp
- src/compiler/lexer/Compiler_lexer.cpp
- src/compiler/lexer/Compiler_manager.cpp
- src/compiler/lexer/Compiler_scanner.cpp
- src/compiler/util/Compiler_gen_token_decl.cpp
- src/compiler/util/Compiler_token.cpp
- src/compiler/util/Compiler_util.cpp
- src/typemap
- t/Lexer.t
- t/format.t
- t/issue_reports.t
- t/package.t
- t/perl/base/cond.t
- t/perl/base/if.t
- t/perl/base/lex.t
- t/perl/base/num.t
- t/perl/base/pat.t
- t/perl/base/rs.t
- t/perl/base/term.t
- t/perl/base/while.t
- t/perl/benchmark/rt26188-speed-up-keys-on-empty-hash.t
- t/perl/cmd/elsif.t
- t/perl/cmd/for.t
- t/perl/cmd/mod.t
- t/perl/cmd/subval.t
- t/perl/cmd/switch.t
- t/perl/cmd/while.t
- t/perl/comp/bproto.t
- t/perl/comp/cmdopt.t
- t/perl/comp/colon.t
- t/perl/comp/decl.t
- t/perl/comp/final_line_num.t
- t/perl/comp/fold.t
- t/perl/comp/form_scope.t
- t/perl/comp/hints.t
- t/perl/comp/line_debug.t
- t/perl/comp/multiline.t
- t/perl/comp/opsubs.t
- t/perl/comp/our.t
- t/perl/comp/package.t
- t/perl/comp/package_block.t
- t/perl/comp/parser.t
- t/perl/comp/proto.t
- t/perl/comp/redef.t
- t/perl/comp/require.t
- t/perl/comp/retainedlines.t
- t/perl/comp/term.t
- t/perl/comp/uproto.t
- t/perl/comp/use.t
- t/perl/comp/utf.t
- t/perl/io/argv.t
- t/perl/io/binmode.t
- t/perl/io/bom.t
- t/perl/io/crlf.t
- t/perl/io/crlf_through.t
- t/perl/io/data.t
- t/perl/io/defout.t
- t/perl/io/dup.t
- t/perl/io/eintr.t
- t/perl/io/errno.t
- t/perl/io/errnosig.t
- t/perl/io/fflush.t
- t/perl/io/fs.t
- t/perl/io/inplace.t
- t/perl/io/iofile.t
- t/perl/io/iprefix.t
- t/perl/io/layers.t
- t/perl/io/nargv.t
- t/perl/io/open.t
- t/perl/io/openpid.t
- t/perl/io/perlio.t
- t/perl/io/perlio_fail.t
- t/perl/io/perlio_leaks.t
- t/perl/io/perlio_open.t
- t/perl/io/pipe.t
- t/perl/io/print.t
- t/perl/io/pvbm.t
- t/perl/io/read.t
- t/perl/io/say.t
- t/perl/io/shm.t
- t/perl/io/tell.t
- t/perl/io/through.t
- t/perl/io/utf8.t
- t/perl/lib/1_compile.t
- t/perl/lib/commonsense.t
- t/perl/lib/croak.t
- t/perl/lib/cygwin.t
- t/perl/lib/deprecate.t
- t/perl/lib/mypragma.t
- t/perl/lib/no_load.t
- t/perl/lib/overload_fallback.t
- t/perl/lib/overload_nomethod.t
- t/perl/lib/proxy_constant_subs.t
- t/perl/lib/universal.t
- t/perl/mro/basic.t
- t/perl/mro/basic_01_c3.t
- t/perl/mro/basic_01_c3_utf8.t
- t/perl/mro/basic_01_dfs.t
- t/perl/mro/basic_01_dfs_utf8.t
- t/perl/mro/basic_02_c3.t
- t/perl/mro/basic_02_c3_utf8.t
- t/perl/mro/basic_02_dfs.t
- t/perl/mro/basic_02_dfs_utf8.t
- t/perl/mro/basic_03_c3.t
- t/perl/mro/basic_03_c3_utf8.t
- t/perl/mro/basic_03_dfs.t
- t/perl/mro/basic_03_dfs_utf8.t
- t/perl/mro/basic_04_c3.t
- t/perl/mro/basic_04_c3_utf8.t
- t/perl/mro/basic_04_dfs.t
- t/perl/mro/basic_04_dfs_utf8.t
- t/perl/mro/basic_05_c3.t
- t/perl/mro/basic_05_c3_utf8.t
- t/perl/mro/basic_05_dfs.t
- t/perl/mro/basic_05_dfs_utf8.t
- t/perl/mro/basic_utf8.t
- t/perl/mro/c3_with_overload.t
- t/perl/mro/c3_with_overload_utf8.t
- t/perl/mro/complex_c3.t
- t/perl/mro/complex_c3_utf8.t
- t/perl/mro/complex_dfs.t
- t/perl/mro/complex_dfs_utf8.t
- t/perl/mro/dbic_c3.t
- t/perl/mro/dbic_c3_utf8.t
- t/perl/mro/dbic_dfs.t
- t/perl/mro/dbic_dfs_utf8.t
- t/perl/mro/inconsistent_c3.t
- t/perl/mro/inconsistent_c3_utf8.t
- t/perl/mro/isa_aliases.t
- t/perl/mro/isa_aliases_utf8.t
- t/perl/mro/isa_c3.t
- t/perl/mro/isa_c3_utf8.t
- t/perl/mro/isa_dfs.t
- t/perl/mro/isa_dfs_utf8.t
- t/perl/mro/isarev.t
- t/perl/mro/isarev_utf8.t
- t/perl/mro/method_caching.t
- t/perl/mro/method_caching_utf8.t
- t/perl/mro/next_NEXT.t
- t/perl/mro/next_NEXT_utf8.t
- t/perl/mro/next_edgecases.t
- t/perl/mro/next_edgecases_utf8.t
- t/perl/mro/next_goto.t
- t/perl/mro/next_goto_utf8.t
- t/perl/mro/next_inanon.t
- t/perl/mro/next_inanon_utf8.t
- t/perl/mro/next_ineval.t
- t/perl/mro/next_ineval_utf8.t
- t/perl/mro/next_method.t
- t/perl/mro/next_method_utf8.t
- t/perl/mro/next_skip.t
- t/perl/mro/next_skip_utf8.t
- t/perl/mro/overload_c3.t
- t/perl/mro/overload_c3_utf8.t
- t/perl/mro/overload_dfs.t
- t/perl/mro/package_aliases.t
- t/perl/mro/package_aliases_utf8.t
- t/perl/mro/pkg_gen.t
- t/perl/mro/pkg_gen_utf8.t
- t/perl/mro/recursion_c3.t
- t/perl/mro/recursion_c3_utf8.t
- t/perl/mro/recursion_dfs.t
- t/perl/mro/recursion_dfs_utf8.t
- t/perl/mro/vulcan_c3.t
- t/perl/mro/vulcan_c3_utf8.t
- t/perl/mro/vulcan_dfs.t
- t/perl/mro/vulcan_dfs_utf8.t
- t/perl/op/64bitint.t
- t/perl/op/alarm.t
- t/perl/op/anonsub.t
- t/perl/op/append.t
- t/perl/op/args.t
- t/perl/op/arith.t
- t/perl/op/array.t
- t/perl/op/array_base.t
- t/perl/op/assignwarn.t
- t/perl/op/attrhand.t
- t/perl/op/attrs.t
- t/perl/op/auto.t
- t/perl/op/avhv.t
- t/perl/op/bless.t
- t/perl/op/blocks.t
- t/perl/op/bop.t
- t/perl/op/caller.t
- t/perl/op/chars.t
- t/perl/op/chdir.t
- t/perl/op/chop.t
- t/perl/op/chr.t
- t/perl/op/closure.t
- t/perl/op/cmp.t
- t/perl/op/concat.t
- t/perl/op/concat2.t
- t/perl/op/cond.t
- t/perl/op/context.t
- t/perl/op/coreamp.t
- t/perl/op/coresubs.t
- t/perl/op/cproto.t
- t/perl/op/crypt.t
- t/perl/op/current_sub.t
- t/perl/op/dbm.t
- t/perl/op/defins.t
- t/perl/op/delete.t
- t/perl/op/die.t
- t/perl/op/die_except.t
- t/perl/op/die_exit.t
- t/perl/op/die_keeperr.t
- t/perl/op/die_unwind.t
- t/perl/op/do.t
- t/perl/op/dor.t
- t/perl/op/each.t
- t/perl/op/each_array.t
- t/perl/op/eval.t
- t/perl/op/evalbytes.t
- t/perl/op/exec.t
- t/perl/op/exists_sub.t
- t/perl/op/exp.t
- t/perl/op/fh.t
- t/perl/op/filehandle.t
- t/perl/op/filetest.t
- t/perl/op/filetest_stack_ok.t
- t/perl/op/filetest_t.t
- t/perl/op/flip.t
- t/perl/op/fork.t
- t/perl/op/fresh_perl_utf8.t
- t/perl/op/getpid.t
- t/perl/op/getppid.t
- t/perl/op/glob.t
- t/perl/op/gmagic.t
- t/perl/op/goto.t
- t/perl/op/goto_xs.t
- t/perl/op/grent.t
- t/perl/op/grep.t
- t/perl/op/groups.t
- t/perl/op/gv.t
- t/perl/op/hash-rt85026.t
- t/perl/op/hash.t
- t/perl/op/hashassign.t
- t/perl/op/hashwarn.t
- t/perl/op/inc.t
- t/perl/op/inccode-tie.t
- t/perl/op/inccode.t
- t/perl/op/incfilter.t
- t/perl/op/index.t
- t/perl/op/index_thr.t
- t/perl/op/int.t
- t/perl/op/join.t
- t/perl/op/kill0.t
- t/perl/op/lc.t
- t/perl/op/leaky-magic.t
- t/perl/op/length.t
- t/perl/op/lex.t
- t/perl/op/lex_assign.t
- t/perl/op/lfs.t
- t/perl/op/list.t
- t/perl/op/local.t
- t/perl/op/localref.t
- t/perl/op/lock.t
- t/perl/op/loopctl.t
- t/perl/op/lop.t
- t/perl/op/magic-27839.t
- t/perl/op/magic.t
- t/perl/op/magic_phase.t
- t/perl/op/method.t
- t/perl/op/mkdir.t
- t/perl/op/my.t
- t/perl/op/my_stash.t
- t/perl/op/mydef.t
- t/perl/op/negate.t
- t/perl/op/not.t
- t/perl/op/numconvert.t
- t/perl/op/oct.t
- t/perl/op/or.t
- t/perl/op/ord.t
- t/perl/op/overload_integer.t
- t/perl/op/override.t
- t/perl/op/pack.t
- t/perl/op/packagev.t
- t/perl/op/pos.t
- t/perl/op/pow.t
- t/perl/op/print.t
- t/perl/op/protowarn.t
- t/perl/op/push.t
- t/perl/op/pwent.t
- t/perl/op/qq.t
- t/perl/op/qr.t
- t/perl/op/quotemeta.t
- t/perl/op/rand.t
- t/perl/op/range.t
- t/perl/op/read.t
- t/perl/op/readdir.t
- t/perl/op/readline.t
- t/perl/op/recurse.t
- t/perl/op/ref.t
- t/perl/op/repeat.t
- t/perl/op/require_37033.t
- t/perl/op/require_errors.t
- t/perl/op/reset.t
- t/perl/op/reverse.t
- t/perl/op/runlevel.t
- t/perl/op/select.t
- t/perl/op/setpgrpstack.t
- t/perl/op/sigdispatch.t
- t/perl/op/sigsystem.t
- t/perl/op/sleep.t
- t/perl/op/smartkve.t
- t/perl/op/smartmatch.t
- t/perl/op/sort.t
- t/perl/op/splice.t
- t/perl/op/split.t
- t/perl/op/split_unicode.t
- t/perl/op/sprintf.t
- t/perl/op/sprintf2.t
- t/perl/op/srand.t
- t/perl/op/sselect.t
- t/perl/op/stash.t
- t/perl/op/stat.t
- t/perl/op/state.t
- t/perl/op/study.t
- t/perl/op/studytied.t
- t/perl/op/sub.t
- t/perl/op/sub_lval.t
- t/perl/op/substr.t
- t/perl/op/substr_thr.t
- t/perl/op/svleak.t
- t/perl/op/switch.t
- t/perl/op/symbolcache.t
- t/perl/op/sysio.t
- t/perl/op/taint.t
- t/perl/op/threads-dirh.t
- t/perl/op/threads.t
- t/perl/op/tie.t
- t/perl/op/tie_fetch_count.t
- t/perl/op/tiearray.t
- t/perl/op/tiehandle.t
- t/perl/op/time.t
- t/perl/op/time_loop.t
- t/perl/op/tr.t
- t/perl/op/undef.t
- t/perl/op/universal.t
- t/perl/op/unlink.t
- t/perl/op/unshift.t
- t/perl/op/upgrade.t
- t/perl/op/utf8cache.t
- t/perl/op/utf8decode.t
- t/perl/op/utf8magic.t
- t/perl/op/utfhash.t
- t/perl/op/utftaint.t
- t/perl/op/vec.t
- t/perl/op/ver.t
- t/perl/op/wantarray.t
- t/perl/op/warn.t
- t/perl/op/while_readdir.t
- t/perl/op/write.t
- t/perl/op/yadayada.t
- t/perl/porting/FindExt.t
- t/perl/porting/args_assert.t
- t/perl/porting/authors.t
- t/perl/porting/bincompat.t
- t/perl/porting/checkcase.t
- t/perl/porting/checkcfgvar.t
- t/perl/porting/cmp_version.t
- t/perl/porting/customized.t
- t/perl/porting/diag.t
- t/perl/porting/dual-life.t
- t/perl/porting/exec-bit.t
- t/perl/porting/filenames.t
- t/perl/porting/globvar.t
- t/perl/porting/maintainers.t
- t/perl/porting/manifest.t
- t/perl/porting/pending-author.t
- t/perl/porting/perlfunc.t
- t/perl/porting/pod_rules.t
- t/perl/porting/podcheck.t
- t/perl/porting/regen.t
- t/perl/porting/test_bootstrap.t
- t/perl/porting/utils.t
- t/perl/re/charset.t
- t/perl/re/fold_grind.t
- t/perl/re/no_utf8_pm.t
- t/perl/re/overload.t
- t/perl/re/pat.t
- t/perl/re/pat_advanced.t
- t/perl/re/pat_advanced_thr.t
- t/perl/re/pat_psycho.t
- t/perl/re/pat_psycho_thr.t
- t/perl/re/pat_re_eval.t
- t/perl/re/pat_re_eval_thr.t
- t/perl/re/pat_rt_report.t
- t/perl/re/pat_rt_report_thr.t
- t/perl/re/pat_special_cc.t
- t/perl/re/pat_special_cc_thr.t
- t/perl/re/pat_thr.t
- t/perl/re/qr-72922.t
- t/perl/re/qr.t
- t/perl/re/qr_gc.t
- t/perl/re/qrstack.t
- t/perl/re/reg_60508.t
- t/perl/re/reg_email.t
- t/perl/re/reg_email_thr.t
- t/perl/re/reg_eval.t
- t/perl/re/reg_eval_scope.t
- t/perl/re/reg_fold.t
- t/perl/re/reg_mesg.t
- t/perl/re/reg_namedcapture.t
- t/perl/re/reg_nc_tie.t
- t/perl/re/reg_pmod.t
- t/perl/re/reg_posixcc.t
- t/perl/re/regexp.t
- t/perl/re/regexp_noamp.t
- t/perl/re/regexp_notrie.t
- t/perl/re/regexp_qr.t
- t/perl/re/regexp_qr_embed.t
- t/perl/re/regexp_qr_embed_thr.t
- t/perl/re/regexp_trielist.t
- t/perl/re/regexp_unicode_prop.t
- t/perl/re/regexp_unicode_prop_thr.t
- t/perl/re/rxcode.t
- t/perl/re/subst.t
- t/perl/re/substT.t
- t/perl/re/subst_amp.t
- t/perl/re/subst_wamp.t
- t/perl/re/uniprops.t
- t/perl/run/cloexec.t
- t/perl/run/dtrace.t
- t/perl/run/exit.t
- t/perl/run/fresh_perl.t
- t/perl/run/locale.t
- t/perl/run/noswitch.t
- t/perl/run/runenv.t
- t/perl/run/script.t
- t/perl/run/switch0.t
- t/perl/run/switchC.t
- t/perl/run/switchF.t
- t/perl/run/switchF1.t
- t/perl/run/switchI.t
- t/perl/run/switcha.t
- t/perl/run/switchd-78586.t
- t/perl/run/switchd.t
- t/perl/run/switches.t
- t/perl/run/switchn.t
- t/perl/run/switchp.t
- t/perl/run/switcht.t
- t/perl/run/switchx.t
- t/perl/test_pl/can_isa_ok.t
- t/perl/uni/attrs.t
- t/perl/uni/bless.t
- t/perl/uni/cache.t
- t/perl/uni/caller.t
- t/perl/uni/chomp.t
- t/perl/uni/chr.t
- t/perl/uni/class.t
- t/perl/uni/eval.t
- t/perl/x2p/s2p.t
- typemap