Skip to content
This repository has been archived by the owner. It is now read-only.
WMLScript on Parrot (bytecode translator)
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
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/).

You can’t perform that action at this time.