C# Class CSScriptCompilers.CCSharpParser.CSharpParser

CSharpParser is a cut down edition of the CS-Script engine C# parser implementation. It only parses C# code with respect to strings and comments.
Show file Open project: oleg-shilo/cs-script

Public Methods

Method Description
CSharpParser ( string code ) : System
NoteCommentsAndStrings ( ) : void

Private Methods

Method Description
AllRawIndexOf ( string pattern, int startIndex, int endIndex ) : int[]

Method Details

CSharpParser() public method

public CSharpParser ( string code ) : System
code string
return System

NoteCommentsAndStrings() public method

public NoteCommentsAndStrings ( ) : void
return void