Joey
Joey
It's everywhere, and all methods on numbers need to go to avoid name conflict unless styled such as __name__. I'll work on getting the standard library automated using Github actions...
rewrite testing system, make it easier to rewrite parts of the compiler and check for regression, know what parts are stable and what parts need some help. Short term: -...
Auto cast up numerical types for example: int8 + int32 becomes int32 + int32. The idea comes from @haxiomic who also notes "The compiler will error if you try to...
```go package main import ( "fmt" ) func main() { const tooBig = 1267650600228229401496703205376 const huge = 1 > 38 fmt.Println(int64(large)) } // Output: // 4611686018427387904 ``` No system in...
At the moment I'm unable to run ``go test math`` for instance, I'm pretty sure I was able to in the past however I don't know what setup of go...
## Topics to cover * [x] Haxe versions. * [x] Reserved keywords/ renaming system * [x] Target generation, -cpp, -js, -interp etc * [x] Externs (Go code refrencing Haxe functions)...
- [ ] Better error messaging. (ocaml styled error messaging is end goal) - [ ] Better means to track current progress of transpiler. - [x] Better performance by checking...
Refrenced from: https://github.com/gopherjs/gopherjs/issues/1007 go2hx is a little better in that it uses [array comprehension](https://haxe.org/manual/lf-array-comprehension.html) however the running out of memory part is still a problem. Also for static targets the...
- [ ] have a script that can go through the excluded go standard library and grabs the type info, so that when the compiler runs, it can get the...
A categorized bundle of Go libraries curated by the go2hx compiler team. Allows the compiler to begin producing propositional value, without the compiler meeting spec compliance yet. *Here is a...