File matchlib.icn

Summary

###########################################################################

	File:     matchlib.icn

	Subject:  Procedures for lexical matching

	Author:   Ralph E. Griswold

	Date:     September 2, 1991

###########################################################################

   This file is in the public domain.

###########################################################################

     These procedures perform low-level "lexical" matching for
  recursive-descent pattern matchers.

	rb_()		match right bracket
	lb_()		match left bracket
	rp_()		match right parenthesis
	lp_()		match left parenthesis
	vb_()		match vertical bar
	nl_()		match newline
	empty_()	match empty string

###########################################################################

  See also: parsgen.icn

###########################################################################
Procedures:
empty_, lb_, lp_, nl_, rb_, rp_, vb_

This file is part of the (main) package.

Source code.

Details
Procedures:

empty_()


lb_()


lp_()


nl_()


rb_()


rp_()


vb_()



This page produced by UniDoc on 2021/04/15 @ 23:59:54.