Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -11/+11 |
| | |||||
* | Ascii character code 127 (DEL) is not printable and must be quoted. (#5984) | Markus F.X.J. Oberhumer | 2017-06-15 | 1 | -1/+1 |
| | | | This is a follow-up to #5823. | ||||
* | Fix modules that import both strutils and unicode | Joey Payne | 2016-07-01 | 1 | -2/+2 |
| | | | | | This is only an issue when a proc in both modules that is named the same is used, such as toLower or toUpper for strings. | ||||
* | documentation build cleaned up | Andreas Rumpf | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Pegs: fixes edge case | Andreas Rumpf | 2016-05-12 | 1 | -2/+6 |
| | |||||
* | Added a replace() proc using a callback to pegs. | Hans Raaf | 2016-05-07 | 1 | -0/+59 |
| | | | | | | I was missing a nice way to use pegs with a more specialized replace functionality. Here my try to create a universal and versatile version of replace for that. | ||||
* | Merge branch 'devel' | Dominik Picheta | 2015-10-27 | 1 | -24/+24 |
|\ | |||||
| * | renamed writeln to writeLine in lib | patrick dw | 2015-06-19 | 1 | -1/+1 |
| | | |||||
| * | no private deprecated symbols | Araq | 2015-06-10 | 1 | -1/+0 |
| | | |||||
| * | lib/pure/p-t - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -23/+24 |
| | | |||||
* | | Replace "prefix" with "suffix" in endsWith doc | Federico Ceratto | 2015-10-23 | 1 | -1/+1 |
|/ | |||||
* | fixes match on empty peg match, #2354 | Simon Hafner | 2015-03-22 | 1 | -20/+26 |
| | |||||
* | fixes #2205 | Araq | 2015-03-07 | 1 | -155/+155 |
| | |||||
* | Get rid of deprecation warnings in pegs | def | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | minor improvements | Araq | 2014-12-28 | 1 | -1/+1 |
| | |||||
* | fixes #1496 | Araq | 2014-12-18 | 1 | -1/+1 |
| | |||||
* | fixes regression that caused pegs to not compile | Araq | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | pegs module compiles again | Araq | 2014-11-28 | 1 | -1/+1 |
| | |||||
* | Modify pegs.nim such that no match will return nil | Flaviu Tamas | 2014-10-29 | 1 | -1/+17 |
| | | | | | | | | | An empty match will return "" A zero-length match will return nil Add test cases Add news information | ||||
* | updated pegs module | Araq | 2014-08-28 | 1 | -38/+38 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -140/+132 |
| | |||||
* | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Rewrote the changes to findAll using if/else | Fabio Cevasco | 2014-02-22 | 1 | -3/+3 |
| | |||||
* | pegs.findAll iterator fix | Fabio Cevasco | 2014-02-21 | 1 | -1/+3 |
| | | | Modified the findAll iterator so that it continues looking for a match within the input string (bug?). | ||||
* | updated grammar.txt | Araq | 2014-01-20 | 1 | -4/+4 |
| | |||||
* | case consistency part 6 | Araq | 2013-12-28 | 1 | -64/+64 |
| | |||||
* | made tests green | Araq | 2013-06-10 | 1 | -1/+1 |
| | |||||
* | manyloc test should be green again | Araq | 2013-06-04 | 1 | -1/+0 |
| | |||||
* | pegs/re =~ warns about scope rule change; improved docs | Araq | 2013-05-08 | 1 | -2/+2 |
| | |||||
* | pegs compiles again | Araq | 2013-05-02 | 1 | -1/+2 |
| | |||||
* | bugfixes mostly JS related | Araq | 2013-05-01 | 1 | -3/+5 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | objects with no ancestor are not implicitely final | Araq | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | first steps to make templates hygienic | Araq | 2012-08-20 | 1 | -1/+4 |
| | |||||
* | openarray/varargs split; breaks bootstrapping | Araq | 2012-08-16 | 1 | -4/+4 |
| | |||||
* | Both the re and pegs module's `=~` templates can now be used simultaneously ↵ | Dominik Picheta | 2012-07-21 | 1 | -1/+1 |
| | | | | from the same module. | ||||
* | fixes #113 | Araq | 2012-05-20 | 1 | -4/+4 |
| | |||||
* | fixes #114 | Araq | 2012-05-20 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-04-15 | 1 | -1/+0 |
|\ | |||||
| * | minor changes to make the test suite green again | Zahary Karadjov | 2012-04-15 | 1 | -1/+0 |
| | | |||||
* | | @ is a sigil-like operator | Araq | 2012-04-15 | 1 | -7/+7 |
|/ | |||||
* | documentation improvements; higher level Mongodb wrapper | Araq | 2012-04-09 | 1 | -2/+2 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | tester checks exitcode; osproc additions; DLL fixes; taint mode fixes | Araq | 2011-11-07 | 1 | -1/+1 |
| | |||||
* | code generator supports constant sequences; more consistent compile time ↵ | Araq | 2011-10-07 | 1 | -5/+5 |
| | | | | evaluation | ||||
* | pegs module: bugfixes for the anchor ^; pegs.replace now does what the docs say | Araq | 2011-06-16 | 1 | -24/+52 |
| | |||||
* | readFile raises EIO instead of returning nil; added system.writeFile | Araq | 2011-06-16 | 1 | -10/+2 |
| | |||||
* | deprecated system.copy: use system.substr instead | Araq | 2011-05-14 | 1 | -8/+8 |
| | |||||
* | p[] instead of p^ | Araq | 2011-04-11 | 1 | -7/+7 |
| | |||||
* | some little bugfixes | Araq | 2011-03-27 | 1 | -1/+1 |
| |