aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/StackInstances.hs
AgeCommit message (Expand)Author
2017-12-23Lua modules: add function pandoc.utils.hierarchicalizeAlbert Krewinkel
2017-12-01Lua/StackInstances: push Pandoc and Meta via constructorAlbert Krewinkel
2017-10-27hlint suggestions.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-09-24Allow lua filters to return lists of elementsAlbert Krewinkel
2017-08-16Update to hslua-0.8.0Albert Krewinkel
2017-08-13Delete Text.Pandoc.Lua.SharedInstancesAlbert Krewinkel
2017-08-13Text.Pandoc.Lua: Optimize performance by using raw table accessAlbert Krewinkel
2017-08-13Use hslua >= 0.7, update Lua codeAlbert Krewinkel
2017-06-03Improve code style in lua and org modulesAlbert Krewinkel
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-04-30Lua module: simplify Attributes, rename to AttrAlbert Krewinkel
2017-04-30Lua module: make Header argument order consistentAlbert Krewinkel
2017-04-26Lua filter: allow natural access to meta elementsAlbert Krewinkel
2017-04-15Lua filter: use Attributes constructor for AttrsAlbert Krewinkel
2017-04-14Lua filter: Re-order code of stack value instancesAlbert Krewinkel
2017-04-14Lua filter: use lua strings for nullary constructorsAlbert Krewinkel
2017-04-14Avoid repeating StackValue instances definitionsAlbert Krewinkel
2017-04-14Extract lua helper functions into Lua.Util moduleAlbert Krewinkel
2017-04-14Use lua bools and strings for MetaBool, MetaStringAlbert Krewinkel
2017-04-14Drop dependency on hslua-aesonAlbert Krewinkel
2017-04-14Push blocks via lua constructors and constantsAlbert Krewinkel
2017-04-14Push inlines via lua constructors and constantsAlbert Krewinkel
2017-04-13Use lua constructors to push meta valuesAlbert Krewinkel
2017-04-11Lua filter: use custom StackValue Inline instanceAlbert Krewinkel
2017-04-07Lua filter: improve doc filter performanceAlbert Krewinkel
2017-04-06Lua filter: Improve block filter performanceAlbert Krewinkel
2017-04-06Lua filter: Improve inline filter performanceAlbert Krewinkel
2017-04-02Lua module: add readers submoduleAlbert Krewinkel