aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorJosef Pospíšil <josef.pospisil@laststar.eu>2022-10-18 10:15:32 +0200
committerJosef Pospíšil <josef.pospisil@laststar.eu>2022-10-18 10:15:32 +0200
commitfbffbafd28e22ef77d2c0e5673ab0fa0dfc1ef04 (patch)
treeb49facbd4bbb0531893ba76eed235d0eac670de0 /doc
parentFix httpf blueprinting. (diff)
Remove docs for peg-grammar
Diffstat (limited to 'doc')
-rw-r--r--doc/misc.mdz14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/misc.mdz b/doc/misc.mdz
index f224796..fce9632 100644
--- a/doc/misc.mdz
+++ b/doc/misc.mdz
@@ -333,20 +333,6 @@ array is not sorted beforehand, the results are undefined. Returns the array.
# => @[1 2 3 4 5]
```
-## peg-grammar
-
-Custom peg grammar with crlf, to end and split defs.
-
-## setup-peg-grammar
-
-Merges `peg-grammar` into `:peg-grammar` dynamic.
-
-@codeblock[janet]```
-(misc/setup-peg-grammar)
-(peg/match ~(* :cap-to-crlf :crlf) "hoho\r\n\r\n")
-# => @["hoho"]
-```
-
## pgp/hex->word
Returns pgp word for hex string <100 for a position in the number.