
wmlsc - WMLScript Compiler

wmlsc [options] file.wmls

charset encoding (ISO-8859-1 is the default)
produce intermediary format in file.i
output mixte asm/source in file.s
enable simple optimizations
enable expression optimizations (default)
disable all optimizations
display version

wmlsc compiles WMLScript file into a binary form.
The parser is generated by Parse::Yapp.
This compiler could be parametrized by the file 'wmlslibs.cfg' what contains all the description of known libraries.
WAP Specifications are available on http://www.wapforum.org/.

wmlsd

(c) 2002-2007 Francois PERRAD, France.
This program is distributed under the terms of the Artistic Licence.
The WAP Specification are copyrighted by the Wireless Application Protocol Forum Ltd. See http://www.wapforum.org/what/copyright.htm.

Francois PERRAD