NAME
wmlsc - WMLScript Compiler
SYNOPSYS
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
DESCRIPTION
wmlsc compiles WMLScript file into a binary form.
The parser is generated by Parse::Yapp.
The program needs Getopt::Std, I18N::Charset, Math::BigFloat, Math::BigInt, Unicode::Map and Unicode::String modules.
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
perl, wmlsd
COPYRIGHT
(c) 2002 Francois PERRAD, France. All rights reserved.
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 <perrad@besancon.sema.slb.com>