Files
Nim/tests/stdlib
Vindaar d42c5a575d base parseEnum on a case statement, fixes #14030 (#14046)
* base `parseEnum` on a case statement, fixes #14030

* apply simplifactions / clean up, remove `norm` node, use strVal

* export `normalize` in json.nim

* cmp using nimIdentNormalize, error at CT if ambiguous enum found

`nimIdentNormalize` provided by @cooldome.

We track all names of the branches we have created so far and error if
a duplicate is found.

Dummy change to make github react...

* fix docstring of `nimIdentNormalize`

* make `typ` arg `typedesc`, add lineinfo, call norm. only once
2020-04-22 09:41:56 +01:00
..
2020-03-23 15:47:10 +01:00
2020-04-03 09:03:13 +02:00
2020-03-30 13:18:12 +02:00
2020-04-15 20:11:18 +02:00
2019-09-04 11:20:30 +02:00
2020-03-06 18:38:56 +00:00
2018-11-27 10:34:34 +01:00
2018-11-23 11:58:31 +01:00
2019-02-23 13:06:26 +00:00
2018-10-12 17:27:47 +02:00
2019-05-16 21:06:04 +02:00
2017-05-04 22:25:29 +02:00
2018-11-23 11:58:29 +01:00
2019-01-14 12:36:34 +01:00
2018-12-11 21:23:21 +01:00
2018-12-11 21:23:21 +01:00
2020-03-30 13:18:12 +02:00
2018-10-28 13:35:30 +01:00
2014-08-29 09:12:12 +02:00
2018-04-30 11:16:56 +02:00