Artifact Content
Not logged in

Artifact 06b9b45e1086039408381025990753c92a8b055e


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 Sat Nov 27 01:18:00 2010