Keine Beschreibung

Sam MacPherson a34005b8b8 added unit tests vor 11 Jahren
doc fc7ac7beef naming convention: -D oldBrowser => -D old-browser vor 12 Jahren
libs @ dd5b8822f6 23ad9e66ee sync libs vor 12 Jahren
std 4a3450ebca added sha256 and hmac vor 11 Jahren
tests a34005b8b8 added unit tests vor 11 Jahren
.gitattributes 8e32d7f112 LF normalization vor 12 Jahren
.gitignore 94a6507468 [Makefile] Added support for version tagging on the executable vor 12 Jahren
.gitmodules f7bb42b3f3 changed libs from git:// to https:// (allow commits in subtree after switch to master branch) vor 12 Jahren
.travis.yml d72d6567bc [travis] Neko custom repo removal vor 12 Jahren
Makefile 102f8a18ff module dependency adjustment vor 12 Jahren
Makefile.win 1738a1939f added --display memory with scanned module size and leaks vor 12 Jahren
README.md f5fdc5f1c8 Update README with latest release, nightlies and API docs vor 12 Jahren
ast.ml 8162a0ebaf fixed inline unbound var detection by annotating these in metadata (we don't always have our ctx.locals up to date) vor 12 Jahren
codegen.ml cfcb3d710e move filter code from codegen to filters module vor 12 Jahren
common.ml 7b6dc8fdf9 remove pf_can_init_member and always move every member initialization to the constructor (closes #2349) vor 12 Jahren
dce.ml 60d185d143 [DCE] add missing check_feature call when class fields are added (closes #2298) vor 12 Jahren
filters.ml 4ecfd4f7d9 temp As3 fix vor 12 Jahren
genas3.ml f9389cbe36 [as3] fix as3 compilation when __in__ is used vor 12 Jahren
gencommon.ml dacdba811a [cs/java] simplify abstract implementation output vor 12 Jahren
gencpp.ml 212f54821c Fix storage type constants. Add ExecutionTrace class for debugging vor 12 Jahren
gencs.ml e84096e8a4 [cs] handle absolute paths with -net-lib vor 12 Jahren
genjava.ml 059383345f [java] handle absolute paths with -java-lib vor 12 Jahren
genjs.ml 5ed47b2abe Merge branch 'development' into dev_js_shallow_expose vor 12 Jahren
genneko.ml 596ccb87b9 Merge branch 'generic_fix' into development vor 12 Jahren
genphp.ml 329f73bd8c [Php] goto is a thing now (closes #2316) vor 12 Jahren
genswf.ml cabb811969 extend version to 5+ digits vor 12 Jahren
genswf8.ml 8dbad24ce7 add enum field to TEnumParameter vor 12 Jahren
genswf9.ml fe667af867 fixed cast(n,Int) and cast(n,UInt) in flash9 (close #2081) vor 12 Jahren
genxml.ml c18937fc1e make distinction between ?x:Int and x=0 in --gen-hx-classes (close #2134) vor 12 Jahren
haxe.hxproj 0720e4ebb0 hide filters.obj vor 12 Jahren
interp.ml 7f13499c3f export cl_overrides to macros (closes #1987) vor 12 Jahren
lexer.mll b94ee60b07 allowed fmt string in fmt string vor 12 Jahren
main.ml 972d1d391a Merge branch 'pr/2360' into development vor 12 Jahren
matcher.ml 9f1a25b1d6 rename @:fakeEnum to @:enum for abstracts (closes #2356) vor 12 Jahren
optimizer.ml 47932889c8 consider field inits while inlining constructors (closes #2336) vor 12 Jahren
parser.ml 69bb342d89 allow dollar identifiers in all string places of the syntax and fail during typing (for reification) vor 12 Jahren
type.ml 4eec384097 fix record field order (closes #2300) vor 12 Jahren
typecore.ml fe8ed032e3 suggest alternatives upon invalid command line arguments with leading - vor 12 Jahren
typeload.ml 9f1a25b1d6 rename @:fakeEnum to @:enum for abstracts (closes #2356) vor 12 Jahren
typer.ml 9f1a25b1d6 rename @:fakeEnum to @:enum for abstracts (closes #2356) vor 12 Jahren

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: