No Description

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

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