summary refs log tree commit diff stats
path: root/compiler/semstmts.nim
Commit message (Collapse)AuthorAgeFilesLines
* macros and templates can be expanded anywhere where a type is expected.Zahary Karadjov2011-11-181-4/+11
| | | | | This allows for various type selection algorithms to be implemented. See tests / accept / compile / ttypeselectors.nim for examples.
* lazy loading of body ast implementedAraq2011-10-301-15/+15
|
* eval context for macros lives as long as the current module is compiledAraq2011-10-281-0/+3
|
* compilation cache: various bugfixes; works for the compiler itselfAraq2011-10-271-1/+8
|
* much more efficient rod file generationAraq2011-10-181-1/+1
|
* 'bind' as a declarative statementAraq2011-10-101-3/+4
|
* Cleaned up the circular dependecies and remaining issuesZahary Karadjov2011-10-071-1/+1
| | | | Changed: The []= operator for strings and sequences is now capable of splicing
* Basic unit testing facilities (suites, fixtures, cases)Zahary Karadjov2011-10-071-5/+9
| | | | | | | | Added: PNimrodNode.lineinfo for better error messages from macros Added: seq.splice For easier use from templates and macros, except stament now supports the list of exception types to be supplied in nkBraket node (array literal).
* code generator supports constant sequences; more consistent compile time ↵Araq2011-10-071-15/+26
| | | | evaluation
* Quick Fix:Zahary Karadjov2011-09-201-1/+1
| | | | | | | | | | | Constant expressions used in when statements and tuple indexing are properly evaluated now Even further step tested to be OK: ```nimrod proc semConstExpr(c: PContext, n: PNode): PNode = result = semAndEvalConstExpr(c, n) ```
* bugfixes for generics; new threads implementation still brokenAraq2011-09-201-7/+0
|
* added xmltree.innerText; fixes #49Araq2011-08-151-1/+4
|
* further tests for var T result type; ttables test now fails :-(Araq2011-08-101-2/+1
|
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-5/+1
|
* anonymous procs implemented; however no closure support yetAraq2011-08-011-5/+6
|
* 'var T' for iteratorsAraq2011-07-311-2/+23
|
* attempt to improve 'suggest' featureAraq2011-07-301-4/+4
|
* bugfix: forwarding of generic procs now worksAraq2011-07-301-8/+7
|
* bugfixes; step one for 'var T' as return type supportAraq2011-07-281-4/+5
|
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-24/+14
|
* preparations for 0.8.12Araq2011-07-101-1/+1
|
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-3/+6
|
* zipfiles compiles again; added system.shallowCopyAraq2011-06-201-67/+0
|
* tuple unpacking is not enforced in for loops anymoreAraq2011-06-151-2/+4
|
* intsets are now a proper module and part of the stdlibAraq2011-06-141-5/+4
|
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-041-1/+1
|
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-1/+1
|
* const table supportAraq2011-04-291-3/+12
|
* slices are first class citizensAraq2011-04-221-16/+3
|
* big repo cleanupAraq2011-04-121-0/+898