Go to the documentation of this file.
34 #ifndef LHOGHO_TRANSLATE_EN_H
35 #define LHOGHO_TRANSLATE_EN_H
42 #define TR_OPTIONS TEXT( \
43 " |-h| |--help| || |print this help message| "\
44 " |-x| |--executable| || |create executable file| "\
45 " |-xc| |--executable-compiler| || |embed Lhogho in executable file| "\
46 " |-ci| |--case-insensitive| || |switch to case-insentivie mode| "\
47 " |-t| |--traditional| || |switch to traditional mode| "\
48 " |-Za| |--Zassembler| || |dump assembler code| "\
49 " |-Zm| |--Zmemory| || |dump memory statistics| "\
50 " |-Zmad| |--Zmemory-all-details| || |dump detailed memory statistics| "\
51 " |-Zrt| |--Zrun-time| || |dump runtime evaluations| "\
52 " |-Zt| |--Ztree| || |dump abstract syntax trees| "\
53 " |-Zv| |--Zvariables| || |dump variables| "\
54 " |-Zuv| |--Zuser-variables| || |dump user variables| "\
57 #define TR_HELP_TEXTS TEXT( \
58 " |LHOGHO - The LOGO Compiler| "\
59 " |Usage:\n lhogho [option] [option] ... filename [arguments]\n\nOptions:\n| "\
60 " |\nAdvanced options:| "\
61 " |\nUnsupported options:| "\
69 #define TR_PRIMITIVES TEXT( \
70 " false true to learn end toplevel system error" \
71 " * / + - = < > <= >= <> all? and any? or not " \
72 " first || butfirst bf firsts || butfirsts bfs" \
73 " last || butlast bl item || " \
74 " word list sentence se firstput fput lastput lput " \
75 " word? wordp list? listp number? numberp empty? emptyp " \
76 " equal? equalp notequal? notequalp before? beforep " \
77 " less? lessp greater? greaterp lessequal? lessequalp " \
78 " greaterequal? greaterequalp member? memberp || || count || " \
79 " char ascii lowercase || uppercase || member parse runparse " \
80 " sum difference minus product quotient remainder " \
81 " int round sqrt power exp log10 ln abs " \
82 " pi sin radsin cos radcos arctan radarctan " \
83 " iseq rseq random || rerandom || pick " \
84 " lshift ashift bitand bitor bitxor bitnot " \
85 " print pr ? show type || form format formattime timezone " \
86 " if ifelse repeat || repcount while do.while until do.until "\
87 " run forever ignore stop || make name output op maybeoutput local thing bye " \
88 " wait tag goto defined? definedp primitive? primitivep " \
89 " name? namep procedure? procedurep " \
90 " for case cond text fulltext define || load commandline " \
91 " printdepthlimit printwidthlimit fullprintp caseignoredp "\
92 " logoplatform logoversion logodialect " \
93 " catch throw error apply " \
94 " test iftrue ift iffalse iff " \
95 " backslashed? backslashedp " \
96 " remdup remove reverse rawascii" \
97 " substring? substringp substring gensym combine quoted" \
98 " runresult runmacro " \
100 " blocksize listtoblock blocktolist dataaddr listintoblock funcaddr " \
101 " openfile closefile readblock readinblock writeblock " \
102 " external internal _int3 _stackframe _stackframeatom " \
103 " readchar rc readchars rcs readrawline readword rw readlist rl " \
104 " getenv getenvs eof? eofp " \
105 " currentfolder makefolder erasefolder folder? folderp " \
106 " renamefolder folders changefolder files erasefile erf file? filep " \
107 " renamefile filesize filetimes openread openwrite openappend openupdate " \
108 " setread setwrite reader writer allopen closeall " \
109 " readpos setreadpos writepos setwritepos dribble nodribble " \
117 #define TR_ERRORS TEXT( \
118 " |The other counterpart is missing| " \
119 " |Empty expression| " \
120 " |Crowded expression| " \
121 " |Some left inputs are missing| " \
122 " |Some right inputs are missing| " \
123 " |Empty TO..END definition| " \
124 " |Missing name of a TO..END definition| " \
125 " |Duplicate name of input| " \
126 " |Unknown option| " \
127 " |Two or more input source files| " \
129 " |Incompatible TO..END redefinition| " \
132 " |Missing value| " \
133 " |Do not know how to do this| " \
134 " |Reference to unknown variable| " \
135 " |Boolean expression expected| " \
136 " |Not an integer number| " \
139 " |Value not compatible with function requirements| " \
140 " |Numeric value is too big| " \
141 " |Numeric value is too small| " \
142 " |Not a variable| " \
144 " |Thrown to toplevel| " \
145 " |Thrown to system| " \
146 " |Thrown by error| " \
147 " |Thrown by error| " \
148 " |Uncatched throw| " \
149 " |Uncatched throw| " \
151 " |Not a user-defined function| " \
152 " |Variable has no value| " \
153 " |Not a command or a function| " \
154 " |Not a list constant| " \
155 " |Not a word constant| " \
156 " |Missing initial or final limit| " \
157 " |Not a name of a supported type| " \
158 " |Not a valid function prototype| " \
159 " |Not a memory block| " \
160 " |Out of memory| " \
161 " |File is not opened| " \
162 " |Not a block or a block definition list| " \
[ HOME | INDEX | ATOMS | VARS | REFERENCE ]
Lhogho Developer's Documentation
Wed Jul 10 2013