haXe Forum > macros & neko
-
George McBay Sep 05 at 23:28
I've been playing with the new macro functionality in haxe and it is great, so kudos on the good work.
I am curious as to what the limiting factor is for neko-available APIs that can be used within macros. In particular, I am trying to use Xml.parse and getting this error: "Primitive not found std@parse_xml:2". I see the point at which this is occuring within the neko implementation of Xml.hx from svn but being relatively new to haxe and never having used the Neko APIs before (I'm using haxe against flash) I'm not sure what exactly is happening here.
FWIW, I'm running haxe from build from today's svn and nekovm 1.8.1
Is this something that is easy to fix?