1 dépôt
Compiles Haxe source code into platform-agnostic bytecode for execution on the HashLink virtual machine.
Distinct from Source-to-Bytecode Compilers: Distinct from Source-to-Bytecode Compilers: specifically targets the HashLink VM bytecode format.
Explore 1 awesome GitHub repository matching programming languages & runtimes · HashLink Bytecode Compilers. Refine with filters or upvote what's useful.
Haxe is a statically typed, multi-target programming language and open-source compiler toolkit that translates a single codebase into native executables and scripts for JavaScript, C++, C#, Java, Python, Lua, PHP, and Flash targets. It provides a unified type system with automatic type inference, a compile-time macro system for code transformation and generation, conditional compilation directives, and a static analysis engine that enforces null safety and eliminates dead code to produce smaller, safer outputs. The language is supported by the HashLink virtual machine, which executes platform
Compiles Haxe source code into platform-agnostic bytecode for the HashLink virtual machine.