Artifact Content
Not logged in

Artifact 712f2862bf0c7df9159e5d2f53ba403a6df4f9e2


polemy.repl

polemy.repl

Authors:
k.inaba

License:
NYSL 0.9982 (http://www.kmonos.net/nysl/)

Read-Eval-Print-Loop

int VersionNoMajor ;
Version Number

int VersionNoMinor ;
Version Number

int VersionNoRev ;
Version Number

class REPL ;
Read-Eval-Print-Loop

this(string[] args);
Load the prelude environment

void greet ();
Print the version number etc.

void runFile (string filename);
Run one file on the global scope

void replLoop ();
Repeat the singleInteraction

bool singleInteraction ();
Read one line from stdin, and do some reaction

Page was generated with on Wed Nov 24 21:12:49 2010