Packages

package syntax

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Core extends Literals
  2. trait Exprs extends Core with Types
  3. trait Literals extends AnyRef
  4. class ParserException extends SigmaException

Value Members

  1. object Basic
  2. object Identifiers
  3. object Key

    Most keywords don't just require the correct characters to match, they have to ensure that subsequent characters *don't* match in order for it to be a keyword.

    Most keywords don't just require the correct characters to match, they have to ensure that subsequent characters *don't* match in order for it to be a keyword. This enforces that rule for key-words (W) and key-operators (O) which have different non-match criteria.

Ungrouped