-
```
Could we get syntax highlighting for Haxe[1]?
It's a language from 2006 that still seems to be in use.
(Someone asked for it here[2])
[1]: http://en.wikipedia.org/wiki/Haxe
[2]: http://meta.…
-
```
Could we get syntax highlighting for Haxe[1]?
It's a language from 2006 that still seems to be in use.
(Someone asked for it here[2])
[1]: http://en.wikipedia.org/wiki/Haxe
[2]: http://meta.…
-
```
Could we get syntax highlighting for Haxe[1]?
It's a language from 2006 that still seems to be in use.
(Someone asked for it here[2])
[1]: http://en.wikipedia.org/wiki/Haxe
[2]: http://meta.…
-
```
Could we get syntax highlighting for Haxe[1]?
It's a language from 2006 that still seems to be in use.
(Someone asked for it here[2])
[1]: http://en.wikipedia.org/wiki/Haxe
[2]: http://meta.…
-
# Externs - Haxe - The Cross-platform Toolkit
Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.
[https://haxe.org/manual/lf-externs.html](https://hax…
-
# var - Haxe - The Cross-platform Toolkit
Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.
[https://haxe.org/manual/expression-var.html](https://hax…
-
Externs would be ok, but really this is a nice simple library with consistent types. This would be a good simple example to practice exporting an npm/browserify-compatible js lib from haxe.
-
When I try to compile with `-coverage` flag, I receive following error:
```
C:\HaxeToolkit\haxe\std/haxe/zip/Reader.hx:202: characters 11-39 : haxe.zip.Uncompress does not have a constructor
```
-
gcc command example:
```sh
gcc -O3 -o issue120 -std=c11 issue120.c -I . -I /Users/elliottstoneham/code/haxe/hashlink-1.12/src -lhl -L /usr/local/lib -arch x86_64
```
...so HL/C could be adde…
-
I don't know if this is a limitation of Haxe macros, but there's been some investigation into hot reloading levels (especially with flixel) in LDTK. This would significantly cut down on dev time as it…