pandoc/src/Text/Pandoc/Lua
Albert Krewinkel 2e916b3abf
Lua module: simplify Attributes, rename to Attr
Attributes was written to behave much like a normal table, in order to
simplify working with it. However, all Attr containing elements were
changed to provide panflute-like accessors to Attr components, rendering
the previous approach unnecessary.
2017-04-30 11:50:09 +02:00
..
Compat.hs Ensure compatibility with hslua 0.5.* 2017-03-24 21:31:35 +01:00
PandocModule.hs Lua module: provide simple read format parser 2017-04-26 23:28:40 +02:00
SharedInstances.hs Lua module: provide simple read format parser 2017-04-26 23:28:40 +02:00
StackInstances.hs Lua module: simplify Attributes, rename to Attr 2017-04-30 11:50:09 +02:00
Util.hs Avoid repeating StackValue instances definitions 2017-04-14 19:07:55 +02:00