C# 클래스 Ink.CommentEliminator

Pre-pass before main ink parser runs. It actually performs two main tasks: - comment elimination to simplify the parse rules in the main parser - Conversion of Windows line endings (\r\n) to the simpler Unix style (\n), so we don't have to worry about them later.
상속: StringParser
파일 보기 프로젝트 열기: inkle/ink 1 사용 예제들

공개 메소드들

메소드 설명
CommentEliminator ( string input )
Process ( ) : string

비공개 메소드들

메소드 설명
BlockComment ( ) : string
CommentsAndNewlines ( ) : string
EndOfLineComment ( ) : string
MainInk ( ) : string
ParseSingleComment ( ) : string

메소드 상세

CommentEliminator() 공개 메소드

public CommentEliminator ( string input )
input string

Process() 공개 메소드

public Process ( ) : string
리턴 string