Diff
Not logged in

Differences From Artifact [e01d02a22ae40e90]:

To Artifact [e7185e89f4df4ae3]:


2 2 * Authors: k.inaba 3 3 * License: NYSL 0.9982 (http://www.kmonos.net/nysl/ 4 4 * 5 5 * Entry point for Polemy interpreter. 6 6 */ 7 7 8 8 import std.stdio; 9 -import polemy.eval; 10 9 11 10 version(unittest) static ~this() 12 11 { 13 12 writeln( "***********************" ); 14 13 writeln( "* All Tests Passed <3 *" ); 15 14 writeln( "*********************** (Press Enter to finish)" ); 16 15 readln(); 17 16 } 18 17 19 18 void main( string[] args ) 20 19 { 21 20 }