aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/StackInstances.hs
AgeCommit message (Expand)AuthorFilesLines
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-04-30Lua module: simplify Attributes, rename to AttrAlbert Krewinkel1-1/+1
2017-04-30Lua module: make Header argument order consistentAlbert Krewinkel1-1/+1
2017-04-26Lua filter: allow natural access to meta elementsAlbert Krewinkel1-1/+1
2017-04-15Lua filter: use Attributes constructor for AttrsAlbert Krewinkel1-14/+26
2017-04-14Lua filter: Re-order code of stack value instancesAlbert Krewinkel1-106/+122
2017-04-14Lua filter: use lua strings for nullary constructorsAlbert Krewinkel1-80/+19
2017-04-14Avoid repeating StackValue instances definitionsAlbert Krewinkel1-125/+3
2017-04-14Extract lua helper functions into Lua.Util moduleAlbert Krewinkel1-103/+56
2017-04-14Use lua bools and strings for MetaBool, MetaStringAlbert Krewinkel1-2/+2
2017-04-14Drop dependency on hslua-aesonAlbert Krewinkel1-1/+0
2017-04-14Push blocks via lua constructors and constantsAlbert Krewinkel1-37/+102
2017-04-14Push inlines via lua constructors and constantsAlbert Krewinkel1-41/+29
2017-04-13Use lua constructors to push meta valuesAlbert Krewinkel1-30/+148
2017-04-11Lua filter: use custom StackValue Inline instanceAlbert Krewinkel1-24/+151
2017-04-07Lua filter: improve doc filter performanceAlbert Krewinkel1-36/+47
2017-04-06Lua filter: Improve block filter performanceAlbert Krewinkel1-7/+44
2017-04-06Lua filter: Improve inline filter performanceAlbert Krewinkel1-7/+73
2017-04-02Lua module: add readers submoduleAlbert Krewinkel1-0/+75