aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Util.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-11Custom reader: ensure old Readers continue to workAlbert Krewinkel1-0/+1
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel1-29/+2
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel1-9/+0
2021-10-26Lua: marshal SimpleTable values as userdata objectsAlbert Krewinkel1-28/+0
2021-10-22Switch to hslua-2.0Albert Krewinkel1-70/+50
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-2/+2
2020-09-20Lua filters: add SimpleTable for backwards compatibility (#6575)Albert Krewinkel1-1/+1
2020-04-17API change: use new type PandocLua for all pandoc Lua operationsAlbert Krewinkel1-14/+3
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel1-3/+4
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+2
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-2/+2
2020-01-04Add type annotations to assist ghci.John MacFarlane1-2/+3
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-4/+4
2018-10-01Lua filters: report traceback when an error occursAlbert Krewinkel1-2/+36
2018-10-01Lua Util: add missing docstring to defineHowToAlbert Krewinkel1-1/+1
2018-09-24Use hslua v1.0.0Albert Krewinkel1-55/+33
2018-08-12Lua: cleanup Lua utils, remove unused functions.Albert Krewinkel1-56/+28
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-17hlint fixes.John MacFarlane1-1/+1
2018-01-23Lua filters: store constructors in registryAlbert Krewinkel1-2/+3
2018-01-23Lua: move getTag from StackInstances to UtilAlbert Krewinkel1-3/+16
2018-01-12Lua filters: improve error messagesAlbert Krewinkel1-0/+9
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-4/+4
2018-01-04Use hslua utils where possibleAlbert Krewinkel1-16/+0
2017-12-29data/pandoc.lua: drop function pandoc.global_filterAlbert Krewinkel1-0/+1
2017-12-23Lua modules: add function pandoc.utils.normalize_dateAlbert Krewinkel1-0/+4
2017-12-22Lua.Util: avoid altering the stack if peeking failsAlbert Krewinkel1-4/+12
2017-12-21Lua modules: move to dedicated submoduleAlbert Krewinkel1-2/+20
2017-12-20Lua modules: turn pipe, read into full Haskell functionsAlbert Krewinkel1-3/+12
2017-12-02Lua filters: refactor lua module handlingAlbert Krewinkel1-1/+32
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-2/+2
2017-10-26update years in copyrightKolen Cheung1-1/+1
2017-08-13Text.Pandoc.Lua: Optimize performance by using raw table accessAlbert Krewinkel1-11/+6
2017-08-13Use hslua >= 0.7, update Lua codeAlbert Krewinkel1-63/+39
2017-06-03Improve code style in lua and org modulesAlbert Krewinkel1-4/+2
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-1/+1
2017-04-14Avoid repeating StackValue instances definitionsAlbert Krewinkel1-1/+55
2017-04-14Extract lua helper functions into Lua.Util moduleAlbert Krewinkel1-0/+86