Sen descrición

Charles Samborski c3a67dacfb Update ocamllibs (#7352) %!s(int64=7) %!d(string=hai) anos
extra 102bf02743 CHANGES.txt update %!s(int64=11) %!d(string=hai) anos
libs @ ab5be31c6d c3a67dacfb Update ocamllibs (#7352) %!s(int64=7) %!d(string=hai) anos
std 5431d34bb4 JsonPrinter: no need for a field for "\n" really %!s(int64=11) %!d(string=hai) anos
tests ad7e06d965 [cs] Added test for #2874 %!s(int64=11) %!d(string=hai) anos
.gitattributes 8e32d7f112 LF normalization %!s(int64=12) %!d(string=hai) anos
.gitignore 42003836b2 [tests] Remove native_cs.csproj and add to .gitignore %!s(int64=11) %!d(string=hai) anos
.gitmodules e37b6914f4 added haxelib repo in extra/haxelib_src (close #2258) %!s(int64=11) %!d(string=hai) anos
.travis.yml eefd1730f1 openfl-samples tests work (closes #2831) %!s(int64=11) %!d(string=hai) anos
Makefile b6d2c51631 cleanup old export command (close #2749) %!s(int64=11) %!d(string=hai) anos
Makefile.win bc8b2e7315 remove 2>/dev/null from makefile kill (does not work for me) %!s(int64=11) %!d(string=hai) anos
README.md 444c11da50 Merge branch 'master' into development %!s(int64=11) %!d(string=hai) anos
ast.ml f8aea1c92d move Codegen.concat to Type.concat %!s(int64=11) %!d(string=hai) anos
codegen.ml d25320e323 fix toString on abstracts with type parameters (closes #2872) %!s(int64=11) %!d(string=hai) anos
common.ml 4fa68a94d2 give deprecation warnings by default, allow -D no-deprecation-warnings %!s(int64=11) %!d(string=hai) anos
dce.ml aadc4a4157 deal with @:coreType abstract recursion in various places %!s(int64=11) %!d(string=hai) anos
filters.ml 72707e2516 Revert "do not generate @:enum abstracts if they consist of @:enum fields (closes #2858)" %!s(int64=11) %!d(string=hai) anos
genas3.ml f022f2c140 clean up after Nicolas %!s(int64=11) %!d(string=hai) anos
gencommon.ml 73d78910d8 [java/cs] Better fix for Issue #2835| %!s(int64=11) %!d(string=hai) anos
gencpp.ml a21691a230 [cpp] Put spaces inside angle brackets to please gcc %!s(int64=11) %!d(string=hai) anos
gencs.ml db219b825b [cs] Add proper arguments when add_/remove_ are not events %!s(int64=11) %!d(string=hai) anos
genjava.ml e4984ca3f9 [java] Disable Date deprecation notices %!s(int64=11) %!d(string=hai) anos
genjs.ml b316f97162 Removed needless repetition of string concatenation for $hx_exports %!s(int64=11) %!d(string=hai) anos
genneko.ml f8721534b1 rename TVars to TVar %!s(int64=11) %!d(string=hai) anos
genphp.ml f8aea1c92d move Codegen.concat to Type.concat %!s(int64=11) %!d(string=hai) anos
genswf.ml 0a745131d1 add -D swf_use_doabc %!s(int64=11) %!d(string=hai) anos
genswf8.ml 9383e61d2e (Flash8) fix TEnumParameter (closes #2728) %!s(int64=11) %!d(string=hai) anos
genswf9.ml a04aec33fc Revert "(Flash9) use real field name to check for overrides (closes #2785)" %!s(int64=11) %!d(string=hai) anos
genxml.ml 0df4c5d441 Revert "generate Void->Void correctly" %!s(int64=11) %!d(string=hai) anos
haxe.hxproj 377608632f ignored filter output files %!s(int64=11) %!d(string=hai) anos
interp.ml 75f316a937 cache find_file in class path results to speedup results especially when a lot of class paths are involved %!s(int64=11) %!d(string=hai) anos
lexer.mll b94ee60b07 allowed fmt string in fmt string %!s(int64=12) %!d(string=hai) anos
main.ml 669b6ed2a7 print <dot-path> on default usage help %!s(int64=11) %!d(string=hai) anos
matcher.ml eae65830f1 sneak in case @:macro (don't use this in production code yet) %!s(int64=11) %!d(string=hai) anos
optimizer.ml 74c5b315c6 inline selected field metadata %!s(int64=11) %!d(string=hai) anos
parser.ml 09301c0e79 disallow spaces between >>, >>>, >>= and >>>= (closes #2751) %!s(int64=11) %!d(string=hai) anos
type.ml 6c22897f89 disallow invalid @:coreType abstract variance (see #2844) %!s(int64=11) %!d(string=hai) anos
typecore.ml e44160987f deal with same-class-calls in abstract closures (closes #2823) %!s(int64=11) %!d(string=hai) anos
typeload.ml 7f0c2700db revert UInt changes %!s(int64=11) %!d(string=hai) anos
typer.ml aa160e0ef0 use the same monomorphs for each inline type mapping (see #2874) %!s(int64=11) %!d(string=hai) anos

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: