Nessuna descrizione

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

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