diff options
| author | 2022-10-18 10:15:32 +0200 | |
|---|---|---|
| committer | 2022-10-18 10:15:32 +0200 | |
| commit | fbffbafd28e22ef77d2c0e5673ab0fa0dfc1ef04 (patch) | |
| tree | b49facbd4bbb0531893ba76eed235d0eac670de0 /doc | |
| parent | Fix httpf blueprinting. (diff) | |
Remove docs for peg-grammar
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc.mdz | 14 |
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. |
