package acgtk

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

This modules implements a cheap term parser to handle infix operators associativity and precedence without changing the menhir grammar files

Log is the log module for Term_Sequence

parse_sequence lst sg returns a pairs consisting of a term and its location. The sequence is parsed according to the associativity and precedence properties given in sg.