Alexander Ivanov
Alexander Ivanov
Currently gara manages to transform the matches only based on untyped info. I actually like that a lot: it depends on a minimum of knowledge and for the same syntax...
e.g. having proc re as unpack ```nim of re"([a-z])"(@a): echo a ````
```nim match(a): of {"e": 2, "f": 5}: # just a table: any kind, OrderedTable or HashTable of {"e": @e, "f": @f}: # capturing values is easy, just get it with...
Hey, great primer! I hope this repo is useful to people starting with karax/electron in nim I am maintaining a electron nim app using karax, so I just want to...
Mentioning it in a section of common gotchas might be helpful for others: it's not very easy to guess if one doesnt read carefully all options