Numerix

Cross-Platform Native or Simulated Signed and Unsigned Integers and Operations for Haxe


Keywords
cpp, cs, haxe, hl, java, js, neko, integers
License
MIT
Install
haxelib install Numerix 0.0.4

Documentation

Numerix

Cross-Platform Native or Simulated Signed and Unsigned Integers and Operations for Haxe

Dependencies

Run haxelib install all to install the dependencies.

Compile js

haxe build-js.hxml

Compile cpp

haxe build-cpp.hxml

Compile cs

haxe build-cs.hxml
bin/Numerix/bin/Main.exe.exe

Compile java

haxe build-java.hxml
java -jar bin/Numerix.jar

Compile neko

haxe build-neko.hxml
neko bin/Numerix.n

Compile hl

haxe build-hl.hxml
hl bin/Numerix.hl