Skip to content
This repository was archived by the owner on Jun 9, 2018. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 766 Bytes

File metadata and controls

25 lines (16 loc) · 766 Bytes

WMLScript Interpreter (VM)

The language WMLScript is a subset of ECMAScript (ie JavaScript). WMLScript defines also an bytecode interpreter (stack based), a binary format.

WMLScript is a part of the Wireless Application Protocol specifications.

A WMLScript Compiler is available on CPAN.

This interpreter is written using the language ooc.

The sources are hosted at http://github.com/fperrad/ooc-wmlscript.

Copyright and License

Copyright (c) 2011 Francois Perrad

This code is licensed under the terms of the Artistic License 2.0.