summary refs log tree commit diff stats
path: root/compiler/platform.nim
diff options
context:
space:
mode:
authorcooldome <cdome@bk.ru>2019-04-17 10:55:41 +0100
committerAndreas Rumpf <rumpf_a@web.de>2019-04-17 11:55:41 +0200
commit7d8af25d5828e67f10c0f5a75abf9ee8fc02a9bb (patch)
treedd25210549bc8c64b17db2776fa75bde463ab58b /compiler/platform.nim
parent43832f8e575b472907579b74dca0797f8130baa8 (diff)
downloadNim-7d8af25d5828e67f10c0f5a75abf9ee8fc02a9bb.tar.gz
revert parser stmtListExpr (#11007)
* Revert "Support for stmtListExpr in parser after major keywords. Scaled down version. (#10852)"

This reverts commit 862897dc0f122e374c0e4d44770ffcd8825e51e3.

* redo fix for #4035

* render stmtlistExpr using semicolon

* Revert "render stmtlistExpr using semicolon"

This reverts commit cafb78b8d5b125b5f6ba94248377a1433b3138cb.

* revert test

Diffstat (limited to 'compiler/platform.nim')
0 files changed, 0 insertions, 0 deletions
ref='#n122'>122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237