summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* note in the synopsis that keywords should be exported (fixes #1)Jesse Luehrs2013-07-221-0/+2
* apparently the lowercase version wasn't around in 5.14Jesse Luehrs2013-07-221-8/+8
* fix depsJesse Luehrs2013-07-221-0/+1
* allow creating non-anonymous subs tooJesse Luehrs2013-07-223-22/+82
* note that this module is experimentalJesse Luehrs2013-07-221-0/+3
* work around bugs in lex_next_chunkJesse Luehrs2013-07-223-1/+52
* don't think i need to do thisJesse Luehrs2013-07-211-1/+1
* use c89 comments hereJesse Luehrs2013-07-211-6/+7
* update this commentJesse Luehrs2013-07-211-19/+5
* changelog0.01Jesse Luehrs2013-07-211-0/+2
* apparently Test::Requires doesn't allow loading without importingJesse Luehrs2013-07-2117-17/+85
* fix up depsJesse Luehrs2013-07-2118-0/+42
* add some docsJesse Luehrs2013-07-211-16/+81
* also expose these from Parse::KeywordJesse Luehrs2013-07-211-0/+18
* clean up test warningsJesse Luehrs2013-07-212-1/+6
* add the rest of the parser functionsJesse Luehrs2013-07-211-0/+42
* factor this outJesse Luehrs2013-07-211-30/+21
* this may be necessary, who knowsJesse Luehrs2013-07-211-0/+1
* unnecessaryJesse Luehrs2013-07-211-1/+1
* pod coverageJesse Luehrs2013-07-211-0/+4
* reorder some stuffJesse Luehrs2013-07-212-32/+32
* add tests for FunJesse Luehrs2013-07-2113-1/+469
* add parse_arithexprJesse Luehrs2013-07-212-0/+22
* add lex_stuffJesse Luehrs2013-07-212-0/+7
* hmmm, doesn't look like PL_compiling is right hereJesse Luehrs2013-07-211-1/+1
* cv_clone wasn't public in 5.14Jesse Luehrs2013-07-211-0/+4
* stub out docs to make pod coverage passJesse Luehrs2013-07-211-0/+67
* fix prereqsJesse Luehrs2013-07-211-0/+2
* add a function to get the package of the currently compiling codeJesse Luehrs2013-07-212-0/+8
* default these to 1Jesse Luehrs2013-07-212-5/+5
* make some macros for thisJesse Luehrs2013-07-211-4/+14
* need to save PL_op tooJesse Luehrs2013-07-211-0/+3
* rename this functionJesse Luehrs2013-07-213-4/+4
* formattingJesse Luehrs2013-07-211-1/+1
* improve the api a bitJesse Luehrs2013-07-213-28/+12
* actually, it's not necessary hereJesse Luehrs2013-07-211-1/+0
* parse this a bit more accuratelyJesse Luehrs2013-07-211-4/+4
* actually, need to do this in all of these functionsJesse Luehrs2013-07-211-0/+5
* make this test trigger the segfaultJesse Luehrs2013-07-211-2/+1
* test statement formJesse Luehrs2013-07-211-0/+22
* reset PL_curcop when we're about to start compiling againJesse Luehrs2013-07-211-0/+1
* this isn't going to work before 5.14Jesse Luehrs2013-07-201-2/+0
* whoops, forgot thisJesse Luehrs2013-07-202-1/+20
* add some (failing) testsJesse Luehrs2013-07-1910-0/+476
* start trying to implement some helper functionsJesse Luehrs2013-07-192-0/+67
* gitignoreJesse Luehrs2013-07-191-0/+2
* allow parsing as expressions or statementsJesse Luehrs2013-07-191-1/+10
* add stub Makefile.PLJesse Luehrs2013-07-182-0/+22
* initial sketch of the frameworkJesse Luehrs2013-07-173-0/+97
* initial commitJesse Luehrs2013-07-155-0/+50