summary refs log tree commit diff stats
path: root/compiler/ast.nim
Commit message (Expand)AuthorAgeFilesLines
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-0/+3
* further steps to closure supportAraq2012-02-061-2/+8
* closure implementation: first stepsAraq2012-02-041-1/+11
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-171-1/+3
* niminst: bugfixes; documentation changesAraq2012-01-151-1/+1
* bugfix: invalid indentation for 'else' is detected; optional indentation for ...Araq2012-01-131-1/+1
* bugfix: tests/reject/tnoinst.nim is now rejected properlyAraq2012-01-131-0/+6
* bugfix: removed newSons legacyAraq2012-01-071-7/+10
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-0/+1
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfix: the code gen can now handle alias TLock = TSysLock; this fixes thread...Araq2011-12-231-0/+16
* code gen can generate code to keep alive stack rootsAraq2011-12-221-0/+1
* alias analysis as required for the code gen and the HLOAraq2011-12-081-31/+2
* 'assert' is now implemented without compiler magicAraq2011-12-041-1/+2
* implemented 'let' statementAraq2011-11-291-3/+4
* new pragma: 'noinit'Araq2011-11-251-1/+2
* bugfix: 'when' sections in generic objects now work, so TThread[void] compilesAraq2011-11-201-1/+1
* macros and templates can be expanded anywhere where a type is expected.Zahary Karadjov2011-11-181-0/+6
* cgen: no type canon for integral types; osproc use posix_spawn instead of for...Araq2011-11-181-1/+2
* new kind of AST printer that prints indented treesZahary Karadjov2011-11-041-1/+1
* lazy loading of body ast implementedAraq2011-10-301-1/+6
* constant folding for cnst[i] and cnst.attrAraq2011-10-291-1/+3
* compilation cache: various bugfixes; works for the compiler itselfAraq2011-10-271-3/+6
* compilation cache: mostly working; generics not yetAraq2011-10-251-1/+1
* compilation cache: multi methods now workAraq2011-10-241-14/+15
* rod files: next trivial examples workingAraq2011-10-221-0/+4
* much more efficient rod file generationAraq2011-10-181-33/+5
* 'bind' as a declarative statementAraq2011-10-101-0/+1
* new syntactic construct: a{i}Araq2011-10-081-0/+1
* Cleaned up the circular dependecies and remaining issuesZahary Karadjov2011-10-071-1/+1
* Basic unit testing facilities (suites, fixtures, cases)Zahary Karadjov2011-10-071-1/+1
* code generator supports constant sequences; more consistent compile time eval...Araq2011-10-071-2/+4
* renamed optional to discardableAraq2011-09-241-1/+1
* implemented optional pragma for implicit discardAraq2011-09-241-3/+4
* got rid of tyPureObject; broke bootstrapping; use generated C codeAraq2011-09-241-0/+4
* beginning of a taint mode; type system enhancementsAraq2011-09-241-2/+11
* Initial implementation of the parseExpr, parseStmt, getAst macro routines:Zahary Karadjov2011-09-201-20/+25
* Added AST introspection routines as a part of the standard libraryZahary Karadjov2011-09-201-1/+1
* bugfixes for generics; new threads implementation still brokenAraq2011-09-201-2/+6
* finally got rid of nkPassAsOpenArrayAraq2011-08-161-1/+0
* added system.slurp for easy embedding of resourcesAraq2011-08-101-1/+1
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-5/+7
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...Araq2011-07-311-1/+2
* bugfix: 'final' not passed to genericAraq2011-07-291-11/+9
* bugfixes; step one for 'var T' as return type supportAraq2011-07-281-3/+3
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-4/+5
* importCompilerProc pragma introduced because the hacks for typeinfo.nim did n...Araq2011-06-271-1/+2
* zipfiles compiles again; added system.shallowCopyAraq2011-06-201-1/+1
* intsets are now a proper module and part of the stdlibAraq2011-06-141-141/+3
* first (non working) implementation of global thread analysisAraq2011-06-131-1/+2