C# Class CLisp, shared-source-cli-2.0

Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
CodeGen ( String filename ) : void
Lex ( ) : bool
Main ( String args ) : void
Parse ( ) : bool
ReadFile ( String FileName, int FileSize ) : void

Method Details

CodeGen() public method

public CodeGen ( String filename ) : void
filename String
return void

Lex() public method

public Lex ( ) : bool
return bool

Main() public static method

public static Main ( String args ) : void
args String
return void

Parse() public method

public Parse ( ) : bool
return bool

ReadFile() public method

public ReadFile ( String FileName, int FileSize ) : void
FileName String
FileSize int
return void