00001
00013 #ifndef NEWTVERSION_H
00014 #define NEWTVERSION_H
00015
00016
00017 #define NEWT_NAME "newt"
00018 #define NEWT_PROTO "/0"
00019 #define NEWT_VERSION "0.1.1"
00020 #define NEWT_COPYRIGHT "Copyright (C) 2003-2005 Makoto Nukui"
00021 #define NEWT_BUILD "2006-06-10-2"
00022 #define NEWT_PARAMS "[switches] [--] [programfile]"
00023
00025 #define NEWT_USAGE " -t enable trace moden"
00026 " -l dump lex infon"
00027 " -s dump syntax treen"
00028 " -b dump byte coden"
00029 " -C directory change working directoryn"
00030 " -e 'command' one line of scriptn"
00031 " -i [symbols] print function infon"
00032 " -v print version numbern"
00033 " -h print this help messagen"
00034 " --newton,--nos2 Newton OS 2.0 compatible n"
00035 " --copyright print copyrightn"
00036 " --version print version numbern"
00037
00039 #define NEWT_STAFF "Programn"
00040 " Makoto Nukuin"
00041 "n"
00042 "Patch contributen"
00043 " Paul Guyotn"
00044 "n"
00045 "Special Thanksn"
00046 " sumimn"
00047 " Rihatsun"
00048 " Paul Guyotn"
00049 ""
00050
00051 #endif
00052