3 supported platforms
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -4,3 +4,5 @@ transcript.hlog
|
||||
validating.hlog
|
||||
js/hank.js
|
||||
cpp/
|
||||
out.n
|
||||
test-output.txt
|
||||
|
||||
@@ -10,6 +10,7 @@ Supported targets:
|
||||
|
||||
* JavaScript
|
||||
* C++
|
||||
* Neko
|
||||
|
||||
## Comparison with Ink and Inkjs
|
||||
|
||||
|
||||
@@ -123,7 +123,7 @@ class HInterface {
|
||||
var type1 = Std.string(Type.typeof(val));
|
||||
var type2 = Std.string(Type.typeof(val2));
|
||||
//if (type1 != type2)
|
||||
trace('$val: $type1 became $val2: $type2');
|
||||
//trace('$val: $type1 became $val2: $type2');
|
||||
return val2;
|
||||
}
|
||||
|
||||
|
||||
@@ -55,6 +55,10 @@ class LogUtil {
|
||||
return "interp";
|
||||
#end
|
||||
|
||||
#if neko
|
||||
return "neko";
|
||||
#end
|
||||
|
||||
return "unknown";
|
||||
|
||||
}
|
||||
|
||||
@@ -22,3 +22,12 @@ hxml/internals.hxml
|
||||
-cmd cpp/Examples
|
||||
hxml/examples.hxml
|
||||
--next
|
||||
|
||||
-neko out.n
|
||||
-cmd neko out.n
|
||||
hxml/internals.hxml
|
||||
--next
|
||||
|
||||
-neko out.n
|
||||
-cmd neko out.n
|
||||
hxml/examples.hxml
|
||||
Reference in New Issue
Block a user