comparison dmdscript_tango/test/testscript.d @ 3:8363a4bf6a8f

rename package: dmdscript to dmdscript_tango
author saaadel
date Sun, 24 Jan 2010 18:33:05 +0200
parents 55c2951c07be
children
comparison
equal deleted inserted replaced
2:cca96fbcc1f8 3:8363a4bf6a8f
17 * For a C++ implementation of DMDScript, including COM support, 17 * For a C++ implementation of DMDScript, including COM support,
18 * see www.digitalmars.com/dscript/cppscript.html. 18 * see www.digitalmars.com/dscript/cppscript.html.
19 */ 19 */
20 20
21 21
22 module testscript; 22 module dmdscript_tango.test.testscript;
23 23
24 import std.path; 24 import std.path;
25 import std.file; 25 import std.file;
26 import std.stdio; 26 import std.stdio;
27 import std.c.stdlib; 27 import std.c.stdlib;
28 import std.gc; 28 import std.gc;
29 29
30 import dmdscript.script; 30 import dmdscript_tango.script;
31 import dmdscript.program; 31 import dmdscript_tango.program;
32 import dmdscript.errmsgs; 32 import dmdscript_tango.textgen.errmsgs;
33 33
34 enum 34 enum
35 { 35 {
36 EXITCODE_INIT_ERROR = 1, 36 EXITCODE_INIT_ERROR = 1,
37 EXITCODE_INVALID_ARGS = 2, 37 EXITCODE_INVALID_ARGS = 2,