the parser finally parses 'echo {1,2}' as it should

This commit is contained in:
Andreas Rumpf
2017-09-30 21:35:30 +02:00
parent b2c358be96
commit ddc131cf07
18 changed files with 26 additions and 38 deletions

View File

@@ -9,7 +9,7 @@ discard """
import os
var
thr: array [0..5, Thread[tuple[a, b: int]]]
thr: array[0..5, Thread[tuple[a, b: int]]]
proc doNothing() = discard

View File

@@ -8,7 +8,7 @@ discard """
import os
var
thr: array [0..5, Thread[tuple[a, b: int]]]
thr: array[0..5, Thread[tuple[a, b: int]]]
proc doNothing() = discard