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

Simon Krajewski 2bc69d8a60 rename absPath to absolutePath (closes #3204) преди 10 години
extra e02ace1f6d It's 2015 now преди 10 години
libs @ ac17a9c7f1 f991f18721 sync libs преди 10 години
std 2bc69d8a60 rename absPath to absolutePath (closes #3204) преди 10 години
tests eef43d666c do not use underlying type as expected type for structure declarations (closes #3437) преди 10 години
.gitattributes 8e32d7f112 LF normalization преди 12 години
.gitignore 80542dfc34 [SauceLabs] Parameterized the config. преди 10 години
.gitmodules e37b6914f4 added haxelib repo in extra/haxelib_src (close #2258) преди 11 години
.travis.yml c6d856cb8e [TravisCI] minor преди 10 години
Makefile 0222951a15 added stubs linking преди 10 години
Makefile.win 0222951a15 added stubs linking преди 10 години
README.md a8f0a9bb81 Update README.md преди 10 години
analyzer.ml fc12e68086 [analyzer] split up `return Void` which might be introduced by various typer parts преди 10 години
appveyor.yml 40ef585cdb [CI] refactor ci code преди 11 години
ast.ml d6b78afe6b [js] preserve quoted field status (closes #3101) преди 10 години
codegen.ml ee66079031 Merge branch 'development' of github.com:HaxeFoundation/haxe into development преди 10 години
common.ml d6b78afe6b [js] preserve quoted field status (closes #3101) преди 10 години
dce.ml afe2d0bf5a store features in modules, then commit them to common context before generation (see #3787) преди 10 години
filters.ml afe2d0bf5a store features in modules, then commit them to common context before generation (see #3787) преди 10 години
genas3.ml 5068cea7cf [as3] a_impl = Some _ doesn't imply non-@:coreType. Fix bug introduced by UInt changes преди 10 години
gencommon.ml 324e149a86 [java] Fix some Java Int64 generation issues преди 10 години
gencpp.ml 737b4102b3 [cpp] Rework hxcpp 'main' logic. Closes #3227. преди 10 години
gencs.ml a4bdc01134 [cs] Abstract Int64 преди 10 години
genjava.ml 324e149a86 [java] Fix some Java Int64 generation issues преди 10 години
genjs.ml d6b78afe6b [js] preserve quoted field status (closes #3101) преди 10 години
genneko.ml fec0522fd6 added support for runtime loading of NDLL within local haxelib repository преди 10 години
genphp.ml 44e5ea5096 remove some outdated type patterns from pre-abstract era (and hope it won't break for some mysterious reason) преди 10 години
genpy.ml ac002c6f7f [js/python] always generate requires/imports in dce=no, as we can't know if the type is used directly or not without DCE (closes #3873) преди 10 години
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 44e5ea5096 remove some outdated type patterns from pre-abstract era (and hope it won't break for some mysterious reason) преди 10 години
genxml.ml 0aca8332e1 fixes преди 10 години
haxe.hxproj 35963f675f hide analyzer outputs преди 11 години
interp.ml 9ad02cb165 [macro] do not use lisp expression printer by default преди 10 години
lexer.mll caaa4bc48b disallow leading zeroes for int and float literals (closes #3295) преди 11 години
main.ml 3740836d0a do not hide actual type in import completion because there's a semantic difference (see #2263) преди 10 години
matcher.ml 9a11c57c62 only generate null checks in pattern matching when we do not need a value or there is an else case (closes #3061) преди 10 години
optimizer.ml dd3f440ce7 add commented out implementation for #3524 преди 10 години
parser.ml d6b78afe6b [js] preserve quoted field status (closes #3101) преди 10 години
type.ml 8174084819 print arguments of TFunction преди 10 години
typecore.ml 39d918246d minor changes in pass debugging преди 10 години
typeload.ml 6b3befa912 add import completion for statics (see #2263) преди 10 години
typer.ml eef43d666c do not use underlying type as expected type for structure declarations (closes #3437) преди 10 години

README.md

Haxe logo - The Cross-Platform Toolkit

TravisCI Build Status AppVeyor Build Status SauceLabs Test Status Gitter

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