package orsetto

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

The basis signature for second stage scanners.

type symbol

The type of the scanner symbol.

type position

The type of the scanner position.

The equivalence type for grammar tokens.

module Form : Form

The scanner production form (common to both stages).

module Scan : Profile with type symbol := symbol and type position := position and type 'a form := 'a Form.t

The basic scanner module used for recognizing grammar tokens.

val lexer : Token.t Form.t Scan.t

The scanner that recognizes grammar tokens.