Нема описа

Hugh 0dcd798c17 [cpp] Add unsafeGet, unsafeSet and memcmp to cpp.NativeArray. Add optimised cpp versions for haxe.io.Bytes пре 11 година
extra 419d3c7859 you guessed it пре 11 година
libs @ 3a4b14d062 f3cc3e47ab [cs] Update latest ilib пре 11 година
std 0dcd798c17 [cpp] Add unsafeGet, unsafeSet and memcmp to cpp.NativeArray. Add optimised cpp versions for haxe.io.Bytes пре 11 година
tests ce688a7073 (Php) fix >>> implementation (closes #2845) пре 11 година
.gitattributes 8e32d7f112 LF normalization пре 12 година
.gitignore 42003836b2 [tests] Remove native_cs.csproj and add to .gitignore пре 11 година
.gitmodules e37b6914f4 added haxelib repo in extra/haxelib_src (close #2258) пре 11 година
.travis.yml eefd1730f1 openfl-samples tests work (closes #2831) пре 11 година
Makefile b6d2c51631 cleanup old export command (close #2749) пре 11 година
Makefile.win bc8b2e7315 remove 2>/dev/null from makefile kill (does not work for me) пре 11 година
README.md 444c11da50 Merge branch 'master' into development пре 11 година
ast.ml f8aea1c92d move Codegen.concat to Type.concat пре 11 година
codegen.ml e826517f65 move deprecation check to codegen пре 11 година
common.ml 4fa68a94d2 give deprecation warnings by default, allow -D no-deprecation-warnings пре 11 година
dce.ml aadc4a4157 deal with @:coreType abstract recursion in various places пре 11 година
filters.ml e826517f65 move deprecation check to codegen пре 11 година
genas3.ml f022f2c140 clean up after Nicolas пре 11 година
gencommon.ml ae28f79fa0 [java/cs] Handle empty switches пре 11 година
gencpp.ml 90ed520bbd [cpp] tabs -> 3 spaces пре 11 година
gencs.ml f8aea1c92d move Codegen.concat to Type.concat пре 11 година
genjava.ml f8aea1c92d move Codegen.concat to Type.concat пре 11 година
genjs.ml f8aea1c92d move Codegen.concat to Type.concat пре 11 година
genneko.ml f8721534b1 rename TVars to TVar пре 11 година
genphp.ml f8aea1c92d move Codegen.concat to Type.concat пре 11 година
genswf.ml 0a745131d1 add -D swf_use_doabc пре 11 година
genswf8.ml 9383e61d2e (Flash8) fix TEnumParameter (closes #2728) пре 11 година
genswf9.ml dee1e57f2b Revert "(Flash9) use real field name to check for overrides (closes #2785)" пре 11 година
genxml.ml 0df4c5d441 Revert "generate Void->Void correctly" пре 11 година
haxe.hxproj 377608632f ignored filter output files пре 11 година
interp.ml 75f316a937 cache find_file in class path results to speedup results especially when a lot of class paths are involved пре 11 година
lexer.mll b94ee60b07 allowed fmt string in fmt string пре 12 година
main.ml 669b6ed2a7 print <dot-path> on default usage help пре 11 година
matcher.ml eae65830f1 sneak in case @:macro (don't use this in production code yet) пре 11 година
optimizer.ml 74c5b315c6 inline selected field metadata пре 11 година
parser.ml 09301c0e79 disallow spaces between >>, >>>, >>= and >>>= (closes #2751) пре 11 година
type.ml 6c22897f89 disallow invalid @:coreType abstract variance (see #2844) пре 11 година
typecore.ml e44160987f deal with same-class-calls in abstract closures (closes #2823) пре 11 година
typeload.ml 2971e14433 Fix typo in error message for trying to implement a class пре 11 година
typer.ml 0eb30bd355 check typedef deprecation during type_module_type пре 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/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: