Nav apraksta

Nicolas Cannasse b461f68a6b Merge pull request #2522 from Sanva/development 11 gadi atpakaļ
doc 6892fd5cab mention indexOf in CHANGES.txt 11 gadi atpakaļ
libs @ 87a41172b0 9f284a45a2 Add @:keep to the cpp Std members to avoid DCE creating significant dependency changes when unrelated code uses one of the lesser functions, such as random 11 gadi atpakaļ
std b461f68a6b Merge pull request #2522 from Sanva/development 11 gadi atpakaļ
tests d6a79a813b run macro unit tests later (they seem to terminate compilation?!) 11 gadi atpakaļ
.gitattributes 8e32d7f112 LF normalization 12 gadi atpakaļ
.gitignore d72f1ccbba do not inline structures which have invalid field names (closes #2475) 11 gadi atpakaļ
.gitmodules f7bb42b3f3 changed libs from git:// to https:// (allow commits in subtree after switch to master branch) 12 gadi atpakaļ
.travis.yml f98d5a3b30 TravisCI: Move RunTravis to /tests 11 gadi atpakaļ
Makefile 102f8a18ff module dependency adjustment 12 gadi atpakaļ
Makefile.win 1738a1939f added --display memory with scanned module size and leaks 12 gadi atpakaļ
README.md c13eedd694 add fancy build status image to the readme 11 gadi atpakaļ
ast.ml 606d5c7984 allow multiple structural extension (closes #2364) 11 gadi atpakaļ
codegen.ml f8721534b1 rename TVars to TVar 11 gadi atpakaļ
common.ml 1b3f3778ff added -D source-map-content to include hx sources in .js.map (fix local security and modified file issues) 11 gadi atpakaļ
dce.ml 2fbf2802d2 Merge branch 'tvars_change' into development 11 gadi atpakaļ
filters.ml d77c9cd207 keep empty abstract implementation class if it is used (closes #2454) 11 gadi atpakaļ
genas3.ml 2fbf2802d2 Merge branch 'tvars_change' into development 11 gadi atpakaļ
gencommon.ml 688285d226 [java] fix unary operators on array items (a[0]++) 11 gadi atpakaļ
gencpp.ml 1f8a92e2e6 Make debugger format compatible with haxe 3.0 code 11 gadi atpakaļ
gencs.ml b0b20b41a2 [cs] merged '[cs] fixes for Std.is check for Float, Int and UInt (closes #2114)' 11 gadi atpakaļ
genjava.ml aff272b555 Merge pull request #2384 from nadako/cs_subdir_resource_fix 11 gadi atpakaļ
genjs.ml 8fb25735e7 protect from potential missing files if generated from macros 11 gadi atpakaļ
genneko.ml f8721534b1 rename TVars to TVar 11 gadi atpakaļ
genphp.ml f8721534b1 rename TVars to TVar 11 gadi atpakaļ
genswf.ml f8721534b1 rename TVars to TVar 11 gadi atpakaļ
genswf8.ml f8721534b1 rename TVars to TVar 11 gadi atpakaļ
genswf9.ml edfec0ca2c fix for reserved word in literal object (close #2463) 11 gadi atpakaļ
genxml.ml c18937fc1e make distinction between ?x:Int and x=0 in --gen-hx-classes (close #2134) 12 gadi atpakaļ
haxe.hxproj 0720e4ebb0 hide filters.obj 11 gadi atpakaļ
interp.ml 606d5c7984 allow multiple structural extension (closes #2364) 11 gadi atpakaļ
lexer.mll b94ee60b07 allowed fmt string in fmt string 12 gadi atpakaļ
main.ml 53b1f95a6f Removing the root directory from the class paths. 11 gadi atpakaļ
matcher.ml 277f84a031 use same expected type for or-patterns (closes #2459) 11 gadi atpakaļ
optimizer.ml d72f1ccbba do not inline structures which have invalid field names (closes #2475) 11 gadi atpakaļ
parser.ml 95882e532b allow dollar idents for function argument names, but fail during typing (closes #2498) 11 gadi atpakaļ
type.ml f8721534b1 rename TVars to TVar 11 gadi atpakaļ
typecore.ml fe8ed032e3 suggest alternatives upon invalid command line arguments with leading - 11 gadi atpakaļ
typeload.ml 95882e532b allow dollar idents for function argument names, but fail during typing (closes #2498) 11 gadi atpakaļ
typer.ml 5f081039b3 try subtypes when static not found on curtype (close #1916) was introduce by #1391 11 gadi atpakaļ

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: