Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | Static Public Member Functions | List of all members
Loyc.Syntax.Lexing.LexerSource Class Reference

A synonym for LexerSource{C} where C is ICharSource. More...


Source file:

Remarks

A synonym for LexerSource{C} where C is ICharSource.

Public Member Functions

 LexerSource (ICharSource source, string fileName="", int inputPosition=0, bool newSourceFile=true)
 

Static Public Member Functions

static operator LexerSource (string str)