summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* tests themselves contain the expected resultAraq2011-02-20144-200/+957
* ugh, forgot to add rod/suggest.nimAraq2011-02-161-0/+51
* first implementation of suggestAraq2011-02-1612-25/+54
* bugfix: readline wrapper; bugfix: evaluation of type conversionsAraq2011-02-1410-40/+57
* REPL improvementsAraq2011-02-1324-51/+3098
* 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-1312-40/+58
|/
* non-nil AST; continue after errors for IDE supportAraq2011-02-1284-721/+677
* first step to get rid of nil in the ASTAraq2011-02-0917-436/+505
* changed handling of generalized string literalsAraq2011-02-0710-39/+76
* bugfix terminal compiles for windows againAraq2011-02-071-9/+9
* documentation improvementsAraq2011-02-068-72/+100
* rebuilt C code for installationAraq2011-02-042-349/+352
* nimgrep: version 0.8Araq2011-02-032-17/+56
* nimgrep --ext supportAraq2011-02-023-8/+33
* nimgrep: support for multiple input files/dirsAraq2011-02-021-6/+8
* nimgrep: first working versionAraq2011-02-027-46/+174
* documentation improvementsAraq2011-01-317-71/+73
* --recursivePath may handle dots correctly nowAraq2011-01-292-3/+5
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-2913-54/+69
* changes to threads; --recursivePath supportAraq2011-01-2920-177/+393
* Merge branch 'master' of github.com:Araq/Nimroddom962011-01-2832-147/+629
|\
| * c2nim: bugfix: less picky about newlines in preprocessor definesAraq2011-01-194-3/+16
| * basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-1817-127/+521
| * explicit indices in array literalsAraq2011-01-168-3/+60
| * docgen: module dependencies are now listedAraq2011-01-167-37/+55
* | Corrected pretty() in json module, and added another file with json test data.dom962011-01-283-17/+106
|/
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-1517-370/+60
* json module changesAraq2011-01-151-1/+0
* json module changesAraq2011-01-155-657/+679
* 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-135-78/+94
|/
* Feature: explicit string representation for enum fieldsAraq2011-01-119-8/+94
* SPEC change: ^ is right-assoc and of highest priorityAraq2011-01-101-1/+1
* SPEC change: ^ is right-assoc and of highest priorityAraq2011-01-104-26/+38
* support for objective C generationAraq2011-01-107-13/+24
* documentation improvementsAraq2011-01-093-2/+45
* c2nim compiles again [#9 state:resolved]; better error message for named para...Araq2011-01-098-3/+25
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-092-1/+4
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-0913-56/+156
* bugfix: osproc compiles under windows againAraq2011-01-072-2/+2
* additions to complex moduleAraq2011-01-073-7/+206
* implemented 'emit' pragmaAraq2011-01-0710-74/+108
* added test tmultim4.nimAraq2011-01-063-0/+41
* documentation for source code filtersAraq2011-01-063-78/+49
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-01-062-55/+40
|\