index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
pegs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
opensym for templates + move behavior of opensymchoice to itself (#24007)
metagn
2024-08-28
1
-2
/
+2
*
Adds support for custom ASTs in the Nim parser (#23417)
Andreas Rumpf
2024-03-18
1
-1
/
+1
*
Fix typo in pegs.nim (#23143)
Ikko Eltociear Ashimine
2023-12-30
1
-3
/
+3
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-2
/
+2
*
fixes #22541; peg matchLen can raise an unlisted exception: Exception (#22545)
ringabout
2023-08-24
1
-1
/
+1
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
1
-65
/
+68
*
post expr blocks colon fix + correct grammar (#21983)
metagn
2023-06-06
1
-2
/
+2
*
alternative, much simpler algorithm for strict func checking (#21066)
Andreas Rumpf
2022-12-11
1
-10
/
+12
*
fix a few "broken link" warnings (#20837)
Andrey Makarov
2022-11-14
1
-1
/
+1
*
fixes #19162; enable `strictEffects` for v2 (#19380)
ringabout
2022-10-15
1
-1
/
+1
*
Markdown indented code blocks (#20473)
Andrey Makarov
2022-10-05
1
-2
/
+2
*
fixes #19104; peg Incorrect captures [backport:1.6] (#20352)
ringabout
2022-09-15
1
-1
/
+4
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
1
-1
/
+1
*
enable style:usages for stdlib tests [backport: 1.6] (#19715)
flywind
2022-04-13
1
-2
/
+2
*
move io out of system (#19442)
flywind
2022-02-02
1
-0
/
+2
*
Fixed `strictFuncs` support for `std/pegs` (#18951)
quantimnot
2021-10-07
1
-138
/
+142
*
Add support for `strictEffects` to `std/pegs` (#18949)
quantimnot
2021-10-04
1
-1
/
+4
*
Peg captures get stack-like behavior (#18369)
gemath
2021-06-28
1
-31
/
+59
*
[std/pegs] increase test coverage (#17871)
flywind
2021-04-27
1
-144
/
+0
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-1
/
+1
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
1
-3
/
+0
*
fix some warnings (#16952)
flywind
2021-02-08
1
-1
/
+1
*
use hexchar in stdlib (#16290)
flywind
2020-12-17
1
-15
/
+5
*
[backport] Docs: Fix broken `code-block` (#14749)
ee7
2020-06-22
1
-20
/
+20
*
fixes #14718 [backport]
Araq
2020-06-19
1
-4
/
+4
*
Update pegs.nim to work at compiletime. No range errors. (#13459)
solo989
2020-02-27
1
-164
/
+186
*
remove deprecated procs (#12535)
Andreas Rumpf
2019-11-05
1
-2
/
+4
*
[backport] run nimpretty on the remaining files
narimiran
2019-09-30
1
-80
/
+81
*
fixes #12121 (#12126)
Andreas Rumpf
2019-09-05
1
-3
/
+4
*
minor style changes
Araq
2019-07-10
1
-36
/
+36
*
fixes #1286; object case transitions are now sound
Andreas Rumpf
2019-05-27
1
-55
/
+39
*
Allow void macro result (#11286)
Arne Döring
2019-05-21
1
-1
/
+1
*
StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)
Arne Döring
2019-02-28
1
-25
/
+18
*
removes deprecated T/P types
Araq
2018-11-16
1
-9
/
+7
*
stdlib: documenation updates, the exception names have been changed
Andreas Rumpf
2018-10-25
1
-1
/
+1
*
Add interpreting event parser proc to pegs module. (#8075)
gemath
2018-08-24
1
-211
/
+519
*
make more tests green
Andreas Rumpf
2018-08-13
1
-1
/
+1
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-1
/
+1
*
Pegs AST read access (#8050)
gemath
2018-06-19
1
-2
/
+21
*
Fixes pegs bugs, continue
data-man
2018-05-23
1
-12
/
+22
*
Fixes pegs bugs
data-man
2018-05-23
1
-11
/
+11
*
Patch the PEG library to work with the JS backend (#7866)
Tyler
2018-05-23
1
-8
/
+12
*
pegs: fixes another null accessing bug
Andreas Rumpf
2018-05-06
1
-1
/
+1
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-7
/
+3
*
more fixes for the new string behaviour
Andreas Rumpf
2018-04-30
1
-1
/
+1
*
pegs: don't rely on terminating zero
Andreas Rumpf
2018-04-29
1
-17
/
+25
*
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
*
Fix modules that import both strutils and unicode
Joey Payne
2016-07-01
1
-2
/
+2
*
documentation build cleaned up
Andreas Rumpf
2016-05-31
1
-1
/
+1
[next]