Enhanced C#
Language of your choice: library documentation
Public fields | Public Member Functions | List of all members
Loyc.Syntax.Lexing.BaseLexer< CharSrc >.SavePosition Struct Reference

A helper class used by LLLPG for backtracking. More...


Source file:
Inheritance diagram for Loyc.Syntax.Lexing.BaseLexer< CharSrc >.SavePosition:

Remarks

A helper class used by LLLPG for backtracking.

Public fields

BaseLexer< CharSrc > _lexer
 
int _oldPosition
 

Public Member Functions

 SavePosition (BaseLexer< CharSrc > lexer, int lookaheadAmt)
 
void Dispose ()