summary refs log tree commit diff stats
path: root/compiler/ecmasgen.nim
Commit message (Collapse)AuthorAgeFilesLines
* tyOrdinal now means "integral types". tyTypeClass created to take care of ↵Zahary Karadjov2012-03-221-1/+1
| | | | type constraints
* ecmas fixesdom962012-02-051-0/+4
|
* year 2012 for most copyright headersAraq2012-01-021-2/+2
|
* alias analysis as required for the code gen and the HLOAraq2011-12-081-8/+0
|
* fixes #71; sorry about the polling implementationAraq2011-12-051-2/+3
|
* implemented 'let' statementAraq2011-11-291-3/+3
|
* Fixed the tester. Some fixes and additions for the JS backend.dom962011-10-311-1/+1
|
* lazy loading of body ast implementedAraq2011-10-301-2/+2
|
* JS backend: supports methods (untested)Araq2011-10-281-14/+22
|
* code generator supports constant sequences; more consistent compile time ↵Araq2011-10-071-0/+1
| | | | evaluation
* got rid of tyPureObject; broke bootstrapping; use generated C codeAraq2011-09-241-4/+6
|
* Fixed string concatenation and other bugs in the JS backend. Fixed a small ↵dom962011-09-231-38/+70
| | | | bug in the IRC module.
* finally got rid of nkPassAsOpenArrayAraq2011-08-161-1/+0
|
* json code generation works againAraq2011-08-071-3/+3
|
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-7/+7
|
* bugfixes; step one for 'var T' as return type supportAraq2011-07-281-2/+2
|
* intsets are now a proper module and part of the stdlibAraq2011-06-141-3/+4
|
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-1/+1
|
* got rid of some arcane module namesAraq2011-04-211-1/+1
|
* big repo cleanupAraq2011-04-121-0/+1454