Nincs leírás

Simon Krajewski 881e95b183 detect and error on unreachable catch blocks (closes #2675) 11 éve
doc 4543441c0a categorize and update changelog 11 éve
libs @ 296f0edfa9 12b34f0c1e sync libs 11 éve
std 1fafe338e2 (Flash) add missing `try` to Reflect.getProperty 11 éve
tests 881e95b183 detect and error on unreachable catch blocks (closes #2675) 11 éve
.gitattributes 8e32d7f112 LF normalization 12 éve
.gitignore a469385291 flash 11.8 api sync 11 éve
.gitmodules f7bb42b3f3 changed libs from git:// to https:// (allow commits in subtree after switch to master branch) 12 éve
.travis.yml 2879e3ad11 TravisCI: Took as3 out of allow_failures. 11 éve
Makefile ca91a4a9b3 Remove haxe.exe whence cleaning 11 éve
Makefile.win 1738a1939f added --display memory with scanned module size and leaks 12 éve
README.md c13eedd694 add fancy build status image to the readme 11 éve
ast.ml 692999944a revert abstract inline changes (problems with Vector on flash) 11 éve
codegen.ml 49eb172834 do not recurse into core type abstracts 11 éve
common.ml 692999944a revert abstract inline changes (problems with Vector on flash) 11 éve
dce.ml aadc4a4157 deal with @:coreType abstract recursion in various places 11 éve
filters.ml f12c6a904d deal with blocks in side-effect handler 11 éve
genas3.ml cacaa12af5 default to private for abstract methods (closes #2235) 11 éve
gencommon.ml fe8afbc49c [java] unit tests compiling; fixed captured function vars with type parameters 11 éve
gencpp.ml b015fad3f6 [cpp] Do not eliminate 'never' accessors unless they are also external 11 éve
gencs.ml 499b831b13 [java/cs] fix String#toString() 11 éve
genjava.ml fe8afbc49c [java] unit tests compiling; fixed captured function vars with type parameters 11 éve
genjs.ml 6b26f5d4ea Merge pull request #2543 from nadako/stdis_opt 11 éve
genneko.ml f8721534b1 rename TVars to TVar 11 éve
genphp.ml f8721534b1 rename TVars to TVar 11 éve
genswf.ml 0a745131d1 add -D swf_use_doabc 11 éve
genswf8.ml f8721534b1 rename TVars to TVar 11 éve
genswf9.ml 6d6353ac5d check before-super() variable reset for KDynamic as well (close #2371) 11 éve
genxml.ml 49ec213845 some more fixes for --gen-hx-headers generation 11 éve
haxe.hxproj 377608632f ignored filter output files 11 éve
interp.ml a24d0de273 dammit Dan 11 éve
lexer.mll b94ee60b07 allowed fmt string in fmt string 12 éve
main.ml 8980bbc30d raise Sys_exit exception from Sys.exit call in interpreter to allow flushing context before actually terminating (was swallowing warnings in optimization unit tests) 11 éve
matcher.ml aadc4a4157 deal with @:coreType abstract recursion in various places 11 éve
optimizer.ml 0523cfc847 re-enable Js inlining restriction 11 éve
parser.ml 465b775544 detect uppercase package names and give an error accordingly (closes #2531) 11 éve
type.ml 692999944a revert abstract inline changes (problems with Vector on flash) 11 éve
typecore.ml 7797e9fda9 allow storing type parameters in get_build_infos 11 éve
typeload.ml 692999944a revert abstract inline changes (problems with Vector on flash) 11 éve
typer.ml 881e95b183 detect and error on unreachable catch blocks (closes #2675) 11 éve

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: