2
0

Тайлбар байхгүй

Sam MacPherson a34005b8b8 added unit tests 11 жил өмнө
doc fc7ac7beef naming convention: -D oldBrowser => -D old-browser 12 жил өмнө
libs @ dd5b8822f6 23ad9e66ee sync libs 12 жил өмнө
std 4a3450ebca added sha256 and hmac 12 жил өмнө
tests a34005b8b8 added unit tests 11 жил өмнө
.gitattributes 8e32d7f112 LF normalization 12 жил өмнө
.gitignore 94a6507468 [Makefile] Added support for version tagging on the executable 12 жил өмнө
.gitmodules f7bb42b3f3 changed libs from git:// to https:// (allow commits in subtree after switch to master branch) 12 жил өмнө
.travis.yml d72d6567bc [travis] Neko custom repo removal 12 жил өмнө
Makefile 102f8a18ff module dependency adjustment 12 жил өмнө
Makefile.win 1738a1939f added --display memory with scanned module size and leaks 12 жил өмнө
README.md f5fdc5f1c8 Update README with latest release, nightlies and API docs 12 жил өмнө
ast.ml 8162a0ebaf fixed inline unbound var detection by annotating these in metadata (we don't always have our ctx.locals up to date) 12 жил өмнө
codegen.ml cfcb3d710e move filter code from codegen to filters module 12 жил өмнө
common.ml 7b6dc8fdf9 remove pf_can_init_member and always move every member initialization to the constructor (closes #2349) 12 жил өмнө
dce.ml 60d185d143 [DCE] add missing check_feature call when class fields are added (closes #2298) 12 жил өмнө
filters.ml 4ecfd4f7d9 temp As3 fix 12 жил өмнө
genas3.ml f9389cbe36 [as3] fix as3 compilation when __in__ is used 12 жил өмнө
gencommon.ml dacdba811a [cs/java] simplify abstract implementation output 12 жил өмнө
gencpp.ml 212f54821c Fix storage type constants. Add ExecutionTrace class for debugging 12 жил өмнө
gencs.ml e84096e8a4 [cs] handle absolute paths with -net-lib 12 жил өмнө
genjava.ml 059383345f [java] handle absolute paths with -java-lib 12 жил өмнө
genjs.ml 5ed47b2abe Merge branch 'development' into dev_js_shallow_expose 12 жил өмнө
genneko.ml 596ccb87b9 Merge branch 'generic_fix' into development 12 жил өмнө
genphp.ml 329f73bd8c [Php] goto is a thing now (closes #2316) 12 жил өмнө
genswf.ml cabb811969 extend version to 5+ digits 12 жил өмнө
genswf8.ml 8dbad24ce7 add enum field to TEnumParameter 12 жил өмнө
genswf9.ml fe667af867 fixed cast(n,Int) and cast(n,UInt) in flash9 (close #2081) 12 жил өмнө
genxml.ml c18937fc1e make distinction between ?x:Int and x=0 in --gen-hx-classes (close #2134) 12 жил өмнө
haxe.hxproj 0720e4ebb0 hide filters.obj 12 жил өмнө
interp.ml 7f13499c3f export cl_overrides to macros (closes #1987) 12 жил өмнө
lexer.mll b94ee60b07 allowed fmt string in fmt string 12 жил өмнө
main.ml 972d1d391a Merge branch 'pr/2360' into development 12 жил өмнө
matcher.ml 9f1a25b1d6 rename @:fakeEnum to @:enum for abstracts (closes #2356) 12 жил өмнө
optimizer.ml 47932889c8 consider field inits while inlining constructors (closes #2336) 12 жил өмнө
parser.ml 69bb342d89 allow dollar identifiers in all string places of the syntax and fail during typing (for reification) 12 жил өмнө
type.ml 4eec384097 fix record field order (closes #2300) 12 жил өмнө
typecore.ml fe8ed032e3 suggest alternatives upon invalid command line arguments with leading - 12 жил өмнө
typeload.ml 9f1a25b1d6 rename @:fakeEnum to @:enum for abstracts (closes #2356) 12 жил өмнө
typer.ml 9f1a25b1d6 rename @:fakeEnum to @:enum for abstracts (closes #2356) 12 жил өмнө

README.md

Haxe logo

Haxe - The Cross-Platform Toolkit

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: