No Description

Sam MacPherson a34005b8b8 added unit tests 11 years ago
doc fc7ac7beef naming convention: -D oldBrowser => -D old-browser 12 years ago
libs @ dd5b8822f6 23ad9e66ee sync libs 12 years ago
std 4a3450ebca added sha256 and hmac 11 years ago
tests a34005b8b8 added unit tests 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 d72d6567bc [travis] Neko custom repo removal 12 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 f5fdc5f1c8 Update README with latest release, nightlies and API docs 12 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 cfcb3d710e move filter code from codegen to filters module 12 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 4ecfd4f7d9 temp As3 fix 12 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 212f54821c Fix storage type constants. Add ExecutionTrace class for debugging 12 years ago
gencs.ml e84096e8a4 [cs] handle absolute paths with -net-lib 12 years ago
genjava.ml 059383345f [java] handle absolute paths with -java-lib 12 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 329f73bd8c [Php] goto is a thing now (closes #2316) 12 years ago
genswf.ml cabb811969 extend version to 5+ digits 12 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 7f13499c3f export cl_overrides to macros (closes #1987) 12 years ago
lexer.mll b94ee60b07 allowed fmt string in fmt string 12 years ago
main.ml 972d1d391a Merge branch 'pr/2360' into development 12 years ago
matcher.ml 9f1a25b1d6 rename @:fakeEnum to @:enum for abstracts (closes #2356) 12 years ago
optimizer.ml 47932889c8 consider field inits while inlining constructors (closes #2336) 12 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) 12 years ago
typecore.ml fe8ed032e3 suggest alternatives upon invalid command line arguments with leading - 12 years ago
typeload.ml 9f1a25b1d6 rename @:fakeEnum to @:enum for abstracts (closes #2356) 12 years ago
typer.ml 9f1a25b1d6 rename @:fakeEnum to @:enum for abstracts (closes #2356) 12 years ago

README.md

Haxe logo

Haxe - The Cross-Platform Toolkit

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: