프로퍼티 | 타입 | 설명 | |
---|---|---|---|
defs | List |
메소드 | 설명 | |
---|---|---|
Add ( |
||
Add ( IEnumerable |
||
FindAlphabetDef ( |
||
FindDef ( |
||
FindEnumDef ( |
||
FindFunctionDef ( |
||
GetConstantSort ( |
||
Parse ( Stream source, bool typecheck = true ) : |
Parses a fast program from a source stream. Calls Parser.ParseFromStream.
|
|
Parse ( string source, bool typecheck = true ) : |
Parses a fast program from a source string. Calls Parser.ParseFromString.
|
|
PrettyPrint ( StringBuilder sb ) : void | ||
Typecheck ( ) : void |
public FindAlphabetDef ( |
||
alph | ||
리턴 |
public FindFunctionDef ( |
||
func | ||
리턴 |
public GetConstantSort ( |
||
id | ||
리턴 |
public static Parse ( Stream source, bool typecheck = true ) : |
||
source | Stream | given source stream |
typecheck | bool | if false then typechecking is omitted |
리턴 |
public static Parse ( string source, bool typecheck = true ) : |
||
source | string | given source string |
typecheck | bool | if false then typechecking is omitted |
리턴 |