I've refactored the language WMLScript with the opcode load_language.
That's work fine for dynops & dynpmc.

But when I load the runtime standard libraries (in src/wmlsstdlibs.pir),
I always need the prefix 'library' in the path

.sub 'load_stdlibs'
    load_bytecode 'library/wmlslang.pbc'
    load_bytecode 'library/wmlsfloat.pbc'
    load_bytecode 'library/wmlsstring.pbc'
    load_bytecode 'library/wmlsconsole.pbc'

What I missed ?

François.

NB: https://github.com/fperrad/wmlscript/tree
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to