Fără Descriere

Nicolas Cannasse 6b26f5d4ea Merge pull request #2543 from nadako/stdis_opt 11 ani în urmă
doc 0ab81822bd changelog (close #2544) 11 ani în urmă
libs @ faf3761e1e d20ed2b2ef sync extc (again) 11 ani în urmă
std 712898bb4a [js] don't add __class__ to Array.prototype (closes #2060, closes #1909) 11 ani în urmă
tests 6b26f5d4ea Merge pull request #2543 from nadako/stdis_opt 11 ani în urmă
.gitattributes 8e32d7f112 LF normalization 12 ani în urmă
.gitignore a469385291 flash 11.8 api sync 11 ani în urmă
.gitmodules f7bb42b3f3 changed libs from git:// to https:// (allow commits in subtree after switch to master branch) 12 ani în urmă
.travis.yml f98d5a3b30 TravisCI: Move RunTravis to /tests 11 ani în urmă
Makefile 102f8a18ff module dependency adjustment 12 ani în urmă
Makefile.win 1738a1939f added --display memory with scanned module size and leaks 12 ani în urmă
README.md c13eedd694 add fancy build status image to the readme 11 ani în urmă
ast.ml 050c36e42f mark accessors of removed properties (closes #2509) 11 ani în urmă
codegen.ml 050c36e42f mark accessors of removed properties (closes #2509) 11 ani în urmă
common.ml 050c36e42f mark accessors of removed properties (closes #2509) 11 ani în urmă
dce.ml 050c36e42f mark accessors of removed properties (closes #2509) 11 ani în urmă
filters.ml 7b4e0b3ab9 promote complex right-hand exprs for OpAssignOp as well 11 ani în urmă
genas3.ml 2fbf2802d2 Merge branch 'tvars_change' into development 11 ani în urmă
gencommon.ml 4b37923553 [cs] fix DynamicObject lookupSetField(_f) (closes #2528) 11 ani în urmă
gencpp.ml eec534dea6 Pad resources so they can be used as constant strings. Add HXCPP_API_LEVEL define to easy compatibility. 11 ani în urmă
gencs.ml 274bd4a602 [cs] fix comparison of Null<T> with null constant (closes #2474) 11 ani în urmă
genjava.ml aff272b555 Merge pull request #2384 from nadako/cs_subdir_resource_fix 11 ani în urmă
genjs.ml 6b26f5d4ea Merge pull request #2543 from nadako/stdis_opt 11 ani în urmă
genneko.ml f8721534b1 rename TVars to TVar 11 ani în urmă
genphp.ml f8721534b1 rename TVars to TVar 11 ani în urmă
genswf.ml a469385291 flash 11.8 api sync 11 ani în urmă
genswf8.ml f8721534b1 rename TVars to TVar 11 ani în urmă
genswf9.ml edfec0ca2c fix for reserved word in literal object (close #2463) 11 ani în urmă
genxml.ml 49ec213845 some more fixes for --gen-hx-headers generation 11 ani în urmă
haxe.hxproj 377608632f ignored filter output files 11 ani în urmă
interp.ml 606d5c7984 allow multiple structural extension (closes #2364) 11 ani în urmă
lexer.mll b94ee60b07 allowed fmt string in fmt string 12 ani în urmă
main.ml 92d91c23ca one last fix for windows path when short DOS names are disabled in NTFS (in that case get_real_path does not work) 11 ani în urmă
matcher.ml 4a0884a711 ctrl + s 11 ani în urmă
optimizer.ml dd8c8be1c4 [js] optimize Std.is for common types 11 ani în urmă
parser.ml 95882e532b allow dollar idents for function argument names, but fail during typing (closes #2498) 11 ani în urmă
type.ml f8721534b1 rename TVars to TVar 11 ani în urmă
typecore.ml fe8ed032e3 suggest alternatives upon invalid command line arguments with leading - 12 ani în urmă
typeload.ml c390674044 move @:forward implementation to compiler (closes #2486) 11 ani în urmă
typer.ml 7d316d8e54 handle private classes correctly when dealing with ACL (closes #2555) 11 ani în urmă

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 doc/LICENSE.txt.

Installing Haxe

The latest stable release is Haxe v3.0.1. 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: