Artifact e01d02a22ae40e9007bf4d6f4bc4a3cd7eda1d8b
- File
main.d
- 2010-11-08 11:57:48 - part of checkin [077506b38c] on branch trunk - Generic toString utility added. (user: kinaba) [annotate]
/**
* Authors: k.inaba
* License: NYSL 0.9982 (http://www.kmonos.net/nysl/
*
* Entry point for Polemy interpreter.
*/
import std.stdio;
import polemy.eval;
version(unittest) static ~this()
{
writeln( "***********************" );
writeln( "* All Tests Passed <3 *" );
writeln( "*********************** (Press Enter to finish)" );
readln();
}
void main( string[] args )
{
}