This repository has been archived by the owner. It is now read-only.
Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up
WMLScript on Parrot (bytecode translator)
http://trac.parrot.org/parrot/wiki/La…
Cannot retrieve the latest commit at this time.
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
build | ||
|
|
doc | ||
|
|
dynext | ||
|
|
ports/plumage/plumage | ||
|
|
t | ||
|
|
wmlscript | ||
|
|
.gitignore | ||
|
|
CREDITS | ||
|
|
LICENSE | ||
|
|
MAINTAINER | ||
|
|
README | ||
|
|
setup.pir | ||
|
|
wmls2pbc.pir | ||
|
|
wmls2pir.pir | ||
|
|
wmlsd.pir | ||
|
|
wmlsi.pir | ||
README
WMLScript Bytecode Translator ============================= 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. This translator transforms WMLScript bytecode into PIR language which could executed by the Parrot VM (http://www.parrot.org). A WMLScript Compiler is available on CPAN (http://search.cpan.org/~perrad/WAP-wmls/).