|
supertux
|
Public Types | |
| enum | LispType { START_LIST, END_LIST, SYMBOL, INTEGER, STRING, REAL, BOOLEAN } |
Public Member Functions | |
| Parser (StreamReader stream) | |
| bool | Parse () |
Static Public Member Functions | |
| static void | ParseIntList (Parser parser, System.Collections.Generic.List< int > intList) |
Properties | |
| LispType | Type [get] |
| int | Depth [get] |
| string | SymbolValue [get] |
| string | StringValue [get] |
| int | IntegerValue [get] |
| bool | BoolValue [get] |
| float | FloatValue [get] |
1.8.13