Lhogho  0.0.028
 All Data Structures Files Functions Variables Typedefs Macros Pages
translate_en.h File Reference

Go to the source code of this file.

Macros

#define TR_OPTIONS
 
#define TR_HELP_TEXTS
 
#define TR_PRIMITIVES
 translations of primitives More...
 

Error messages

#define TR_ERRORS
 

Macro Definition Documentation

#define TR_OPTIONS
Value:
TEXT( \
" |-h| |--help| || |print this help message| "\
" |-x| |--executable| || |create executable file| "\
" |-xc| |--executable-compiler| || |embed Lhogho in executable file| "\
" |-ci| |--case-insensitive| || |switch to case-insentivie mode| "\
" |-t| |--traditional| || |switch to traditional mode| "\
" |-Za| |--Zassembler| || |dump assembler code| "\
" |-Zm| |--Zmemory| || |dump memory statistics| "\
" |-Zmad| |--Zmemory-all-details| || |dump detailed memory statistics| "\
" |-Zrt| |--Zrun-time| || |dump runtime evaluations| "\
" |-Zt| |--Ztree| || |dump abstract syntax trees| "\
" |-Zv| |--Zvariables| || |dump variables| "\
" |-Zuv| |--Zuser-variables| || |dump user variables| "\
" " )

Definition at line 42 of file translate_en.h.

#define TR_HELP_TEXTS
Value:
TEXT( \
" |LHOGHO - The LOGO Compiler| "\
" |Usage:\n lhogho [option] [option] ... filename [arguments]\n\nOptions:\n| "\
" |\nAdvanced options:| "\
" |\nUnsupported options:| "\
" " )

Definition at line 57 of file translate_en.h.

#define TR_PRIMITIVES

Definition at line 69 of file translate_en.h.

#define TR_ERRORS
Value:
TEXT( \
" |The other counterpart is missing| " /*ERROR_INCOMPLETE_PAIR*/\
" |Empty expression| " /*ERROR_EMPTY_EXPRESSION*/\
" |Crowded expression| " /*ERROR_CROWDED_EXPRESSION*/\
" |Some left inputs are missing| " /*ERROR_MISSING_LEFTS*/\

Definition at line 117 of file translate_en.h.


[ HOME | INDEX | ATOMS | VARS | REFERENCE ]
Lhogho Developer's Documentation
Wed Jul 10 2013