C# 클래스 Interpreter.Parse.InterpreterParser

파일 보기 프로젝트 열기: EFanZh/EFanZh

공개 메소드들

메소드 설명
Parse ( string input ) : IExpression[]

비공개 메소드들

메소드 설명
ExpressionList ( string input, int index ) : Result>

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string input ) : IExpression[]
input string
리턴 IExpression[]