summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* c2nim compiles again [#9 state:resolved]; better error message for named para...Araq2011-01-091-1/+1
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-091-1/+1
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-093-5/+73
* bugfix: osproc compiles under windows againAraq2011-01-071-1/+1
* additions to complex moduleAraq2011-01-071-6/+205
* better tester; yet another iterator bugfixAraq2011-01-061-31/+46
* fixed whitespace conflictAraq2011-01-062-55/+55
|\
| * Adjust name of event converters and remove the boilerplateMichael Fellinger2011-01-051-38/+19
| * Attempt to fix event debacle in sdlMichael Fellinger2011-01-041-54/+73
| * add sin proc for mathMichael Fellinger2011-01-041-0/+2
* | graphics: draw(Ver|Hor)LineAraq2011-01-061-2/+2
* | transf: big refactoring; other small fixesAraq2011-01-052-0/+5
* | bugfix: multiple yield statements and loop body varsAraq2010-12-133-8/+87
* | added strutils.alignAraq2010-12-072-13/+33
* | commit before ov-res changesAraq2010-12-071-4/+23
* | renamed lock->aquireAraq2010-11-182-20/+20
* | docgen understands and ignores *when false*Araq2010-11-187-67/+286
|/
* pegs: captured search loopAraq2010-11-071-4/+49
* claro wrapper addedAraq2010-11-071-0/+2734
* bugfix: dialogs.ChooseFilesToOpenAraq2010-11-011-0/+4
* added os.findExeAraq2010-10-311-0/+13
* pegs: bugfixes and extensionsAraq2010-10-311-10/+39
* bugfixes: htmlparser moduleAraq2010-10-303-4/+33