summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* re.nim compiles againAraq2013-05-011-1/+2
|
* tester should work again; documented (;)Araq2013-04-304-7/+43
|
* proper scoping for 'if'Araq2013-04-303-11/+12
|
* new js codegen: bugfixesAraq2013-04-301-35/+28
|
* first steps to the expr/stmt unificationAraq2013-04-308-92/+159
|
* new JS code generatorAraq2013-04-282-689/+683
|
* new parser: diallow more thingsAraq2013-04-231-0/+1
|
* made some tests greenAraq2013-04-225-3/+8
|
* Merge branch 'master' into newparserAraq2013-04-225-21/+64
|\
| * Merge pull request #392 from gradha/pr_improves_os_docstringsSimon Hafner2013-04-171-4/+11
| |\ | | | | | | Adds to docstrings link between removeFile and removeDir.
| | * Adds to docstrings link between removeFile and removeDir.Grzegorz Adam Hankiewicz2013-04-181-4/+11
| |/
| * Merge pull request #388 from gradha/pr_improves_tutorial_tuples_exampleAraq2013-04-171-0/+18
| |\ | | | | | | Improves tutorial tuples example.
| | * Improves tutorial tuples example.Grzegorz Adam Hankiewicz2013-04-151-0/+18
| | |
| * | Merge pull request #389 from gradha/pr_corrects_default_verbosity_levelAraq2013-04-152-2/+3
| |\ \ | | | | | | | | Corrects default verbosity level from 0 to 1.
| | * | Corrects default verbosity level from 0 to 1.Grzegorz Adam Hankiewicz2013-04-152-2/+3
| |/ /
| * | Merge pull request #387 from gradha/pr_documents_verbosity_levelsDominik Picheta2013-04-141-0/+18
| |\ \ | | | | | | | | Documents verbosity levels. Refs #258.
| | * | Documents verbosity levels. Refs #258.Grzegorz Adam Hankiewicz2013-04-141-0/+18
| | |/
| * | Fixed some problems with the times module, added interval tests.Dominik Picheta2013-04-141-16/+15
| | |
* | | Merge branch 'newparser' of github.com:Araq/Nimrod into newparserAraq2013-04-2212-931/+952
|\ \ \ | |/ / |/| |
| * | first version of commonTypeAraq2013-04-223-0/+57
| | |
| * | bugfix: 'import x var y' without newline doesn't parse anymoreAraq2013-04-212-11/+11
| | |
| * | new parsing scheme is documentedAraq2013-04-214-457/+295
| | |
| * | new parser worksAraq2013-04-204-39/+66
| | |
| * | next steps for the new parserAraq2013-04-202-32/+33
| | |
| * | next steps for the new parser/grammarAraq2013-04-206-266/+286
| | |
| * | first steps to the new parser/grammarAraq2013-04-195-250/+330
| |/
* | times.nim compiles on windows againAraq2013-04-141-16/+21
| |
* | Fixed recvLine deprecation warnings.Dominik Picheta2013-04-146-81/+73
| |
* | Fixed incorrect drawing of rectangles by graphics.drawRect.Dominik Picheta2013-04-141-3/+8
| |
* | Merge pull request #384 from Tass/masterAraq2013-04-131-66/+100
|\ \ | | | | | | Fixes #334.
| * | added toSeconds and fromSeconds to times. fixes #334Simon Hafner2013-04-131-66/+100
| | |
* | | added manyloc test suite; --path now relative to project dir if not absoluteAraq2013-04-1351-5/+9286
| |/ |/|
* | fixes #244Araq2013-04-131-0/+4
| |
* | implements #258; activate via --verbosity:2Araq2013-04-131-0/+2
| |
* | fixes #310Araq2013-04-134-22/+45
| |
* | fixes #287; bugfix: subrange checking is performed againAraq2013-04-1214-32/+147
| |
* | improved error message for #291Araq2013-04-111-1/+4
|/
* cleanup of tests; use 'koch install' instead of 'install.sh' for a ↵Araq2013-04-117-1198/+9
| | | | bootstrapping build
* fixes #283Araq2013-04-112-1/+2
|
* bugfix: new(TTable[string, int]) compilesAraq2013-04-101-4/+9
|
* experimental support for outputting code snippets in error messages; ↵Zahary Karadjov2013-04-092-0/+21
| | | | | | | implements #301 see #301 for description. currently, the feature is activated by setting the verbosity level to 2 or more
* bugfix: fix linking when symbol files are usedZahary Karadjov2013-04-085-13/+12
|
* bugfix: varargs min/max procs; fixes #373Araq2013-04-081-6/+8
|
* fixes #378Araq2013-04-081-0/+2
|
* fixes #321Araq2013-04-082-1/+11
|
* fixes #368Araq2013-04-082-2/+63
|
* implemented --dynlibOverride option for static linking of 'dynlib'Araq2013-04-086-3/+34
|
* documented restricted destructorsAraq2013-04-082-1/+34
|
* next steps to make symbol files work againAraq2013-04-082-3/+10
|
* rodfile viewer works againAraq2013-04-081-2/+4
|