package rfsm

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

Functor building the compiler structure given a language definition, a lexer and a parser implementation

Parameters

module L : Host.T
module Lexer : LEXER
module Parser : PARSER with type token = Lexer.token and type program = L.Syntax.program

Signature

val main : unit -> unit