NAME
wmlsc - WMLScript Compiler
SYNOPSIS
wmlsc [options] file.wmls
OPTIONS
- -e
-
charset encoding (ISO-8859-1 is the default)
- -i
-
produce intermediary format in file.i
- -S
-
output mixte asm/source in file.s
- -O
-
enable simple optimizations
- -O2
-
enable expression optimizations (default)
- -On
-
disable all optimizations
- -v
-
display version
DESCRIPTION
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/.
SEE ALSO
wmlsd
COPYRIGHT
(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.
AUTHOR
Francois PERRAD