summary refs log tree commit diff stats
path: root/compiler/parser.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Araq2011-04-231-49/+23
| | | | grammar/parser
* 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