summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* better testerAraq2014-01-1721-31/+39
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-1713-517/+618
|\
| * Merge pull request #818 from hiteshjasani/pr_devel_doc_import_constraintsSimon Hafner2014-01-161-0/+35
| |\ | | | | | | Add docs for constraining and qualifying imports.
| | * Add docs for constraining and qualifying imports.Hitesh Jasani2014-01-161-0/+35
| | |
| * | Merge pull request #817 from gradha/pr_improves_docs2Simon Hafner2014-01-168-127/+120
| |\ \ | | | | | | | | Improves docs2
| | * | References TRune, links unicode modules where mentioned.Grzegorz Adam Hankiewicz2014-01-151-4/+7
| | | | | | | | | | | | | | | | Amends 0f3941b0013ea5d390586719f930fcf02b929f4d.
| | * | Clarifies system.lines() docstring.Grzegorz Adam Hankiewicz2014-01-151-4/+4
| | | | | | | | | | | | | | | | Amends c087f905134b249cf20cbabc4066fbfa62dd668a.
| | * | Adds note about conflicts with using as a statement.Grzegorz Adam Hankiewicz2014-01-151-0/+18
| | | |
| | * | Duplicates string literal table for character literals.Grzegorz Adam Hankiewicz2014-01-151-4/+27
| | | | | | | | | | | | | | | | Hopefully the index spamming will lead more people here.
| | * | Documents rstgen index related procs.Grzegorz Adam Hankiewicz2014-01-151-1/+12
| | | |
| | * | Removes links to modules recently removed from stdlib.Grzegorz Adam Hankiewicz2014-01-151-101/+1
| | | |
| | * | Moves mongodb module to lower level wrapper group.Grzegorz Adam Hankiewicz2014-01-151-3/+2
| | | |
| | * | Adds parseopt2 module to documentation index.Grzegorz Adam Hankiewicz2014-01-153-4/+9
| | | |
| | * | Documents wrapping named arguments in curly braces.Grzegorz Adam Hankiewicz2014-01-151-1/+3
| | | |
| | * | Adds note about iterators having same signature as procs.Grzegorz Adam Hankiewicz2014-01-151-1/+5
| | | |
| | * | Adds note about procs and multiple variable assignment.Grzegorz Adam Hankiewicz2014-01-151-0/+6
| | | |
| | * | Adds docstrings to lines() iterators.Grzegorz Adam Hankiewicz2014-01-151-2/+24
| | | |
| | * | Adds using statement to the one and only true index.Grzegorz Adam Hankiewicz2014-01-151-6/+6
| |/ /
| * | Merge pull request #814 from discoloda/develAndreas Rumpf2014-01-145-390/+463
| |\ \ | | | | | | | | Many small improvements to c2nim
| | * | Applied Araq's suggestions for c2nimVincent Burns2014-01-142-9/+11
| | | |
| | * | removed hack for return statementVincent Burns2014-01-142-9/+14
| | | |
| | * | Slightly better type parsing for parameters and cast expressionsVincent Burns2014-01-142-7/+46
| | | |
| | * | Fix for expression parsing, 'new' is a valid C symbolVincent Burns2014-01-131-6/+9
| | | |
| | * | Fix for some comments during if statementsVincent Burns2014-01-133-1/+25
| | | | | | | | | | | | | | | | added test files
| | * | Support more proper do..while statementsVincent Burns2014-01-131-9/+39
| | | |
| | * | for statements support comma expressionsVincent Burns2014-01-131-2/+4
| | | |
| | * | New expression parserVincent Burns2014-01-121-350/+274
| | | | | | | | | | | | | | | | tests pass
| | * | Properly lex floating constantsVincent Burns2014-01-121-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | digit-sequence? '.' digit-sequence exponent-part? digit-sequence '.' exponent-part? exponent-part: [eE] [+-]? digit-sequence
| | * | Lex '\xHH' character constantsVincent Burns2014-01-121-0/+17
| | | |
| | * | Added spliceHeader option to c2nimVincent Burns2014-01-121-5/+17
| | |/ | | | | | | | | | parse a header file first, then the source. completing a c 'module'
* | / better html generator for the tester; fixes some VM bugsAraq2014-01-1710-46/+202
|/ /
* | tester: htmlgen almost worksAraq2014-01-141-2/+14
| |
* | tester support html generationAraq2014-01-148-20/+141
| |
* | new tester; all tests categorizedAraq2014-01-13481-2506/+794
| |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-1355-928/+1556
|\|
| * fix bootstrapping on windowsZahary Karadjov2014-01-061-1/+3
| |
| * progress towards fixing tgenericshardcasesZahary Karadjov2014-01-069-43/+146
| |
| * introduce tyFromExpr; fixes #618Zahary Karadjov2014-01-0413-28/+109
| |
| * fixed #597Zahary Karadjov2014-01-025-37/+126
| |
| * clean-up some obsolete code; close #602Zahary Karadjov2013-12-316-205/+73
| |
| * close #517Zahary Karadjov2013-12-311-0/+10
| |
| * Templates will pick the candidate in the nearest scope when symbols are mixed-inZahary Karadjov2013-12-316-16/+32
| |
| * migrate the static param handling to ReplaceTypeVars; fix tgenericvariantZahary Karadjov2013-12-306-26/+38
| |
| * properly remove intLiterals from proc signatures; fixes trettypeinferenceZahary Karadjov2013-12-301-5/+13
| |
| * handle recursive types during the instantiation of meta types; propagate ↵Zahary Karadjov2013-12-304-26/+86
| | | | | | | | tfHasMeta more carefully
| * add incl/excl for sets accepting accepting other setsZahary Karadjov2013-12-301-0/+8
| |
| * Introduce a PreMain proc in the C codegenZahary Karadjov2013-12-302-39/+62
| | | | | | | | | | | | | | | | The rationale here is that it has become too hard to step into a program when #line directives are enabled. You have to skip over many lines of init code that doesn't have corresponding lines in the nimrod program. Now, you can just step-out of PreMain and go straight to the useful code in NimMain.
| * proc redefinition search based on the type system instead of on sloppy AST ↵Zahary Karadjov2013-12-303-30/+48
| | | | | | | | | | | | | | | | | | | | matching This will work the same for procs/templates/macros/etc, having arbitrary mix of implicit and explicit generics (as long as the symbols are equivalent for the purposes of overload resolution, they will be detected as redefinitions) fixes tgeneric
| * restore return type inferenceZahary Karadjov2013-12-302-1/+4
| |
| * fix the filtering of void params in procs' signaturesZahary Karadjov2013-12-295-34/+28
| |