summary refs log tree commit diff stats
path: root/lib/pure/xmlparser.nim
diff options
context:
space:
mode:
authorquantimnot <54247259+quantimnot@users.noreply.github.com>2021-03-05 08:41:33 -0500
committerGitHub <noreply@github.com>2021-03-05 14:41:33 +0100
commitb2b23d723afde51d54a63d1c19e0ae04d6d826c7 (patch)
tree72e8f02d038bf18100ce99b31cb8318f86be8229 /lib/pure/xmlparser.nim
parent171b03c3861e1bcd722303a42b7ad11b14635215 (diff)
downloadNim-b2b23d723afde51d54a63d1c19e0ae04d6d826c7.tar.gz
Fix macros.quote custom op symbol interpolation. (#17256)
Provides a workaround/fix for #7589.
https://github.com/nim-lang/Nim/issues/7589

Updated docs and tutorial to reflect change.

Updated runnableExamples to include an example.

Co-authored-by: name <name@example.com>
Diffstat (limited to 'lib/pure/xmlparser.nim')
0 files changed, 0 insertions, 0 deletions
645901e45d'>9f00ef14 ^
02224ea7 ^

9f00ef14 ^
bfc9e9a7 ^
28b17238 ^
e45e6c46 ^
4493f555 ^






28b17238 ^
5d9c7ffd ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46