summary refs log tree commit diff stats
path: root/lib/pure/parseutils.nim
Commit message (Expand)AuthorAgeFilesLines
* parseBiggestFloat is now builtinAraq2014-07-161-82/+84
* Fixed parsing of float literals.Reimer Behrends2014-05-231-44/+50
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
* case consistency part 4Araq2013-12-271-7/+7
* case consistency part 1Araq2013-12-271-2/+2
* Explains parseHex initialization quirk.Grzegorz Adam Hankiewicz2013-07-161-2/+26
* made parseBiggestFloat faster for large exponentsAraq2013-07-011-3/+12
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* The httpserver module now supports POST requests. Fix for captureBetween in t...dom962012-05-061-2/+2
* added system.setControlCHook, system.writeStackTraceAraq2012-02-191-1/+2
* bugfix: semfold supports merging of '&'Araq2012-02-191-1/+5
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* Added ftpclient module. Fixed docs in sockets module. Added dll tests to test...dom962011-11-041-0/+7
* bugfix: new GCC version requires -ldl to come after object filesAraq2011-11-031-2/+22
* compilation cache: mostly working; generics not yetAraq2011-10-251-28/+28
* bugfix: $ escaping in interpolatedFragmentsAraq2011-09-261-6/+12
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...Araq2011-09-261-86/+68
* using statement (ala C#) implemented as macro (added as test).Zahary Karadjov2011-09-201-29/+40
* Moved the parseAST magics to evals.nimZahary Karadjov2011-09-201-0/+91
* bugfix: proper cache for generic instantiationsAraq2011-07-211-1/+1
* deprecated system.copy: use system.substr insteadAraq2011-05-141-4/+4
* hashtables: 1st version; parseutils additionsAraq2011-04-181-1/+23
* $ for strtabs; skipUntil, skipWhile for parseutilsAraq2011-04-051-3/+13
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-6/+14
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-9/+0
* cleanup of library docsAndreas Rumpf2010-02-041-3/+4
* added system.del; delete; insertAndreas Rumpf2010-02-021-0/+0
* parseutils addedrumpf_a@web.de2010-01-311-0/+225