Diff
Not logged in

Differences From Artifact [e01d02a22ae40e90]:

To Artifact [e7185e89f4df4ae3]:


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