Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged better html links #850 | Araq | 2014-04-08 | 1 | -11/+17 |
| | |||||
* | implements ``distinct with/without X, Y`` | Zahary Karadjov | 2014-03-20 | 1 | -3/+12 |
| | | | | | | This still doesn't work quite right, because some common operations like array indexing lay completely outside the scope/symbol lookup system - they are not even magics. | ||||
* | don't produce nested indents for nested stmt lists | Araq | 2014-03-04 | 1 | -7/+10 |
| | |||||
* | vm2: new representation of registers | Araq | 2014-02-21 | 1 | -1/+1 |
| | |||||
* | renderer knows about nkStaticTy and nkTypeClassTy | Araq | 2014-01-23 | 1 | -0/+23 |
| | |||||
* | next steps for closure iterators | Araq | 2014-01-22 | 1 | -0/+5 |
| | |||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -4/+4 |
| | |||||
* | bugfix: renderer supports 'ptr' etc. as type constraint | Araq | 2014-01-12 | 1 | -4/+5 |
| | |||||
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -30/+30 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -10/+10 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -4/+4 |
| | |||||
* | new VM: globals kinda work | Araq | 2013-12-13 | 1 | -3/+7 |
| | |||||
* | implemented 'import a as b' | Araq | 2013-09-24 | 1 | -0/+6 |
| | |||||
* | bugfix: 'not x of y' requires () | Araq | 2013-08-30 | 1 | -3/+9 |
| | |||||
* | bugfix: rendering of typ|typ2 | Araq | 2013-06-27 | 1 | -8/+16 |
| | |||||
* | completed expr/stmt unification | Araq | 2013-05-03 | 1 | -3/+2 |
| | |||||
* | next steps for the new parser/grammar | Araq | 2013-04-20 | 1 | -2/+2 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | first steps to implement object construction expressions | Araq | 2013-03-07 | 1 | -2/+2 |
| | |||||
* | fixes #293 | Araq | 2013-01-08 | 1 | -4/+3 |
| | |||||
* | implemented 'import except' | Araq | 2012-11-28 | 1 | -17/+16 |
| | |||||
* | first steps for the 'export' feature | Araq | 2012-11-28 | 1 | -0/+15 |
| | |||||
* | made 'shared' a keyword | Araq | 2012-11-22 | 1 | -1/+16 |
| | |||||
* | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 1 | -1/+0 |
| | | | | | | | | | | | | See the section `do notation` in the manual for more info. * nkMacroStmt has been removed Macro statements are now mapped to regular nkCall nodes. The support for additional clauses (such as else, except, of, etc) have been restored - they will now appear as additional arguments for the nkCall node (as nkElse, nkExcept, etc nodes) * fixed some regressions in the `is` operator and semCompiles | ||||
* | implements/fixes #195 | Araq | 2012-09-22 | 1 | -1/+2 |
| | |||||
* | proc bodies can be expressions with a type | Araq | 2012-09-22 | 1 | -0/+4 |
| | |||||
* | term rewriting macros fully implemented; still buggy | Araq | 2012-09-03 | 1 | -6/+11 |
| | |||||
* | next steps towards term rewriting macros; simple examples work | Araq | 2012-08-30 | 1 | -4/+5 |
| | |||||
* | first steps towards term rewriting macros | Araq | 2012-08-30 | 1 | -6/+17 |
| | |||||
* | parameter passing works the same for macros and templates; use callsite ↵ | Araq | 2012-08-28 | 1 | -1/+1 |
| | | | | magic to access the invokation AST | ||||
* | distinguish properly between nkOpen and nkClosedSymChoice | Araq | 2012-08-26 | 1 | -2/+3 |
| | |||||
* | made compiler more robust for idetools; implemented idetools.usages | Araq | 2012-07-30 | 1 | -1/+3 |
| | |||||
* | ';' now valid for parameter lists | Araq | 2012-07-11 | 1 | -4/+9 |
| | |||||
* | added devel/logging; weakrefs test; next steps for proper unsigned support | Araq | 2012-07-05 | 1 | -2/+2 |
| | |||||
* | docgen2 improvements | Araq | 2012-06-23 | 1 | -2/+16 |
| | |||||
* | docgen2 improvements | Araq | 2012-06-23 | 1 | -9/+32 |
| | |||||
* | better support for unsigned integers. | Zahary Karadjov | 2012-06-11 | 1 | -0/+6 |
| | |||||
* | added system.||; lacks runtime support | Araq | 2012-05-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2012-04-10 | 1 | -1/+5 |
|\ | |||||
| * | fixed another docgen bug; initial mongodb wrapper | Araq | 2012-04-06 | 1 | -1/+5 |
| | | |||||
* | | when expressions, proper rendering for nkDo and nkLambda and parser support ↵ | Zahary Karadjov | 2012-04-05 | 1 | -5/+21 |
|/ | | | | for x.type and x.addr | ||||
* | implemented 'static'; macros do not work anymore | Araq | 2012-03-15 | 1 | -0/+16 |
| | |||||
* | `do' keyword in the grammar for lambda blocks | Zahary Karadjov | 2012-02-10 | 1 | -2/+2 |
| | |||||
* | version 0.8.14 | Araq | 2012-02-09 | 1 | -0/+3 |
| | |||||
* | further steps to closure support | Araq | 2012-02-06 | 1 | -2/+2 |
| | |||||
* | pragma on/off improvements; endb rewritten | Araq | 2012-01-28 | 1 | -0/+2 |
| | |||||
* | pragma blocks; fixed line information issue with user defined assertions | Araq | 2012-01-17 | 1 | -0/+11 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | implemented 'let' statement | Araq | 2011-11-29 | 1 | -12/+15 |
| | |||||
* | lazy loading of body ast implemented | Araq | 2011-10-30 | 1 | -1/+1 |
| |