Difference between revisions of "Prokee Module: bws"
Jump to navigation
Jump to search
(Created page with "This module provides the second part of a two part scanning approach. # BasicBlockScanner # BasicWesternScanner (bws) The following types of tokens are recognized: * Literals...") |
|||
| Line 3: | Line 3: | ||
# BasicWesternScanner (bws) | # BasicWesternScanner (bws) | ||
| + | == Tokens == | ||
The following types of tokens are recognized: | The following types of tokens are recognized: | ||
* Literals | * Literals | ||
| Line 9: | Line 10: | ||
* Other words (separated by operators or change of alphabets) | * Other words (separated by operators or change of alphabets) | ||
* Level-2 blocks (as provided by BasicBlockScanner) | * Level-2 blocks (as provided by BasicBlockScanner) | ||
| + | |||
| + | === Literals === | ||
| + | |||
| + | === Operators === | ||
| + | |||
| + | === Keywords === | ||
| + | |||
| + | === Other Words === | ||
| + | |||
| + | === Level-2 Blocks === | ||
| + | |||
| + | == Languages == | ||
| + | |||
| + | == Alphabets == | ||
| + | |||
| + | == Global Settings == | ||
Revision as of 02:56, 29 April 2019
This module provides the second part of a two part scanning approach.
- BasicBlockScanner
- BasicWesternScanner (bws)
Contents
Tokens
The following types of tokens are recognized:
- Literals
- Operators
- Keywords
- Other words (separated by operators or change of alphabets)
- Level-2 blocks (as provided by BasicBlockScanner)