summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog0.05Jesse Luehrs2013-07-241-0/+2
|
* changelogJesse Luehrs2013-07-241-0/+1
|
* fix skipping testsJesse Luehrs2013-07-241-1/+1
|
* no reason to have these as macros now that this is its own functionJesse Luehrs2013-07-241-10/+5
|
* changelog0.04Jesse Luehrs2013-07-231-0/+2
|
* changelogJesse Luehrs2013-07-231-0/+1
|
* document passing in the keyword nameJesse Luehrs2013-07-231-5/+5
|
* pass the keyword name to parser functionsJesse Luehrs2013-07-232-0/+27
|
* changelog0.03Jesse Luehrs2013-07-231-0/+2
|
* changelogJesse Luehrs2013-07-231-0/+3
|
* fix depsJesse Luehrs2013-07-231-0/+4
|
* actually, this isn't necessary eitherJesse Luehrs2013-07-231-1/+0
| | | | and it causes issues in some cases that i can't reproduce here
* actually, don't throw an errorJesse Luehrs2013-07-234-49/+101
|
* actually, throw an exception on parse errorsJesse Luehrs2013-07-232-7/+38
|
* note that Keyword::API is also similarJesse Luehrs2013-07-231-0/+2
|
* don't break scopes and suchJesse Luehrs2013-07-231-9/+9
|
* don't return a coderef if there was a parse errorJesse Luehrs2013-07-232-1/+39
| | | | | it won't be a valid coderef, you'll just get an error if you try to call it
* changelog0.02Jesse Luehrs2013-07-221-0/+2
|
* changelogJesse Luehrs2013-07-221-0/+5
|
* add test for injecting scopesJesse Luehrs2013-07-221-0/+48
|
* fix compilation on threaded perlsJesse Luehrs2013-07-221-5/+7
|
* fix depsJesse Luehrs2013-07-221-0/+1
|
* note that lexical subs don't work (fixes #2)Jesse Luehrs2013-07-222-0/+39
|
* 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
| | | | | this makes a difference in some obscure cases dealing with closures. see t/unavailable.t for more information.
* 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
|