Sem descrição

Simon Krajewski 855f812657 tabsify há 11 anos atrás
extra 16365025cc Merge branch 'development' of github.com:HaxeFoundation/haxe into genpy há 11 anos atrás
libs @ 3a4b14d062 f3cc3e47ab [cs] Update latest ilib há 11 anos atrás
std 855f812657 tabsify há 11 anos atrás
tests 893a5950c8 remove python special case in TestMisc há 11 anos atrás
.gitattributes 8e32d7f112 LF normalization há 12 anos atrás
.gitignore cb996bee75 only care about python target for unit tests há 11 anos atrás
.gitmodules e37b6914f4 added haxelib repo in extra/haxelib_src (close #2258) há 11 anos atrás
.travis.yml a79b4a86bf Revert "try using python version key in .travis.yml" há 11 anos atrás
Makefile 16f778276e Merge branch 'development' into genpy há 11 anos atrás
Makefile.win bc8b2e7315 remove 2>/dev/null from makefile kill (does not work for me) há 11 anos atrás
README.md 444c11da50 Merge branch 'master' into development há 11 anos atrás
ast.ml f8aea1c92d move Codegen.concat to Type.concat há 11 anos atrás
codegen.ml e826517f65 move deprecation check to codegen há 11 anos atrás
common.ml 16365025cc Merge branch 'development' of github.com:HaxeFoundation/haxe into genpy há 11 anos atrás
dce.ml aadc4a4157 deal with @:coreType abstract recursion in various places há 11 anos atrás
filters.ml e826517f65 move deprecation check to codegen há 11 anos atrás
genas3.ml f022f2c140 clean up after Nicolas há 11 anos atrás
gencommon.ml ae28f79fa0 [java/cs] Handle empty switches há 11 anos atrás
gencpp.ml 571a778c49 Add quotes to -I include paths há 11 anos atrás
gencs.ml f8aea1c92d move Codegen.concat to Type.concat há 11 anos atrás
genjava.ml f8aea1c92d move Codegen.concat to Type.concat há 11 anos atrás
genjs.ml f8aea1c92d move Codegen.concat to Type.concat há 11 anos atrás
genneko.ml f8721534b1 rename TVars to TVar há 11 anos atrás
genphp.ml f8aea1c92d move Codegen.concat to Type.concat há 11 anos atrás
genpy.ml 8bc1d59b7d change Syntax to extern class (some TODOs left) há 11 anos atrás
genswf.ml 0a745131d1 add -D swf_use_doabc há 11 anos atrás
genswf8.ml 9383e61d2e (Flash8) fix TEnumParameter (closes #2728) há 11 anos atrás
genswf9.ml e9e6afcddb optimize try/catch by not creating an activation block when the error is just rethrow (prevent extra allocation on each haxe.io.ByteInput read!) há 11 anos atrás
genxml.ml 0df4c5d441 Revert "generate Void->Void correctly" há 11 anos atrás
haxe.hxproj 377608632f ignored filter output files há 11 anos atrás
interp.ml 75f316a937 cache find_file in class path results to speedup results especially when a lot of class paths are involved há 11 anos atrás
lexer.mll b94ee60b07 allowed fmt string in fmt string há 11 anos atrás
main.ml 16365025cc Merge branch 'development' of github.com:HaxeFoundation/haxe into genpy há 11 anos atrás
matcher.ml eae65830f1 sneak in case @:macro (don't use this in production code yet) há 11 anos atrás
optimizer.ml 74c5b315c6 inline selected field metadata há 11 anos atrás
parser.ml 09301c0e79 disallow spaces between >>, >>>, >>= and >>>= (closes #2751) há 11 anos atrás
type.ml 6c22897f89 disallow invalid @:coreType abstract variance (see #2844) há 11 anos atrás
typecore.ml e44160987f deal with same-class-calls in abstract closures (closes #2823) há 11 anos atrás
typeload.ml c11f1ba817 constructors are methods há 11 anos atrás
typer.ml 27c8a6254f allow closure creation on extern static inline methods (closes #2813) há 11 anos atrás

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/doc/license or extra/LICENSE.txt.

Installing Haxe

The latest stable release is Haxe v3.1.2. 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:

Community

You can get help and talk with fellow Haxers from around the world via: