summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 'result/return' triggers a void contextAraq2013-05-062-23/+60
|
* Merge branch 'master' into newparserAraq2013-05-0431-64/+278
|\
| * failing test case demonstrating how generic arguments are preferred toZahary Karadjov2013-05-041-0/+26
| | | | | | | | openarray and varargs arguments
| * adding some failing caas testsZahary Karadjov2013-05-043-2/+21
| |
| * test-runner for caas multi-step testsZahary Karadjov2013-05-049-4/+122
| |
| * Changed babel path handling.Dominik Picheta2013-05-021-1/+1
| |
| * nimrod dump can now produce a machine readable json reportZahary Karadjov2013-05-0110-34/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | The data in the report includes necessary information for starting the compiler service and setting up the project paths in the IDE. the default verbosity of 1 is now set in the compiler code to fix an issue with verbosity being temporary set to 1 during config parsing even when it's explicitly overridden on the command-line. compiler/lexbase was temporary renamed to nimlexbase as a work-around for a codegen naming conflict with lib/pure/lexbase resulting in linking errors (further investigation needed).
| * proper compiler output delimiter in the stdin compiler serviceZahary Karadjov2013-04-291-0/+3
| |
| * Merge pull request #403 from fowlmouth/patch-4Araq2013-04-262-8/+10
| |\ | | | | | | update macros.add()
| | * Update macros.nimBillingsly Wetherfordshire2013-04-251-6/+8
| | |
| | * Update evals.nimBillingsly Wetherfordshire2013-04-251-2/+2
| |/
| * fixes #393; now works with backticksAraq2013-04-231-1/+5
| |
| * fixes #394Araq2013-04-231-2/+5
| |
| * added distinct array testAraq2013-04-232-7/+14
| |
| * fixes #395Araq2013-04-232-7/+9
| |
* | more intuitive behaviour for 'discardable' in expression bodiesAraq2013-05-046-22/+99
| |
* | fixes #117Araq2013-05-044-7/+35
| |
* | bugfixesAraq2013-05-044-3/+19
| |
* | fixed: typoAraq2013-05-031-1/+1
| |
* | completed expr/stmt unificationAraq2013-05-0310-673/+642
| |
* | new parser works with docgenAraq2013-05-022-1/+1
| |
* | pegs compiles againAraq2013-05-021-1/+2
| |
* | revert new scope for 'if'Araq2013-05-028-6/+182
| |
* | --out works for exesAraq2013-05-011-1/+3
| |
* | bugfixes mostly JS relatedAraq2013-05-0110-20/+37
| |
* | 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
| | |