summary refs log tree commit diff stats
path: root/lib/pure/lexbase.nim
Commit message (Expand)AuthorAgeFilesLines
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* correct licence header (#18935)flywind2021-10-011-1/+1
* use single backtick (#17100)flywind2021-02-181-1/+1
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-1/+2
* [backport] run nimpretty on parsersnarimiran2019-09-301-11/+11
* Typos fixed, handleRefillChar() described (#12062)Artem V L2019-08-271-3/+4
* StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)Arne Döring2019-02-281-33/+18
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-2/+0
* beginnings of the new nimpretty tool; still unusableAndreas Rumpf2017-10-051-1/+4
* Lexbase compatible with JSYuriy Glukhov2016-01-061-6/+19
* fixes #2429Araq2015-07-011-34/+28
* lib/pure/e-o - Dropped 'T' from typespdw2015-06-041-1/+1
* Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-041-1/+1
* more modules updatedAraq2014-08-281-16/+16
* big renameAraq2014-08-281-2/+2
* big renameAraq2014-08-271-1/+3
* renamefestAraq2014-08-231-1/+1
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-7/+7
* case consistency: next stepsAraq2013-12-291-1/+1
* case consistency part 4Araq2013-12-271-2/+2
* case consistency part 1Araq2013-12-271-9/+9
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* tester uses same layout as nimbuildAraq2011-11-121-5/+5
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-1/+2
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* version0.7.10Andreas Rumpf2009-06-081-0/+166
97 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 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451