-
Compiling this code will cause a null exception in the compiler.
```haxe
interface IValidating {
function validateComponent(nextFrame:Bool = true):Void;
}
class Foo implements IValidating…
-
The first goal is to have the compiler written in Haxe and generating the corresponding OCaml code, allowing for a more familiar syntax for potential contributors and compiler team. At longer term, th…
-
## Request ##
Add a `Define` to allow for specifying a custom csproj file.
## Suggested Syntax ##
The syntax could be as follows:
```hxml
-D csproj=path/to/file.csproj
```
## Details ##…
-
Compiling this,
```haxe
class Main {
var fn:()->Void;
static function main() {}
}
```
Will cause a compiler crash with the following stack trace:
```
C:\HaxeToolkit\haxe\lib\ref…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [ ] optional description [li…
skial updated
6 months ago
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [x] optional description [li…
skial updated
8 months ago
-
-
@:include does not gen #include for Main.h/Main.cpp, instead of that, it will generate #include for _main_.cpp.
Screenshots from my current project:
![image](https://github.com/SomeRanDev/reflaxe.…
maihd updated
10 months ago
-
The following code will not #include (or generate) the output files for `FooBar`.
```haxe
// FooBar.hx
@:valueType class FooBar {}
```
```haxe
// Main.hx
@:nativeFunctionCode("(void){type0}")
…
-
```
/home/nigtmare/haxe_20230428195743_964c84c/respository/reflaxe,MoonScript/0,0,2/src/mooncompiler/Assembler.hx:327: statement var expression is null
/home/nigtmare/haxe_20230428195743_964c84c/res…