Sen descrición

Simon Krajewski 4fb9d15b5f factor out parse_type_hint %!s(int64=11) %!d(string=hai) anos
extra 9e489c50f6 fix indenting %!s(int64=11) %!d(string=hai) anos
libs @ 0da911f4d0 555f8abbf9 libs update %!s(int64=11) %!d(string=hai) anos
std 7e4f76876f [cpp] Move reinterpret from Pointer to ConstPointer %!s(int64=11) %!d(string=hai) anos
tests 50618b0520 display position of TFunction when requesting argument @position (see #2993) %!s(int64=11) %!d(string=hai) anos
.gitattributes 8e32d7f112 LF normalization %!s(int64=12) %!d(string=hai) anos
.gitignore 33cdf17c39 [python] add tests for @:import %!s(int64=11) %!d(string=hai) anos
.gitmodules e37b6914f4 added haxelib repo in extra/haxelib_src (close #2258) %!s(int64=11) %!d(string=hai) anos
.travis.yml 1e19e0219b [TravisCI] Put TEST=third-party at the top since it takes long time to complete. %!s(int64=11) %!d(string=hai) anos
Makefile 68d9ee1d1d fix Makefile for usage with Makefile.win + FILTER (CC_CMD is the full command + args) %!s(int64=11) %!d(string=hai) anos
Makefile.win bc8b2e7315 remove 2>/dev/null from makefile kill (does not work for me) %!s(int64=11) %!d(string=hai) anos
README.md 788f5dbbae add version compatibility to README.md %!s(int64=11) %!d(string=hai) anos
ast.ml ebd83a86a7 [java/cs] Added @:nativeChildren %!s(int64=11) %!d(string=hai) anos
codegen.ml 50618b0520 display position of TFunction when requesting argument @position (see #2993) %!s(int64=11) %!d(string=hai) anos
common.ml ebd83a86a7 [java/cs] Added @:nativeChildren %!s(int64=11) %!d(string=hai) anos
dce.ml aadc4a4157 deal with @:coreType abstract recursion in various places %!s(int64=11) %!d(string=hai) anos
filters.ml 8eed508d4a add toplevel completion, resolve positions for position/usage completion (closes #327, closes #569) %!s(int64=11) %!d(string=hai) anos
genas3.ml 313776c43a (As3) respect __arguments__ %!s(int64=11) %!d(string=hai) anos
gencommon.ml ebd83a86a7 [java/cs] Added @:nativeChildren %!s(int64=11) %!d(string=hai) anos
gencpp.ml 2ded4297c5 [cpp] infer TEnumParameter enum from the field because the expression might be Dynamic (closes #2988) %!s(int64=11) %!d(string=hai) anos
gencs.ml e4a113f9ce [cs] do not set override on constructors %!s(int64=11) %!d(string=hai) anos
genjava.ml 89fe67ce7d [java] Fix difference between how Java and Haxe see Class<> %!s(int64=11) %!d(string=hai) anos
genjs.ml 3e72075eee [js] Add "require" to pseudo-keywords list so a local var with the same name doesn't override the global "require" function. %!s(int64=11) %!d(string=hai) anos
genneko.ml 864c55ca39 add Common.mkdir_from_path and use it to generate neko output directory %!s(int64=11) %!d(string=hai) anos
genphp.ml 4e9a3820cb (Php) unset loop variable of TFor to avoid reference passing issues (closes #2900) %!s(int64=11) %!d(string=hai) anos
genpy.ml a5d8dc6699 allow KwArgs after VarArgs, allow passing null for VarArgs and KwArgs (fixes problem when they are optional arguments and become null implicitly %!s(int64=11) %!d(string=hai) anos
genswf.ml 0a745131d1 add -D swf_use_doabc %!s(int64=11) %!d(string=hai) anos
genswf8.ml 9383e61d2e (Flash8) fix TEnumParameter (closes #2728) %!s(int64=11) %!d(string=hai) anos
genswf9.ml dee1e57f2b Revert "(Flash9) use real field name to check for overrides (closes #2785)" %!s(int64=11) %!d(string=hai) anos
genxml.ml 0df4c5d441 Revert "generate Void->Void correctly" %!s(int64=11) %!d(string=hai) anos
haxe.hxproj fcc3ee54dd flash12 API sync %!s(int64=11) %!d(string=hai) anos
interp.ml 8ff62c1c70 [cs] minor %!s(int64=11) %!d(string=hai) anos
lexer.mll b94ee60b07 allowed fmt string in fmt string %!s(int64=12) %!d(string=hai) anos
main.ml d779f11ff0 add use_parser_resume so we can switch off parser completion for toplevel/usage/position modes (closes #2991) %!s(int64=11) %!d(string=hai) anos
matcher.ml 7157322d23 fix exhaustiveness check when there are guards and we need a value (closes #2914) %!s(int64=11) %!d(string=hai) anos
optimizer.ml 2086f22da0 fix evaluation order issues in constructor inline code (closes #2909) %!s(int64=11) %!d(string=hai) anos
parser.ml 4fb9d15b5f factor out parse_type_hint %!s(int64=11) %!d(string=hai) anos
type.ml 8d59dafe1b move printing functions up so we can debug in unification %!s(int64=11) %!d(string=hai) anos
typecore.ml b2e38f56ae fix silly field suggestions on enum instances (see #2939) %!s(int64=11) %!d(string=hai) anos
typeload.ml 2aa17fc278 [typeload] Add field name to error messages so macro errors can be debugged more easily %!s(int64=11) %!d(string=hai) anos
typer.ml ba88240dd0 do not make nonsense monomorphs when calling abstract methods from within the abstract (closes #2979) %!s(int64=11) %!d(string=hai) anos

README.md

Haxe logo

Haxe - The Cross-Platform Toolkit

Build Status

Haxe is an open source toolkit that allows you to easily build cross-platform tools and applications that target many mainstream platforms. The Haxe toolkit includes:

  • The Haxe programming language, a modern, high-level, strictly-typed programming language
  • The Haxe cross-compiler, a state-of-the-art, lightning-speed compiler for many targets
  • The Haxe standard library, a complete, cross-platform library of common functionality

Haxe allows you to compile for the following targets:

  • C++
  • C#
  • Flash
  • Java
  • JavaScript
  • NekoVM
  • PHP

You can try Haxe directly from your browser at try.haxe.org!

For more information about Haxe, head to the offical Haxe website.

License

The Haxe project has several licenses, covering different parts of the projects.

  • The Haxe compiler is released under the GNU General Public License version 2 or any later version.
  • The Haxe libraries are released under a "two-clause" BSD license.
  • The Neko runtime is licensed under the GNU Lesser General Public License version 2.1 or any later version.

For the complete Haxe licenses, please see http://haxe.org/doc/license or extra/LICENSE.txt.

Installing Haxe

The latest stable release is Haxe v3.1.3. Pre-built binaries are available for your platform:

Automated development builds are available from build.haxe.org.

Building from source

  1. Clone the repository using git. Be sure to initialize and fetch the submodules.

    git clone --recursive git://github.com/HaxeFoundation/haxe.git
    cd haxe
    
  2. Follow the documentation on building Haxe for your platform.

Using Haxe

For information on on using Haxe, consult the Haxe documentation:

Community

You can get help and talk with fellow Haxers from around the world via:

Version compatibility

Haxe neko
2.* 1.*
3.0.0 2.0.0
3.1.3 2.0.0