summary refs log tree commit diff stats
path: root/doc/pegdocs.txt
Commit message (Collapse)AuthorAgeFilesLines
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-051-38/+38
| | | | | | | | | | | | | | | | | | | | | | | * Implement Markdown indented code blocks Additional indentation of 4 spaces makes a block an "indented code block" (monospaced text without syntax highlighting). Also `::` RST syntax for code blocks is disabled. So instead of ```rst see:: Some code ``` the code block should be written as ```markdown see: Some code ``` * Migrate RST literal blocks :: to Markdown's ones
* Markdown code blocks part 5 (#20236)Andrey Makarov2022-08-171-4/+8
| | | No logic was added, just a few more `*.md` files have been migrated.
* docs: fix some spelling errors (#19816)ee72022-08-091-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | * docs: fix some spelling errors * contributing: fix spelling error Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * Update contributing.md * Update intern.md * Update manual.md * Update manual_experimental_strictnotnil.md * Update nimgrep_cmdline.txt * Update pegdocs.txt * Update testament.md * Update tut1.md Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com>
* Peg captures get stack-like behavior (#18369)gemath2021-06-281-3/+7
| | | | | * Implements reverse capture indexing. * Now works for modified backrefs too. * Changed reverse indexing syntax prefix for back-references to '$^'.
* doc: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-041-29/+29
| | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* `replace` -> `replacef`apense2015-07-081-1/+1
|
* Documentation renamesdef2015-01-161-1/+1
|
* Nimrod renamed to NimAraq2014-08-281-4/+4
|
* big renameAraq2014-08-271-2/+2
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* nimgrep: first working versionAraq2011-02-021-2/+6
|
* better tester; yet another iterator bugfixAraq2011-01-061-2/+6
|
* docgen understands and ignores *when false*Araq2010-11-181-0/+5
|
* pegs: captured search loopAraq2010-11-071-1/+5
|
* pegs: bugfixes and extensionsAraq2010-10-311-0/+10
|
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-0/+2
|
* bugfixes: re; pegs moduleAndreas Rumpf2010-02-281-2/+2
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-6/+16
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* fixed typos in documentationAndreas Rumpf2009-11-151-1/+1
|
* bind tableAndreas Rumpf2009-11-121-9/+12
|
* version 0.8.2rumpf_a@web.de2009-10-211-0/+180