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

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

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

Method Details

CodeGen() public méthode

public CodeGen ( String filename ) : void
filename String
Résultat void

Lex() public méthode

public Lex ( ) : bool
Résultat bool

Main() public static méthode

public static Main ( String args ) : void
args String
Résultat void

Parse() public méthode

public Parse ( ) : bool
Résultat bool

ReadFile() public méthode

public ReadFile ( String FileName, int FileSize ) : void
FileName String
FileSize int
Résultat void