Prokee Module: bws

From prokee
Revision as of 02:53, 29 April 2019 by Andy (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This module provides the second part of a two part scanning approach.

  1. BasicBlockScanner
  2. BasicWesternScanner (bws)

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)