summaryrefslogtreecommitdiffstats
path: root/Keyword.xs
Commit message (Expand)AuthorAgeFilesLines
* add parse_arithexprJesse Luehrs2013-07-211-0/+21
* add lex_stuffJesse Luehrs2013-07-211-0/+6
* 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
* add a function to get the package of the currently compiling codeJesse Luehrs2013-07-211-0/+7
* default these to 1Jesse Luehrs2013-07-211-2/+2
* 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-211-1/+1
* formattingJesse Luehrs2013-07-211-1/+1
* improve the api a bitJesse Luehrs2013-07-211-18/+6
* actually, it's not necessary hereJesse Luehrs2013-07-211-1/+0
* actually, need to do this in all of these functionsJesse Luehrs2013-07-211-0/+5
* reset PL_curcop when we're about to start compiling againJesse Luehrs2013-07-211-0/+1
* start trying to implement some helper functionsJesse Luehrs2013-07-191-0/+53
* allow parsing as expressions or statementsJesse Luehrs2013-07-191-1/+10
* initial sketch of the frameworkJesse Luehrs2013-07-171-0/+64