summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* slices are first class citizensAraq2011-04-222-1/+28
* grammar changes for table constructor: second partAraq2011-04-211-21/+1
* got rid of some arcane module namesAraq2011-04-212-3/+263
* hashtables: 2nd versionAraq2011-04-191-29/+31
* hashtables: 1st version; parseutils additionsAraq2011-04-183-4/+172
* := templatable; lexer improvementsAraq2011-04-173-9/+15
* big repo cleanupAraq2011-04-121-2/+2
* p[] instead of p^Araq2011-04-1116-182/+182
* $ for strtabs; skipUntil, skipWhile for parseutilsAraq2011-04-052-9/+29
* added another system.open; bugfix: koch clean may not break .git dirs anymoreAraq2011-04-031-7/+11
* bugfix: GC more forgivingAraq2011-04-033-7/+11
* ugh, maybe broke gitAraq2011-04-019-44/+118
* some little bugfixesAraq2011-03-272-3/+6
* added 'reset' magic procAraq2011-03-251-2/+1
* bugfix: type converter that converts to bool in 'if' contextAraq2011-03-251-0/+5
* fixes #21Araq2011-03-241-8/+7
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-2313-34/+250
* linearScanEnd pragma; string case statement optimizationAraq2011-03-145-16/+22
* fixes #20Araq2011-03-123-3/+34
* fixes #17; I hope!Araq2011-03-081-4/+17
* more fixes for dy(n)lib typo; fixes #15Araq2011-03-0814-63/+91
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-0611-54/+143
* various bugfixes for generics; added generic sort procAraq2011-03-035-23/+131
* added missing new Lua and openGl wrappersAraq2011-02-209-0/+8181
* tests themselves contain the expected resultAraq2011-02-203-9/+25
* first implementation of suggestAraq2011-02-161-1/+3
* bugfix: readline wrapper; bugfix: evaluation of type conversionsAraq2011-02-143-13/+9
* REPL improvementsAraq2011-02-139-1/+2958
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-02-131-24/+50
|\
| * Forgot that capital E can be used in floats too, I hate case sensitivity.dom962011-02-131-1/+1
| * JSON module now distinguishes between Integers and Floats.dom962011-02-131-24/+50
* | basic continue after error works; interactive mode more usefulAraq2011-02-132-10/+9
|/
* non-nil AST; continue after errors for IDE supportAraq2011-02-1211-4/+4
* bugfix terminal compiles for windows againAraq2011-02-071-9/+9
* documentation improvementsAraq2011-02-063-15/+34
* nimgrep --ext supportAraq2011-02-021-3/+15
* nimgrep: first working versionAraq2011-02-024-15/+70
* documentation improvementsAraq2011-01-311-7/+0
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-293-6/+25
* changes to threads; --recursivePath supportAraq2011-01-292-44/+237
* Merge branch 'master' of github.com:Araq/Nimroddom962011-01-289-93/+465
|\
| * basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-188-100/+461
| * docgen: module dependencies are now listedAraq2011-01-162-16/+27
* | Corrected pretty() in json module, and added another file with json test data.dom962011-01-281-16/+25
|/
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-1513-362/+20
* json module changesAraq2011-01-152-653/+670
* httpserver changesAraq2011-01-141-13/+16
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-01-132-454/+738
|\
| * Added a higher level json module.dom962011-01-112-454/+738
* | httpserver may work better nowAraq2011-01-133-76/+91
|/