Some documentation refactoring. No code changes. (0.39.12)
This commit is contained in:
parent
f2e319c4a4
commit
ffdb9fffcb
82 changed files with 829 additions and 55 deletions
12
docs/examples/regex_procedural.md
Normal file
12
docs/examples/regex_procedural.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# regex_procedural.fun — overview
|
||||
|
||||
What it shows
|
||||
- Procedural approach to regex work: compiling patterns and iterating matches.
|
||||
|
||||
How to run
|
||||
- export FUN_LIB_DIR="./lib"
|
||||
- ./build_debug/fun examples/regex_procedural.fun
|
||||
- Or: fun examples/regex_procedural.fun
|
||||
|
||||
Notes
|
||||
- May require the optional PCRE2 extension in your build.
|
||||
Loading…
Add table
Add a link
Reference in a new issue