summary refs log tree commit diff stats
path: root/tests/ast_pattern_matching.nim
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-031-1/+1
* unify tuple expressions (#13793)Arne Döring2021-03-301-2/+2
* add tastspec (and ast_pattern_matching) (#10863)Arne Döring2019-03-191-0/+584
>55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91