Luzifer Altenberg wrote:
Hallois there any exmpales how to use mysql and regexp with neko ? thx Luzifer
There is the library documentation : http://nekovm.org/doc/libs You have to load each primitive using :function = $loader.loadprim("[EMAIL PROTECTED]",number_of_arguments);
then you can use them.One easy way to experiment with Neko is to use the interactive console mode : nekoc -console
Nicolas -- Neko : One VM to run them all (http://nekovm.org)
