summary refs log tree commit diff stats
path: root/compiler/ccgliterals.nim
Commit message (Collapse)AuthorAgeFilesLines
* gc:destructors: make strutils compile (but still crashes)Andreas Rumpf2019-02-221-7/+12
|
* gc:destructors further progressAndreas Rumpf2018-11-291-1/+1
|
* --gc:destructors: hello world example compiles and runsAraq2018-11-161-1/+1
|
* --gc:destructors: next steps; WIPAndreas Rumpf2018-07-211-3/+15
|
* WIP: strings/seqs based on destructorsAndreas Rumpf2018-07-171-2/+6
|
* C code generator compiles againAndreas Rumpf2018-05-121-3/+3
|
* sem pass compiles againAndreas Rumpf2018-05-121-1/+1
|
* implemented v2 string literalsAraq2018-04-031-2/+12
|
* C codegen: preparations for different seq and string implementationsAndreas Rumpf2018-04-031-0/+81
='#n170'>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