Activity for haxe1s

  • Oleg Oleg committed [bdd956]

    Added possibility to call a constructor of a "l...

  • Oleg Oleg committed [6dea48]

    Added casts: cast (e, Int), cast (e, String).

  • Oleg Oleg committed [35e997]

    Fixed the generation of a function declaration ...

  • haxe1s haxe1s released /Haxe1s_2014_02_08.rar

  • Oleg Oleg committed [2e6503]

    Fixed the generation of a function declaration ...

  • haxe1s haxe1s released /Haxe1s_2014_02_02.rar

  • Oleg Oleg committed [98b7c6]

    Fixed unnecessary using of temp variables after...

  • haxe1s haxe1s released /Haxe1s_2014_01_31.rar

  • Oleg Oleg committed [4c541d]

    Fixed double free of temp. variable and bad cod...

  • haxe1s haxe1s released /Haxe1s.rar

  • Oleg Oleg committed [780e56]

    Added generation extra args in function declara...

  • Oleg Oleg committed [2b9c06]

    Fixed Log.trace for 1Sv7.

  • Oleg Oleg committed [c3f14a]

    Added initial variant of "trace" for 1s-targets.

  • Oleg Oleg committed [eaf11d]

    Cloned stdlib from js.

  • Oleg Oleg committed [852913]

    Added generation wrappers for class methods

  • Oleg Oleg committed [0eb48e]

    Initial generator.

  • Oleg Oleg committed [7ce746]

    Fixed line endings.

  • Oleg Oleg committed [036eea]

    Added generation of call handlers.

  • Oleg Oleg committed [451a9c]

    Added support for lambda calls.

  • Oleg Oleg committed [9878d3]

    Fixed stdlib for 1S 7.7.

  • Oleg Oleg committed [ebb30b]

    Added support for russian letters

  • Oleg Oleg committed [ed1681]

    Added generation of comments for RTTI about fun...

  • Oleg Oleg committed [e2e9a1]

    Initial checkout from http://haxe.googlecode.co...

  • Oleg Oleg committed [711109]

    Added ignors

  • Oleg Oleg committed [f8c3d5]

    Created haxe1s project for VS. Added targets V8...

  • Oleg Oleg committed [1a4e03]

    Created new project for VS

  • Oleg Oleg committed [735120]

    Added cvsignors

  • Oleg Oleg committed [219e5e]

    Corrected objects creation: one create-function...

  • Oleg Oleg committed [9d22a6]

    Fixed error with Hashtbl caused new version of ...

  • Oleg Oleg committed [98afe6]

    Added extraction functions from AST (methods, c...

  • Oleg Oleg committed [d5a75b]

    Added support for creation of anonymous objects.

  • Oleg Oleg committed [074f97]

    Added realization of "trace" for 1S-targets.

  • Oleg Oleg committed [eef29a]

    Added generation of "Undefined" variable for 1Sv7.

  • Oleg Oleg committed [1f8f59]

    Fixed bug in lambda-functions generation when i...

  • Oleg Oleg committed [3c0777]

    Initial relization of new expressions computati...

  • Oleg Oleg committed [1b63cc]

    Improved support for binary operators.

  • Oleg Oleg committed [02949c]

    Added initial tests for 1Sv7.

  • Oleg Oleg committed [5f0b2f]

    Fixed bug with computing unary operations.

  • Oleg Oleg committed [11959e]

    Added support for nested lambdas.

  • Oleg Oleg committed [faf40a]

    Added support for capturing arguments of parent...

  • Oleg Oleg committed [009df2]

    Removed unused code.

  • Oleg Oleg committed [aafa27]

    Added generation of forward-declarations for fu...

  • Oleg Oleg committed [ab211c]

    Added computation of binary operations with com...

  • Oleg Oleg committed [a03f38]

    Added support for while loops.

  • Oleg Oleg committed [8bc57e]

    Added support for calls to nonoverridden method...

  • Oleg Oleg committed [1c7697]

    Added code generation for access to fields of a...

  • Oleg Oleg committed [23646a]

    Fixed bug in compilation of a call to a non-ove...

  • Oleg Oleg committed [f0fdd9]

    Optimized call handlers for case when only one ...

  • Oleg Oleg committed [481935]

    Static public methods of public classes now gen...

  • Oleg Oleg committed [84b600]

    Added support of negation.

  • Oleg Oleg committed [c371d0]

    Optimized an access to fields of anonymous obje...

  • Oleg Oleg committed [b27f4f]

    Added support for calls when args are complex e...

  • Oleg Oleg committed [6957ef]

    Verified support for break and continue.

  • Oleg Oleg committed [6f8da3]

    Fixed initialization and assignment of class va...

  • Oleg Oleg committed [732dde]

    Added support for increments and decrements.

  • Oleg Oleg committed [0b1fc3]

    Fixed bug: reversed order of arguments in a con...

  • Oleg Oleg committed [58b232]

    Fixed bug with complex expressions in if...then...

  • Oleg Oleg committed [619828]

    Added initial support for captured variables in...

  • Oleg Oleg committed [131641]

    Added support for complex expressions for a cla...

  • Oleg Oleg committed [9fa938]

    Added initial tests for 1Sv8.

  • Oleg Oleg committed [c6c9f2]

    Merged tests for 1Sv8 and 1Sv7.

  • Oleg Oleg committed [74df13]

    Added support for chained assignment operations.

  • Oleg Oleg committed [fc3df8]

    Added optimization for access to captured conte...

  • Oleg Oleg committed [22f094]

    Fixed incorrect use of __1s__ variable.

  • Oleg Oleg committed [9d992f]

    Fixed calls to static methods.

  • Oleg Oleg committed [e78a52]

    Imroved support for boolean type for 1Sv7:

  • Oleg Oleg committed [a88c41]

    Fixed bug with captured variables in nested blo...

  • Oleg Oleg committed [34f68b]

    Added compilation of calls to constructor of ba...

  • Oleg Oleg committed [29419f]

    Fixed generation of class method declaration wh...

  • Oleg Oleg committed [d2102a]

    Optimized computation of complex expressions: a...

  • Oleg Oleg committed [54f9f6]

    Added initial support for classes.

  • Oleg Oleg committed [259691]

    Added support for try-catch constructions. Now ...

  • Oleg Oleg committed [314ee7]

    Fixed typer: expressions with unknown type will...

  • Oleg Oleg committed [dc66bc]

    Fixed write to a prop of a dynamic object when ...

  • Oleg Oleg committed [a17547]

    Fixed lacks of deallocations of temp. variables.

  • Oleg Oleg committed [1e86d6]

    Fixed incorrect code generation of NOT-expressi...

  • Oleg Oleg committed [0ce68b]

    Added support of array declaration syntax. Fixe...

  • Oleg Oleg committed [93c2ea]

    Added compilation of array access constructions.

  • Oleg Oleg committed [4bd665]

    Fixed string constants generation

  • Oleg Oleg committed [dc28d3]

    Fixed: temp variable was not deallocated in whi...

  • Oleg Oleg committed [a4149b]

    Added evaluation of blocks.

  • Oleg Oleg committed [a8e391]

    Added support to calls to a method of a super-c...

  • Oleg Oleg committed [fab6b9]

    Added support for a non-const enum constructors.

  • Oleg Oleg committed [828aa0]

    Added support for closures.

  • Oleg Oleg committed [df2c1d]

    Back to work

  • Oleg Oleg committed [477a8b]

    Added support for implements Dynamic

  • Oleg Oleg committed [17925b]

    Fixed code generation for V7 for functions with...

  • Oleg Oleg committed [a940ba]

    Fixed bug in string to lowercase conversion. Fi...

  • Oleg Oleg committed [11a362]

    Fixed code generation by __1s__ variable in com...

  • Oleg Oleg committed [b45674]

    Added realization for Array::length.

  • Oleg Oleg committed [1d2be2]

    Access to fields of anon objects changed: now a...

  • Oleg Oleg committed [4e4269]

    Fixed incorrect access to Array.length because ...

  • Oleg Oleg committed [542482]

    Fixed incorrect evaluation of bool expressions ...

  • Oleg Oleg committed [8142d8]

    Fixed potential bug with a variable assignment ...

  • Oleg Oleg committed [25f205]

    Optimized code generation for switch constructions

  • Oleg Oleg committed [8cea29]

    Fixed: calling methods using __1s__ method was ...

  • Oleg Oleg committed [f463c1]

    Type Dynamic as return type of function "next" ...

  • Oleg Oleg committed [e0dbe8]

    Fixed bug: incorrect compilation of calls to la...

  • Oleg Oleg committed [57a7f6]

    Added correct compilation of expressions which ...

  • Oleg Oleg committed [e97390]

    In 7.7 functions' arguments with bool type now ...

1 >
MongoDB Logo MongoDB