'lim_test' scans the given source file and lists the tokens on stdout.
The source file must be conform with the language parameter. It uses the image file
of the scanner table [Language.lim].
Name | Type | Semantic |
Language | name | language name |
FileName | path | path of source file to scan |
Name | Type | Default value | Semantic |
charset | string | "" | source file character set ( UTF-8, UCS4, ... ) |
binmode | flag | false | scan source file in binary mode ( not with charset-option ) |
wprint | flag | false | unicode output ( on non-default character set ) |
tokens | flag | true | create list of all scanned tokens |
symbols | flag | false | create list of all symbols in the internal symbol table |
Name | Type | Default value | Semantic |
PATH | path | search path for [Language.lim] |