summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* next steps to perfect 'suggest'Araq2011-02-227-40/+105
|
* refactoring: suggest can import sigmatch for type matchingAraq2011-02-2112-266/+445
|
* somewhat better 'suggest'Araq2011-02-216-4/+12
|
* second attempt to support powerpc64Araq2011-02-200-0/+0
|
* koch: 'git' commandAraq2011-02-201-1/+1
|
* koch: 'git' commandAraq2011-02-201-0/+1
|
* koch: 'git' commandAraq2011-02-202-4/+21
|
* regenerated C code; attempt to support powerpc64Araq2011-02-203-2/+14
|
* added missing new Lua and openGl wrappersAraq2011-02-209-0/+8181
|
* 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 ↵Araq2011-01-1517-370/+60
| | | | generator generates dependencies section
* 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
|