No Description

Maximilian Ruta c0d9c38ca8 using the $ sign is not safe when using jQuery.noConflict() 11 years ago
extra ad20e4d9d3 document Sys.command change 11 years ago
libs @ 99fff32091 1cd97a3fa4 [cs] Started to work on being culture invariant. Started to tackle Issue #996; Transformed Runtime.compare to haxe code. Fixed enum to int on native C# enums. Closes #2931 11 years ago
std c0d9c38ca8 using the $ sign is not safe when using jQuery.noConflict() 11 years ago
tests 6c6fc3859d [flash] utilize FInstance information to determine if we need to cast type parameter fields (closes #523) (it belongs in a museum) 11 years ago
.gitattributes 8e32d7f112 LF normalization 12 years ago
.gitignore 9aea1e0c44 [tests] Starting to test Mysql and Sqlite SPOD on Travis 11 years ago
.gitmodules e37b6914f4 added haxelib repo in extra/haxelib_src (close #2258) 11 years ago
.travis.yml 71bc2c8608 stop wasting travis time on flash8 11 years ago
Makefile c131876ced [cs] minor - Added gencs dependency to interp 11 years ago
Makefile.win bc8b2e7315 remove 2>/dev/null from makefile kill (does not work for me) 11 years ago
README.md 1d880435c7 [docs] Update README.md 11 years ago
ast.ml 3bb889d9c9 [java] Added JavaCanonical metadata to store the actual inner class information; Closes #3221 11 years ago
codegen.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 11 years ago
common.ml 529367d8c2 "I'm a target too!" little genpy said. (closes #3320) 11 years ago
dce.ml 2bb26a1852 add type parameters to FInstance 11 years ago
filters.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 11 years ago
genas3.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 11 years ago
gencommon.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 11 years ago
gencpp.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 11 years ago
gencs.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 11 years ago
genjava.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 11 years ago
genjs.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 11 years ago
genneko.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 11 years ago
genphp.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 11 years ago
genpy.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 11 years ago
genswf.ml 53f0a0c259 rename `(cl|en|t|a|mt)_types` to `_params` for consistency 11 years ago
genswf8.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 11 years ago
genswf9.ml 6c6fc3859d [flash] utilize FInstance information to determine if we need to cast type parameter fields (closes #523) (it belongs in a museum) 11 years ago
genxml.ml 53f0a0c259 rename `(cl|en|t|a|mt)_types` to `_params` for consistency 11 years ago
haxe.hxproj fcc3ee54dd flash12 API sync 11 years ago
interp.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 11 years ago
lexer.mll caaa4bc48b disallow leading zeroes for int and float literals (closes #3295) 11 years ago
main.ml eda55fae6a remove unnecessary `promote_abstract_parameters` function 11 years ago
matcher.ml 31734dea37 clean up matcher.ml a bit 11 years ago
optimizer.ml 4715090ba8 add some parens because my syntax highlighting chokes on this part for some reason [skip-ci] 11 years ago
parser.ml be70f1a04a I need to stop OCDing about whitespaces 11 years ago
type.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 11 years ago
typecore.ml 6c54b6b5ad rewrite unify_call_args 11 years ago
typeload.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 11 years ago
typer.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 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/foundation/open-source.html or extra/LICENSE.txt.

Installing Haxe

The latest stable release is Haxe v3.1.3. 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:

  • Haxe Introduction, an introduction to the Haxe toolkit
  • The Haxe Manual, the reference manual for the Haxe language
  • Haxe API, documentation for the Haxe standard and native APIs
  • Haxelib, a repository of Haxe libraries for a variety of needs

Community

You can get help and talk with fellow Haxers from around the world via:

Version compatibility

Haxe neko
2.* 1.*
3.0.0 2.0.0
3.1.3 2.0.0