summary refs log tree commit diff stats
path: root/compiler/parser.nim
Commit message (Expand)AuthorAgeFilesLines
...
* bugfixes for the symbol mangling; implements #129Araq2012-07-191-1/+15
* implemented #133Araq2012-07-191-1/+25
* improvements for 'bind', fixes #166Araq2012-07-181-5/+4
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-1/+1
* ';' as statement separatorAraq2012-07-121-6/+7
* fixes #112Araq2012-07-111-0/+2
* ';' now valid for parameter listsAraq2012-07-111-3/+3
* documented optional indentation for 'case' statements/'case' objectsAraq2012-06-221-0/+9
* better support for unsigned integers.Zahary Karadjov2012-06-111-0/+24
* optional indentation for case statementsZahary Karadjov2012-05-231-3/+22
* stand-alone except and finally blocksZahary Karadjov2012-05-231-1/+10
* produce errors on proc types with implicit empty param lists.Zahary Karadjov2012-04-201-6/+8
* made built-in types primary expressions to allow infix operators to be used w...Zahary Karadjov2012-04-201-50/+47
* grammar: the built-in type classes are now valid expressionsZahary Karadjov2012-04-181-62/+34
* @ is a sigil-like operatorAraq2012-04-151-25/+43
* when expressions, proper rendering for nkDo and nkLambda and parser support f...Zahary Karadjov2012-04-051-10/+21
* untyped proc/template/macro params default to exprZahary Karadjov2012-03-201-1/+1
* implemented 'static'; macros do not work anymoreAraq2012-03-151-2/+19
* bugfix: no need for arrows to be new token kindsAraq2012-02-121-4/+6
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-7/+33
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-171-1/+10
* bugfixes: tests are green againAraq2012-01-131-1/+2
* bugfix: invalid indentation for 'else' is detected; optional indentation for ...Araq2012-01-131-1/+6
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfix: suggest featureAraq2011-12-221-14/+10
* implemented 'let' statementAraq2011-11-291-1/+1
* operator precedence changed: assignment like operators are supported; escapin...Araq2011-11-091-14/+24
* fix of recently introduced parsing bugAraq2011-11-021-1/+1
* small bugfixes to make more tests greenAraq2011-11-021-0/+7
* better code generation for constant aggregatesAraq2011-11-021-1/+2
* 'bind' as a declarative statementAraq2011-10-101-11/+20
* new syntactic construct: a{i}Araq2011-10-081-1/+11
* l-values are preserved modulo type distinctionAraq2011-09-241-1/+2
* using statement (ala C#) implemented as macro (added as test).Zahary Karadjov2011-09-201-1/+2
* Initial implementation of the parseExpr, parseStmt, getAst macro routines:Zahary Karadjov2011-09-201-0/+15
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...Araq2011-07-311-1/+1
* old pointer deref operator completely removedAraq2011-07-231-5/+0
* nicer error messages for used keywords as identifiersAraq2011-06-191-3/+3
* bugfix: empty object case branches produce an errorAraq2011-06-191-1/+5
* bugfix: endless loop in parser; added sphinx wrapperAraq2011-06-141-0/+1
* lexer, parser cleanup; boehm gc for mac os xAraq2011-05-171-63/+59
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-36/+8
* slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...Araq2011-04-231-49/+23
* parser got rid of cruftAraq2011-04-221-32/+9
* slices are first class citizensAraq2011-04-221-24/+17
* grammar changes for table constructor: second partAraq2011-04-211-1/+19
* grammar changes for table constructor: first partAraq2011-04-211-17/+24
* got rid of some arcane module namesAraq2011-04-211-0/+1434
span class="p">> It can be downloaded and distributed under the conditions of the <a href="http://10kloc.org/cgi-bin/hgwebdir.cgi/dwm?f=f10eb1139362;file=LICENSE;style=raw">MIT/X Consortium license</a>. </li> <li> Optionally you can install <b>dmenu</b> to extend dwm with a wmii-alike menu. </li> </ul> <h4>Links</h4> <ul> <li><a href="http://10kloc.org/cgi-bin/man/man2html?query=dwm">Man page</a></li> <li><a href="http://10kloc.org/shots/dwm-20060810a.png">Screenshot of tiled mode</a> (20060810)</li> <li><a href="http://10kloc.org/shots/dwm-20060810b.png">Screenshotof floating mode</a> (20060810)</li> <li><a href="http://10kloc.org/download/poster.ps">A4 poster (PostScript)</a></li> <li>Mailing List: <a href="http://10kloc.org/cgi-bin/mailman/listinfo/dwm">dwm at wmii dot de</a> <a href="http://10kloc.org/pipermail/dwm/">(Archives)</a>&nbsp;<a href="http://dir.gmane.org/gmane.comp.window-managers.dwm">(GMANE Archive)</a></li> <li>IRC channel: <code>#dwm</code> at <code>irc.oftc.net</code></li> </ul> <h3>Download</h3> <ul> <li><a href="http://10kloc.org/download/dwm-1.0.tar.gz">dwm 1.0</a> (15kb) (20060824)</li> <li><a href="http://10kloc.org/download/dmenu-0.5.tar.gz">dmenu 0.5</a> (7kb) (20060824)</li> </ul> <h3>Development</h3> <p> dwm is actively developed in parallel to wmii. You can <a href="http://10kloc.org/cgi-bin/hgwebdir.cgi/dwm">browse</a> its source code repository or get a copy using <a href="http://www.selenic.com/mercurial/">Mercurial</a> with following command: </p> <p> <code>hg clone http://10kloc.org/cgi-bin/hgwebdir.cgi/dwm</code> </p> <p> <code>hg clone http://10kloc.org/cgi-bin/hgwebdir.cgi/dmenu</code> </p> <h3>Miscellaneous</h3> <p> You can purchase this <a href="https://www.spreadshirt.net/shop.php?op=article&article_id=3298632&view=403">tricot</a> if you like dwm and the dwm logo, which has been designed by Anselm. </p> <p><small>--Anselm</small></p> </body> </html>