-
While trying to follow the example code
```haxe
var script = "
var sum = 0;
for( a in angles )
sum += Math.cos(a);
sum;
";
var parser = new hscript.Parser();
var program = parser.pars…
-
Hey,
I wanted to use the field completion compiler service (https://haxe.org/manual/cr-completion-field-access.html) and just copied the example with use of pipe.
My code:
```haxe
class Main {
…
mbndr updated
2 years ago
-
Contact Haxe community and maintain a list of available speakers (let's contact first the speakers from previous WWX'es), also make a list of important conferences and make sure we get at list one, pr…
-
There is no haxe starter kit listed here, there are entries from Go, Typescript, Coffee etc...
http://andrewhfarmer.com/starter-project/
Ideally it would include redux, electron, react-routing... …
-
Allow ~~`#if (ver >= ~/1.5/)`~~ `#if (ver >= version("1.4.0"))`
See ~~https://github.com/HaxeFoundation/haxe/commit/1c6a91fe6abe1d530e6e62126655b5c1a704731b~~
HaxeFoundation/haxe@81c9d2b
-
# Adding static methods to existing classes - Other - Haxe programming language cookbook
Haxe allows you to add static methods to existing classes (eg. Math) via the static extensions feature. The se…
-
I am using Mac, trying to do this tutorial:
[kha tutorial series - episode 004 - loading an image](https://www.youtube.com/watch?v=1nbZA6ITEjc&list=PL4neAtv21WOmmR5mKb7TQvEQHpMh1h0po&index=5)
and got…
-
# Passing different types to a function parameter - Other - Haxe programming language cookbook
Sometimes you find yourself in the need of passing different types to the same parameter of a function. …
-
# Using Iterators as Generic Type Parameters - Abstract types - Haxe programming language cookbook
Iterators are a helpful Haxe structure. Any structure that implements the next and hasNext functions…
-
```
What steps will reproduce the problem?
1. Create a new haXe project or open an existing one
2. Using the haXe package explorer, right click on any package
3. The list of files to create does not i…