summary refs log tree commit diff stats
path: root/compiler/llstream.nim
Commit message (Collapse)AuthorAgeFilesLines
* use linenoise instead of GNU readlineAraq2015-06-211-47/+48
|
* Make reading from stdin work again.def2015-03-011-1/+1
| | | | Bootstrapping tested on Linux from csources.
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-28/+13
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* renamefestAraq2014-08-231-6/+6
|
* distinguish between 'defined' and 'declared'Araq2014-08-111-1/+1
|
* Properly terminate "nimrod i" on end of file.Reimer Behrends2014-06-021-0/+3
| | | | | | | Nimrod in interactive mode got stuck in an infinite loop when encountering EOF (Ctrl-D), unless GNU Readline was being used. This change mimics the GNU Readline behavior in rdstdin.nim and calls quit(0) when encountering EOF while reading from stdin in interactive mode.
* case consistency: next stepsAraq2013-12-291-2/+2
|
* case consistency part 4Araq2013-12-271-13/+13
|
* case consistency part 1Araq2013-12-271-38/+37
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* FFI at compiletime improvementsAraq2013-01-081-5/+12
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* compiler uses new 'readLine'Araq2011-11-271-41/+30
|
* deprecated system.copy: use system.substr insteadAraq2011-05-141-1/+1
|
* big repo cleanupAraq2011-04-121-0/+229
#n293'>293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345