Lua: add module for AST element sequence traversal

Lua filters must be able to traverse sequences of AST elements and to
replace elements by splicing sequences back in their place. Special
`Walkable` instances can be used for this; those are provided in a new
module `Text.Pandoc.Lua.Walk`.
This commit is contained in:
Albert Krewinkel
2019-08-16 20:52:15 +02:00
parent 903d2f98c6
commit 813e1fc7e0
4 changed files with 120 additions and 0 deletions
+2
View File
@@ -14,6 +14,8 @@ extra-deps:
# - pandoc-citeproc-0.16.2
- git: https://github.com/jgm/pandoc-citeproc
commit: 6d62678ece91bbb4fe4f5a99695006e1d53c3bae
- git: https://github.com/tarleb/pandoc-types
commit: a087b0174a597b92c5fec4d633c46887c188b496
- ipynb-0.1
- cmark-gfm-0.2.0
- hslua-1.0.3.1