2
0

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

Andy Li 1ce70e356a [AppVeyor] enable neko test 10 жил өмнө
extra 7c4322ecb4 [cs] Ignore sys.db.Sqlite / AdoNet from ImportAll 10 жил өмнө
libs @ 78d0798344 e7dcf40841 [java/cs] Fixed some @:overload overrides that weren't validated by typeload 11 жил өмнө
std dc611ab299 [cpp] Move string map over to use string hash directly, rather than via anon object 10 жил өмнө
tests 1ce70e356a [AppVeyor] enable neko test 10 жил өмнө
.gitattributes 8e32d7f112 LF normalization 12 жил өмнө
.gitignore 4f5d4a230d restructure unit tests: sources in src, output in bin 11 жил өмнө
.gitmodules e37b6914f4 added haxelib repo in extra/haxelib_src (close #2258) 11 жил өмнө
.travis.yml 40ef585cdb [CI] refactor ci code 11 жил өмнө
Makefile f301baef6a add static analyzer 11 жил өмнө
Makefile.win 4f0dbd1154 fixed wodi lib path 11 жил өмнө
README.md f06c06f842 :sparkles: badges :sparkles: 11 жил өмнө
analyzer.ml aa18933691 [analyzer] do not assign TReturn to temp vars (see #3599) 10 жил өмнө
appveyor.yml 40ef585cdb [CI] refactor ci code 11 жил өмнө
ast.ml bae7da5090 [js] support @:selfCall for extern methods (see #3441) 10 жил өмнө
codegen.ml 0979a9a16c make sure the raising version of `cast_or_unify` is used when trying to find array access (closes #3432) 11 жил өмнө
common.ml bae7da5090 [js] support @:selfCall for extern methods (see #3441) 10 жил өмнө
dce.ml e0eddca8ec [dce] do not keep a class if only its extern fields are kept (closes #3546) 10 жил өмнө
filters.ml 643e2e4d2f dodge ST3 syntax highlighting issue 10 жил өмнө
genas3.ml 7ed0b55831 [as3] override `follow` with `follow_with_abstracts` (see #2224) 11 жил өмнө
gencommon.ml f8e5b2cdf5 [cs/java] use @:flatEnum instead of iterating enum fields again 10 жил өмнө
gencpp.ml 1e42b8ef43 Add optional precalculated hashes to string constants 10 жил өмнө
gencs.ml b922885b72 [cs] Fixed recognition on -net-lib. Closes #3574 11 жил өмнө
genjava.ml ef5f4b4562 [java/cs] Added support for @:readOnly fields when eagerly initialized. Closes #2061 11 жил өмнө
genjs.ml 594630e62d [js] handle @:selfCall in gen_expr TField case instead of gen_call (see https://github.com/HaxeFoundation/haxe/issues/3441#issuecomment-64015831) 10 жил өмнө
genneko.ml cbdafc5aba [neko] use `tf_args` instead of TFun to determine constructor argument names (closes #3008) 11 жил өмнө
genphp.ml 534fd95ef8 [php] we now have real empty blocks, so generate them (see 42be1b96bf7353e3194dc065cd1361a31ee4bdb1) 11 жил өмнө
genpy.ml a3d3d61422 [js/python] don't generate require/import for types that are not directly referenced by non-extern code (closes #3050) 11 жил өмнө
genswf.ml 53f0a0c259 rename `(cl|en|t|a|mt)_types` to `_params` for consistency 11 жил өмнө
genswf8.ml 6568450332 remove TPatMatch (will revisit in the undefined future) 11 жил өмнө
genswf9.ml 506f85afc2 fixed slots handling with enums : was causing crashes with iOS AOT 11 жил өмнө
genxml.ml ce8f380722 Merge pull request #3341 from Simn/abstract_cast_rewrite 11 жил өмнө
haxe.hxproj 35963f675f hide analyzer outputs 11 жил өмнө
interp.ml 6631a6be8f Merge branch 'add_global_metadata' into development 11 жил өмнө
lexer.mll caaa4bc48b disallow leading zeroes for int and float literals (closes #3295) 11 жил өмнө
main.ml 3aa487059c Add a define to disable simplification filter. Some special output handling when cppia is defined 11 жил өмнө
matcher.ml 0e1a82e64f [pattern matcher] collect parent class fields so they can be matched against (closes #3507) 10 жил өмнө
optimizer.ml 2867aab0c8 store only type params in the IKCtor as the class is already there (see #3586, thanks @Simn) 10 жил өмнө
parser.ml 3a938dab8e allow `import Type as Alias` in the name of the grammar (closes #2361) 11 жил өмнө
type.ml 1763b97ed6 check abstract from/to even if the base abstract is the same (see #3494) 10 жил өмнө
typecore.ml 9713f35f16 add Compiler.addGlobalMetadata 11 жил өмнө
typeload.ml c099f456c3 [cs] Do not check explicit interfaces, but still include them in the list of interfaces. See #3558 11 жил өмнө
typer.ml 605addd07d allow extra fields on structure declarations if they are quoted (closes #3547) 10 жил өмнө

README.md

Haxe logo

Haxe - The Cross-Platform Toolkit

TravisCI Build Status AppVeyor Build Status SauceLabs Test 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/foundation/open-source.html or extra/LICENSE.txt.

Installing Haxe

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

  • Haxe Introduction, an introduction to the Haxe toolkit
  • The Haxe Manual, the reference manual for the Haxe language
  • Haxe API, documentation for the Haxe standard and native APIs
  • Haxelib, a repository of Haxe libraries for a variety of needs

Community

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

Version compatibility

Haxe neko
2.* 1.*
3.0.0 2.0.0
3.1.3 2.0.0