No Description

Ryusei Yamaguchi bfd0f45089 fix syntax of generated php 11 years ago
doc fc7ac7beef naming convention: -D oldBrowser => -D old-browser 12 years ago
libs @ dd5b8822f6 23ad9e66ee sync libs 12 years ago
std 0e23ae33c6 Fix readInt32 in haxe.io.Input for php 11 years ago
tests a504c68ebb Fix Int32 post-decrement operator 11 years ago
.gitattributes 8e32d7f112 LF normalization 12 years ago
.gitignore 94a6507468 [Makefile] Added support for version tagging on the executable 12 years ago
.gitmodules f7bb42b3f3 changed libs from git:// to https:// (allow commits in subtree after switch to master branch) 12 years ago
.travis.yml 6a6220db6c TravisCI: test cpp. 11 years ago
Makefile 102f8a18ff module dependency adjustment 12 years ago
Makefile.win 1738a1939f added --display memory with scanned module size and leaks 12 years ago
README.md c13eedd694 add fancy build status image to the readme 11 years ago
ast.ml 8162a0ebaf fixed inline unbound var detection by annotating these in metadata (we don't always have our ctx.locals up to date) 12 years ago
codegen.ml d6c07c3548 apply type parameters of child class in fix_override to avoid unnecessary temp var creation 11 years ago
common.ml 7b6dc8fdf9 remove pf_can_init_member and always move every member initialization to the constructor (closes #2349) 12 years ago
dce.ml 60d185d143 [DCE] add missing check_feature call when class fields are added (closes #2298) 12 years ago
filters.ml aa9a534ed9 save locals before var-introduction filters 11 years ago
genas3.ml f9389cbe36 [as3] fix as3 compilation when __in__ is used 12 years ago
gencommon.ml dacdba811a [cs/java] simplify abstract implementation output 12 years ago
gencpp.ml 2dcfab63d9 absolute-path check in cpp target 11 years ago
gencs.ml e84096e8a4 [cs] handle absolute paths with -net-lib 11 years ago
genjava.ml 059383345f [java] handle absolute paths with -java-lib 11 years ago
genjs.ml 5ed47b2abe Merge branch 'development' into dev_js_shallow_expose 12 years ago
genneko.ml 596ccb87b9 Merge branch 'generic_fix' into development 12 years ago
genphp.ml bfd0f45089 fix syntax of generated php 11 years ago
genswf.ml 060de9e79d allow flash player version 11.9 -> swf version 22 (closes #2376) 11 years ago
genswf8.ml 8dbad24ce7 add enum field to TEnumParameter 12 years ago
genswf9.ml fe667af867 fixed cast(n,Int) and cast(n,UInt) in flash9 (close #2081) 12 years ago
genxml.ml c18937fc1e make distinction between ?x:Int and x=0 in --gen-hx-classes (close #2134) 12 years ago
haxe.hxproj 0720e4ebb0 hide filters.obj 12 years ago
interp.ml 0e02a748bf GC fix in Context.signature 11 years ago
lexer.mll b94ee60b07 allowed fmt string in fmt string 12 years ago
main.ml 972d1d391a Merge branch 'pr/2360' into development 11 years ago
matcher.ml 5f4bb34a8c do not handle `identifier => pattern` in a special way, instead allow `_.field(args) => pattern` (closes #2379) 11 years ago
optimizer.ml 61b0ea18c9 detect unsafe casts when inlining constructors to support abstract constructor inlining 11 years ago
parser.ml 69bb342d89 allow dollar identifiers in all string places of the syntax and fail during typing (for reification) 12 years ago
type.ml 4eec384097 fix record field order (closes #2300) 11 years ago
typecore.ml fe8ed032e3 suggest alternatives upon invalid command line arguments with leading - 11 years ago
typeload.ml 03cc11e096 disallow structural extension of type parameters (closes #2365) 11 years ago
typer.ml 279e84eeed pass unapplied type parameters instead of empty arrays as local_type 11 years ago

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: