Няма описание

Simon Krajewski 84faa70387 massive cleanup of abstract cast and overload handling преди 11 години
extra ad20e4d9d3 document Sys.command change преди 11 години
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 години
std 5d1ae1b551 Remove FD-auto-import преди 11 години
tests 84faa70387 massive cleanup of abstract cast and overload handling преди 11 години
.gitattributes 8e32d7f112 LF normalization преди 12 години
.gitignore 9aea1e0c44 [tests] Starting to test Mysql and Sqlite SPOD on Travis преди 11 години
.gitmodules e37b6914f4 added haxelib repo in extra/haxelib_src (close #2258) преди 11 години
.travis.yml 71bc2c8608 stop wasting travis time on flash8 преди 11 години
Makefile c131876ced [cs] minor - Added gencs dependency to interp преди 11 години
Makefile.win bc8b2e7315 remove 2>/dev/null from makefile kill (does not work for me) преди 11 години
README.md 1d880435c7 [docs] Update README.md преди 11 години
ast.ml 3bb889d9c9 [java] Added JavaCanonical metadata to store the actual inner class information; Closes #3221 преди 11 години
codegen.ml 84faa70387 massive cleanup of abstract cast and overload handling преди 11 години
common.ml 529367d8c2 "I'm a target too!" little genpy said. (closes #3320) преди 11 години
dce.ml 2bb26a1852 add type parameters to FInstance преди 11 години
filters.ml ff7db98844 [display] skip generated local vars in toplevel completion (closes #3326) преди 11 години
genas3.ml 2e253867ce [as3] resolve dynamic access on "map" and "filter" at runtime so we can deal with arrays (closes #2889) преди 11 години
gencommon.ml 9cd3734ae6 split casts with fields to `a_from_field`/`a_to_field` преди 11 години
gencpp.ml 6568450332 remove TPatMatch (will revisit in the undefined future) преди 11 години
gencs.ml c57536a0e5 resolve field access on type parameters that are constrained to abstracts (see #2343) преди 11 години
genjava.ml c57536a0e5 resolve field access on type parameters that are constrained to abstracts (see #2343) преди 11 години
genjs.ml 6568450332 remove TPatMatch (will revisit in the undefined future) преди 11 години
genneko.ml 6568450332 remove TPatMatch (will revisit in the undefined future) преди 11 години
genphp.ml 6568450332 remove TPatMatch (will revisit in the undefined future) преди 11 години
genpy.ml 6568450332 remove TPatMatch (will revisit in the undefined future) преди 11 години
genswf.ml 53f0a0c259 rename `(cl|en|t|a|mt)_types` to `_params` for consistency преди 11 години
genswf8.ml 6568450332 remove TPatMatch (will revisit in the undefined future) преди 11 години
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 години
genxml.ml 9cd3734ae6 split casts with fields to `a_from_field`/`a_to_field` преди 11 години
haxe.hxproj fcc3ee54dd flash12 API sync преди 11 години
interp.ml 9cd3734ae6 split casts with fields to `a_from_field`/`a_to_field` преди 11 години
lexer.mll caaa4bc48b disallow leading zeroes for int and float literals (closes #3295) преди 11 години
main.ml 304f6d2a1e reset use_parser_resume to true for normal completion every time (closes #3324) преди 11 години
matcher.ml 84faa70387 massive cleanup of abstract cast and overload handling преди 11 години
optimizer.ml 84faa70387 massive cleanup of abstract cast and overload handling преди 11 години
parser.ml be70f1a04a I need to stop OCDing about whitespaces преди 11 години
type.ml 84faa70387 massive cleanup of abstract cast and overload handling преди 11 години
typecore.ml ff7db98844 [display] skip generated local vars in toplevel completion (closes #3326) преди 11 години
typeload.ml 84faa70387 massive cleanup of abstract cast and overload handling преди 11 години
typer.ml 84faa70387 massive cleanup of abstract cast and overload handling преди 11 години

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