C# 클래스 LispRuntime, shared-source-cli-2.0

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Car ( CList, l ) : CList,
Cdr ( CList, l ) : CList,
Cons ( CList, l, CList, r ) : CList,
Init ( String item ) : CList,
IsAtom ( CList, value ) : bool
IsNull ( CList, value ) : bool
Print ( CList, item ) : void
PrintBool ( bool val ) : void
Subst ( CList, r, CList, f, CList, exp ) : CList,
ToInt ( CList, l ) : int
ToList ( int Val ) : CList,

비공개 메소드들

메소드 설명
InitMultiple ( String str, int &index ) : CList,

메소드 상세

Car() 공개 정적인 메소드

public static Car ( CList, l ) : CList,
l CList,
리턴 CList,

Cdr() 공개 정적인 메소드

public static Cdr ( CList, l ) : CList,
l CList,
리턴 CList,

Cons() 공개 정적인 메소드

public static Cons ( CList, l, CList, r ) : CList,
l CList,
r CList,
리턴 CList,

Init() 공개 정적인 메소드

public static Init ( String item ) : CList,
item String
리턴 CList,

IsAtom() 공개 정적인 메소드

public static IsAtom ( CList, value ) : bool
value CList,
리턴 bool

IsNull() 공개 정적인 메소드

public static IsNull ( CList, value ) : bool
value CList,
리턴 bool

Print() 공개 정적인 메소드

public static Print ( CList, item ) : void
item CList,
리턴 void

PrintBool() 공개 정적인 메소드

public static PrintBool ( bool val ) : void
val bool
리턴 void

Subst() 공개 정적인 메소드

public static Subst ( CList, r, CList, f, CList, exp ) : CList,
r CList,
f CList,
exp CList,
리턴 CList,

ToInt() 공개 정적인 메소드

public static ToInt ( CList, l ) : int
l CList,
리턴 int

ToList() 공개 정적인 메소드

public static ToList ( int Val ) : CList,
Val int
리턴 CList,