No Description

Simon Krajewski ca29a4fa89 [cpp] keep stack in visit_type to avoid infinite recursion (closes #3024) 11 years ago
extra 715f727506 store structure extended types and expose it to the macro api with AnonStatus.AExtend (closes #3198) 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 fa2dbae651 Merge pull request #3239 from impaler/patch-1 11 years ago
tests ca29a4fa89 [cpp] keep stack in visit_type to avoid infinite recursion (closes #3024) 11 years ago
.gitattributes 8e32d7f112 LF normalization 12 years ago
.gitignore 33cdf17c39 [python] add tests for @:import 11 years ago
.gitmodules e37b6914f4 added haxelib repo in extra/haxelib_src (close #2258) 11 years ago
.travis.yml a8dd428cf3 [TravisCI] Install neko and other dependencies quietly too. 11 years ago
Makefile 68d9ee1d1d fix Makefile for usage with Makefile.win + FILTER (CC_CMD is the full command + args) 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 be70f1a04a I need to stop OCDing about whitespaces 11 years ago
codegen.ml be70f1a04a I need to stop OCDing about whitespaces 11 years ago
common.ml 84be04dff8 Fix French English 11 years ago
dce.ml 35609faa48 mark underlying type of abstract when marking abstract in DCE (closes #3236) 11 years ago
filters.ml bec597339f [java/cs] Fixed java/c# issues with @:native . Closes #1492 11 years ago
genas3.ml be70f1a04a I need to stop OCDing about whitespaces 11 years ago
gencommon.ml 639687d1f5 [java] [cs] manually follow in replace_mono to avoid infinite recursion (see #3024) 11 years ago
gencpp.ml ca29a4fa89 [cpp] keep stack in visit_type to avoid infinite recursion (closes #3024) 11 years ago
gencs.ml be70f1a04a I need to stop OCDing about whitespaces 11 years ago
genjava.ml be70f1a04a I need to stop OCDing about whitespaces 11 years ago
genjs.ml bcdc1f9046 use dot path instead of flattened path for `@:expose` (closes #3142) 11 years ago
genneko.ml 864c55ca39 add Common.mkdir_from_path and use it to generate neko output directory 11 years ago
genphp.ml 4e9a3820cb (Php) unset loop variable of TFor to avoid reference passing issues (closes #2900) 11 years ago
genpy.ml 0f5fccfd51 [python] print «pass» on a new line for empty classes/interfaces 11 years ago
genswf.ml be70f1a04a I need to stop OCDing about whitespaces 11 years ago
genswf8.ml 9383e61d2e (Flash8) fix TEnumParameter (closes #2728) 11 years ago
genswf9.ml 578ae8f016 override follow in genswf to deal with TAbstract (closes #3178) 11 years ago
genxml.ml 77f375ae43 [hxclasses] Use the real path (before @:native()) to generate the hx-externs 11 years ago
haxe.hxproj fcc3ee54dd flash12 API sync 11 years ago
interp.ml be70f1a04a I need to stop OCDing about whitespaces 11 years ago
lexer.mll 40ffbc1007 add file to lexer lookup only if we actually parse it (closes #3188) 11 years ago
main.ml be70f1a04a I need to stop OCDing about whitespaces 11 years ago
matcher.ml be70f1a04a I need to stop OCDing about whitespaces 11 years ago
optimizer.ml 3ef7b5d3f2 [java/cs] TArrayDecl + Vector optimization. Closes #1801 11 years ago
parser.ml be70f1a04a I need to stop OCDing about whitespaces 11 years ago
type.ml 715f727506 store structure extended types and expose it to the macro api with AnonStatus.AExtend (closes #3198) 11 years ago
typecore.ml 83beb94577 add Context.get_constructor_arguments for use in @:genericBuild macros 11 years ago
typeload.ml be70f1a04a I need to stop OCDing about whitespaces 11 years ago
typer.ml e06aa5db22 allow abstract array access + unop (see #3247) 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