Artifact a3deb465ebfdf083be8296c5e1a8dc390acafb23:
0000: 2f 2a 0d 0a 20 2a 20 41 75 74 68 6f 72 3a 20 20 /*.. * Author:
0010: 6b 2e 69 6e 61 62 61 0d 0a 20 2a 20 4c 69 63 65 k.inaba.. * Lice
0020: 6e 73 65 3a 20 4e 59 53 4c 20 30 2e 39 39 38 32 nse: NYSL 0.9982
0030: 20 28 68 74 74 70 3a 2f 2f 77 77 77 2e 6b 6d 6f (http://www.kmo
0040: 6e 6f 73 2e 6e 65 74 2f 6e 79 73 6c 2f 0d 0a 20 nos.net/nysl/..
0050: 2a 20 20 20 45 6e 74 72 79 20 70 6f 69 6e 74 20 * Entry point
0060: 66 6f 72 20 74 68 65 20 70 6f 6c 65 6d 79 20 69 for the polemy i
0070: 6e 74 65 72 70 72 65 74 65 72 0d 0a 20 2a 2f 0d nterpreter.. */.
0080: 0a 0d 0a 69 6d 70 6f 72 74 20 73 74 64 2e 73 74 ...import std.st
0090: 64 69 6f 3b 0a 69 6d 70 6f 72 74 20 70 6f 6c 65 dio;.import pole
00a0: 6d 79 2e 6c 65 78 3b 0d 0a 69 6d 70 6f 72 74 20 my.lex;..import
00b0: 70 6f 6c 65 6d 79 2e 70 61 72 73 65 3b 0a 0a 73 polemy.parse;..s
00c0: 74 61 74 69 63 20 7e 74 68 69 73 28 29 20 7b 20 tatic ~this() {
00d0: 72 65 61 64 6c 6e 28 29 3b 20 7d 20 2f 2f 20 77 readln(); } // w
00e0: 6f 72 6b 61 72 6f 75 6e 64 20 66 6f 72 20 65 6e orkaround for en
00f0: 61 62 6c 69 6e 67 20 22 70 61 75 73 65 22 20 75 abling "pause" u
0100: 6e 64 65 72 20 50 6f 73 65 69 64 6f 6e 0d 0a 0a nder Poseidon...
0110: 76 6f 69 64 20 6d 61 69 6e 28 29 0a 7b 0d 0a 09 void main().{...
0120: 77 72 69 74 65 6c 6e 28 20 22 74 65 73 74 20 6f writeln( "test o
0130: 6b 22 20 29 3b 0d 0a 7d 0d 0a k" );..}..