Added possibility to call a constructor of a "l...
Added casts: cast (e, Int), cast (e, String).
Fixed the generation of a function declaration ...
Fixed the generation of a function declaration ...
Fixed unnecessary using of temp variables after...
Fixed double free of temp. variable and bad cod...
Added generation extra args in function declara...
Fixed Log.trace for 1Sv7.
Added initial variant of "trace" for 1s-targets.
Cloned stdlib from js.
Added generation wrappers for class methods
Initial generator.
Fixed line endings.
Added generation of call handlers.
Added support for lambda calls.
Fixed stdlib for 1S 7.7.
Added support for russian letters
Added generation of comments for RTTI about fun...
Initial checkout from http://haxe.googlecode.co...
Added ignors
Created haxe1s project for VS. Added targets V8...
Created new project for VS
Added cvsignors
Corrected objects creation: one create-function...
Fixed error with Hashtbl caused new version of ...
Added extraction functions from AST (methods, c...
Added support for creation of anonymous objects.
Added realization of "trace" for 1S-targets.
Added generation of "Undefined" variable for 1Sv7.
Fixed bug in lambda-functions generation when i...
Initial relization of new expressions computati...
Improved support for binary operators.
Added initial tests for 1Sv7.
Fixed bug with computing unary operations.
Added support for nested lambdas.
Added support for capturing arguments of parent...
Removed unused code.
Added generation of forward-declarations for fu...
Added computation of binary operations with com...
Added support for while loops.
Added support for calls to nonoverridden method...
Added code generation for access to fields of a...
Fixed bug in compilation of a call to a non-ove...
Optimized call handlers for case when only one ...
Static public methods of public classes now gen...
Added support of negation.
Optimized an access to fields of anonymous obje...
Added support for calls when args are complex e...
Verified support for break and continue.
Fixed initialization and assignment of class va...
Added support for increments and decrements.
Fixed bug: reversed order of arguments in a con...
Fixed bug with complex expressions in if...then...
Added initial support for captured variables in...
Added support for complex expressions for a cla...
Added initial tests for 1Sv8.
Merged tests for 1Sv8 and 1Sv7.
Added support for chained assignment operations.
Added optimization for access to captured conte...
Fixed incorrect use of __1s__ variable.
Fixed calls to static methods.
Imroved support for boolean type for 1Sv7:
Fixed bug with captured variables in nested blo...
Added compilation of calls to constructor of ba...
Fixed generation of class method declaration wh...
Optimized computation of complex expressions: a...
Added initial support for classes.
Added support for try-catch constructions. Now ...
Fixed typer: expressions with unknown type will...
Fixed write to a prop of a dynamic object when ...
Fixed lacks of deallocations of temp. variables.
Fixed incorrect code generation of NOT-expressi...
Added support of array declaration syntax. Fixe...
Added compilation of array access constructions.
Fixed string constants generation
Fixed: temp variable was not deallocated in whi...
Added evaluation of blocks.
Added support to calls to a method of a super-c...
Added support for a non-const enum constructors.
Added support for closures.
Back to work
Added support for implements Dynamic
Fixed code generation for V7 for functions with...
Fixed bug in string to lowercase conversion. Fi...
Fixed code generation by __1s__ variable in com...
Added realization for Array::length.
Access to fields of anon objects changed: now a...
Fixed incorrect access to Array.length because ...
Fixed incorrect evaluation of bool expressions ...
Fixed potential bug with a variable assignment ...
Optimized code generation for switch constructions
Fixed: calling methods using __1s__ method was ...
Type Dynamic as return type of function "next" ...
Fixed bug: incorrect compilation of calls to la...
Added correct compilation of expressions which ...
In 7.7 functions' arguments with bool type now ...