説明なし

Simon Krajewski db86fc34c9 properly disallow local function constraints 11 年 前
doc 7468828a00 add Context.onAfterGenerate to register macros that run after code generation 11 年 前
libs @ faf3761e1e fc07cd40d1 updated libs 11 年 前
std 35279f4dd9 Added missing require metadata for typeExpr 11 年 前
tests 1b4105d277 deactivate failing log(exp) test again 11 年 前
.gitattributes 8e32d7f112 LF normalization 12 年 前
.gitignore 94a6507468 [Makefile] Added support for version tagging on the executable 12 年 前
.gitmodules f7bb42b3f3 changed libs from git:// to https:// (allow commits in subtree after switch to master branch) 12 年 前
.travis.yml c644e96db4 tmp fix of broken TRAVIS_BUILD_DIR, see https://github.com/travis-ci/travis-build/pull/182 11 年 前
Makefile 102f8a18ff module dependency adjustment 12 年 前
Makefile.win 1738a1939f added --display memory with scanned module size and leaks 12 年 前
README.md c13eedd694 add fancy build status image to the readme 11 年 前
ast.ml d85642f850 adapt type_vars to work with single-element TVars 11 年 前
codegen.ml f8721534b1 rename TVars to TVar 11 年 前
common.ml 2fbf2802d2 Merge branch 'tvars_change' into development 11 年 前
dce.ml 2fbf2802d2 Merge branch 'tvars_change' into development 11 年 前
filters.ml 22207d5620 always run blockify_ast so we can be sure that all variables find a place when inlining constructors 11 年 前
genas3.ml 2fbf2802d2 Merge branch 'tvars_change' into development 11 年 前
gencommon.ml 688285d226 [java] fix unary operators on array items (a[0]++) 11 年 前
gencpp.ml f8721534b1 rename TVars to TVar 11 年 前
gencs.ml 1af911f2ba re-enable java and cs targets 11 年 前
genjava.ml 1af911f2ba re-enable java and cs targets 11 年 前
genjs.ml 96d23df387 fixed JQuery.cur in closure (use $this instead of this), close #2218 11 年 前
genneko.ml f8721534b1 rename TVars to TVar 11 年 前
genphp.ml f8721534b1 rename TVars to TVar 11 年 前
genswf.ml f8721534b1 rename TVars to TVar 11 年 前
genswf8.ml f8721534b1 rename TVars to TVar 11 年 前
genswf9.ml f8721534b1 rename TVars to TVar 11 年 前
genxml.ml c18937fc1e make distinction between ?x:Int and x=0 in --gen-hx-classes (close #2134) 12 年 前
haxe.hxproj 0720e4ebb0 hide filters.obj 12 年 前
interp.ml b6ee50a030 move typeof to interp (no expr encoding) 11 年 前
lexer.mll b94ee60b07 allowed fmt string in fmt string 12 年 前
main.ml 7468828a00 add Context.onAfterGenerate to register macros that run after code generation 11 年 前
matcher.ml 69a2beb2eb enable pattern matcher cache again (closes #2420) 11 年 前
optimizer.ml f11f11b5ee add another missing recursion 11 年 前
parser.ml a9fbbf7a32 raise parse error on 'case' without a pattern (closes #2415) 11 年 前
type.ml f8721534b1 rename TVars to TVar 11 年 前
typecore.ml fe8ed032e3 suggest alternatives upon invalid command line arguments with leading - 12 年 前
typeload.ml f8721534b1 rename TVars to TVar 11 年 前
typer.ml db86fc34c9 properly disallow local function constraints 11 年 前

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: