Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only 1 argument allowed for command expressions | Araq | 2014-02-02 | 1 | -6/+10 |
| | |||||
* | fixes a minor parser bug | Araq | 2014-01-25 | 1 | -2/+1 |
| | |||||
* | typeClasses now documented in grammar.txt | Araq | 2014-01-23 | 1 | -0/+4 |
| | |||||
* | next steps for closure iterators | Araq | 2014-01-22 | 1 | -2/+2 |
| | |||||
* | parser support anon iterators | Araq | 2014-01-20 | 1 | -2/+3 |
| | |||||
* | updated grammar.txt | Araq | 2014-01-20 | 1 | -2/+2 |
| | |||||
* | command syntax is allowed in expressions | Araq | 2014-01-20 | 1 | -44/+74 |
| | |||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'upstream' into devel | Zahary Karadjov | 2013-12-29 | 1 | -9/+17 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgutils.nim compiler/msgs.nim compiler/sem.nim compiler/semexprs.nim compiler/seminst.nim compiler/semmagic.nim compiler/semstmts.nim compiler/semtypes.nim compiler/semtypinst.nim compiler/sigmatch.nim compiler/types.nim compiler/vmgen.nim lib/core/macros.nim lib/system.nim tests/reject/tenummix.nim web/news.txt | ||||
| * | static params: expr[T] is now static[T] | Zahary Karadjov | 2013-12-19 | 1 | -9/+17 |
| | | | | | | | | | | | | | | This introduces tyStatic and successfully bootstraps and handles few simple test cases. Static params within macros are no longer treated as PNimrodNodes - they are now equivalent to constants of the designated type. | ||||
* | | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -7/+7 |
| | | |||||
* | | case consistency: next steps | Araq | 2013-12-29 | 1 | -10/+10 |
| | | |||||
* | | case consistency part 4 | Araq | 2013-12-27 | 1 | -7/+7 |
| | | |||||
* | | case consistency part 1 | Araq | 2013-12-27 | 1 | -16/+16 |
|/ | |||||
* | support for multiple test variables and var qualifiers in user-defined type ↵ | Zahary Karadjov | 2013-11-13 | 1 | -1/+14 |
| | | | | classes | ||||
* | fixed another semicolon related parsing bug | Araq | 2013-10-02 | 1 | -4/+3 |
| | |||||
* | fixes #609 | Araq | 2013-10-01 | 1 | -2/+8 |
| | |||||
* | support for multiple modules of the same name; niminst supports 'platforms'; ↵ | Araq | 2013-09-24 | 1 | -1/+1 |
| | | | | minor bugfixes | ||||
* | implemented 'import a as b' | Araq | 2013-09-24 | 1 | -6/+17 |
| | |||||
* | Merge branch 'type-classes' into upstream | Zahary Karadjov | 2013-09-03 | 1 | -5/+33 |
|\ | |||||
| * | implemented the using statement | Zahary Karadjov | 2013-08-31 | 1 | -0/+1 |
| | | |||||
| * | fix parsing of ``proc foo(x: distinct Type)`` | Zahary Karadjov | 2013-08-24 | 1 | -6/+1 |
| | | |||||
| * | parsing of user defined type classes | Zahary Karadjov | 2013-08-23 | 1 | -1/+33 |
| | | |||||
* | | bugfix: line information for comments | Araq | 2013-09-01 | 1 | -1/+0 |
|/ | |||||
* | Revert "Revert "allow keyword params for the `[]` and `{}` operators"" | Zahary Karadjov | 2013-08-19 | 1 | -8/+12 |
| | | | | This reverts commit b7ea4a7e65ddf10bf3e425e59bc57e9f9c57e916. | ||||
* | fixes token's column information | Araq | 2013-07-30 | 1 | -3/+3 |
| | |||||
* | fixes semicolon parsing issue | Araq | 2013-06-03 | 1 | -5/+9 |
| | |||||
* | Revert "allow keyword params for the `[]` and `{}` operators" | Araq | 2013-05-27 | 1 | -12/+8 |
| | | | | This reverts commit bfff1ac8b2435595351194f6c4b1268d38301401. | ||||
* | allow keyword params for the `[]` and `{}` operators | Zahary Karadjov | 2013-05-26 | 1 | -8/+12 |
| | | | | | | | conceptually, these operators are not very different from regular procs in the way they are defined and overloaded. keyword params for them are admittedly less useful, but they improve consistency and may help with generic instantiations once default generic parameters are supported. | ||||
* | 'inject' for 'for' loop variables | Araq | 2013-05-14 | 1 | -5/+5 |
| | |||||
* | completed expr/stmt unification | Araq | 2013-05-03 | 1 | -3/+3 |
| | |||||
* | new parser works with docgen | Araq | 2013-05-02 | 1 | -0/+1 |
| | |||||
* | proper scoping for 'if' | Araq | 2013-04-30 | 1 | -8/+11 |
| | |||||
* | first steps to the expr/stmt unification | Araq | 2013-04-30 | 1 | -12/+82 |
| | |||||
* | new parser: diallow more things | Araq | 2013-04-23 | 1 | -0/+1 |
| | |||||
* | made some tests green | Araq | 2013-04-22 | 1 | -0/+4 |
| | |||||
* | bugfix: 'import x var y' without newline doesn't parse anymore | Araq | 2013-04-21 | 1 | -1/+1 |
| | |||||
* | new parsing scheme is documented | Araq | 2013-04-21 | 1 | -27/+27 |
| | |||||
* | new parser works | Araq | 2013-04-20 | 1 | -36/+61 |
| | |||||
* | next steps for the new parser | Araq | 2013-04-20 | 1 | -31/+32 |
| | |||||
* | next steps for the new parser/grammar | Araq | 2013-04-20 | 1 | -221/+233 |
| | |||||
* | first steps to the new parser/grammar | Araq | 2013-04-19 | 1 | -184/+304 |
| | |||||
* | fixes #310 | Araq | 2013-04-13 | 1 | -2/+2 |
| | |||||
* | fixes #283 | Araq | 2013-04-11 | 1 | -1/+1 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | next steps for object construction expressions | Araq | 2013-03-07 | 1 | -1/+1 |
| | |||||
* | first steps to implement object construction expressions | Araq | 2013-03-07 | 1 | -20/+27 |
| | |||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 1 | -80/+36 |
|\ | |||||
| * | implemented 'import except' | Araq | 2012-11-28 | 1 | -67/+35 |
| | | |||||
| * | first steps for the 'export' feature | Araq | 2012-11-28 | 1 | -25/+13 |
| | |