README changes

This commit is contained in:
perro tuerto 2023-03-09 13:58:14 -08:00
parent 9e7412ab04
commit bade83d6c1
4 changed files with 17 additions and 3 deletions

View File

@ -3,8 +3,8 @@
[Pandoc] is a world famous "swiss-army" document converted. This is because
Pandoc is also a document parser. Thanks to this capability, this repo is a
[Pandoc filter] written in [Lua] for [literate] and [natural] programming
(LNP), i.e.: ["Programming \[...\] as the process of creating works of
literature"][1].
(LNP), i.e.: "[Programming \[...\] as the process of creating works of
literature][1]".
## Requirements
@ -32,7 +32,15 @@ Learn how to do LNP [here].
## Test
Inside this repo, do:
Clone this repo:
git clone https://git.cuates.net/perro/literate-pandoc.git
Enter the repo:
cd literate-pandoc
Inside, do:
sh scripts/test.sh FORMAT1 FORMAT2

View File

@ -1,3 +1,5 @@
# Downloads Fennel
# Variables
NAME="fennel-1.3.0"
ROOT=$(git rev-parse --show-toplevel)

View File

@ -1,3 +1,5 @@
# Makes distribution release
# Variables
NAME="literate.min.lua"
ROOT=$(git rev-parse --show-toplevel)

View File

@ -1,3 +1,5 @@
# Makes tests
# Variables
ROOT=$(git rev-parse --show-toplevel)
FILTER=$ROOT/src/literate.lua