Sin descripción

Simon Krajewski 21c87c8608 move typer.object_field to parser.unquote_ident hace 11 años
doc 0ab81822bd changelog (close #2544) hace 11 años
libs @ 6564167629 63fc578ec7 submodule hace 11 años
std f66740d4dd more printer fixes hace 11 años
tests dc231606d1 add missing underlying type declaration hace 11 años
.gitattributes 8e32d7f112 LF normalization hace 12 años
.gitignore a469385291 flash 11.8 api sync hace 11 años
.gitmodules f7bb42b3f3 changed libs from git:// to https:// (allow commits in subtree after switch to master branch) hace 12 años
.travis.yml 8cd8c3458b TravisCI: init SauceLabs hace 11 años
Makefile 262edbff4c add haxedoc to uninstall in Makefile (closes #2582) hace 11 años
Makefile.win 1738a1939f added --display memory with scanned module size and leaks hace 12 años
README.md c13eedd694 add fancy build status image to the readme hace 11 años
ast.ml 5ecb4f6bdb add @:genericBuild hace 11 años
codegen.ml 235051f08c Merge pull request #2630 from Simn/genericBuild hace 11 años
common.ml 235051f08c Merge pull request #2630 from Simn/genericBuild hace 11 años
dce.ml aadc4a4157 deal with @:coreType abstract recursion in various places hace 11 años
filters.ml 7b4e0b3ab9 promote complex right-hand exprs for OpAssignOp as well hace 11 años
genas3.ml 235051f08c Merge pull request #2630 from Simn/genericBuild hace 11 años
gencommon.ml 4b37923553 [cs] fix DynamicObject lookupSetField(_f) (closes #2528) hace 11 años
gencpp.ml b015fad3f6 [cpp] Do not eliminate 'never' accessors unless they are also external hace 11 años
gencs.ml 274bd4a602 [cs] fix comparison of Null<T> with null constant (closes #2474) hace 11 años
genjava.ml aff272b555 Merge pull request #2384 from nadako/cs_subdir_resource_fix hace 11 años
genjs.ml 6b26f5d4ea Merge pull request #2543 from nadako/stdis_opt hace 11 años
genneko.ml f8721534b1 rename TVars to TVar hace 11 años
genphp.ml f8721534b1 rename TVars to TVar hace 11 años
genswf.ml 0a745131d1 add -D swf_use_doabc hace 11 años
genswf8.ml f8721534b1 rename TVars to TVar hace 11 años
genswf9.ml aadc4a4157 deal with @:coreType abstract recursion in various places hace 11 años
genxml.ml 49ec213845 some more fixes for --gen-hx-headers generation hace 11 años
haxe.hxproj 377608632f ignored filter output files hace 11 años
interp.ml 5ecb4f6bdb add @:genericBuild hace 11 años
lexer.mll b94ee60b07 allowed fmt string in fmt string hace 12 años
main.ml 8980bbc30d raise Sys_exit exception from Sys.exit call in interpreter to allow flushing context before actually terminating (was swallowing warnings in optimization unit tests) hace 11 años
matcher.ml aadc4a4157 deal with @:coreType abstract recursion in various places hace 11 años
optimizer.ml 5e9a9cd020 reverse inline arguments so they have left-to-right order (closes issue #2627) hace 11 años
parser.ml 21c87c8608 move typer.object_field to parser.unquote_ident hace 11 años
type.ml 235051f08c Merge pull request #2630 from Simn/genericBuild hace 11 años
typecore.ml 7797e9fda9 allow storing type parameters in get_build_infos hace 11 años
typeload.ml 235051f08c Merge pull request #2630 from Simn/genericBuild hace 11 años
typer.ml 21c87c8608 move typer.object_field to parser.unquote_ident hace 11 años

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

Installing Haxe

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