Google
Web alhem.net

rowo.h

Go to the documentation of this file.
00001 #define INT 257
00002 #define IDENTIFIER 258
00003 #define COMMENT 259
00004 #define Object 260
00005 #define EnumObjectType 261
00006 #define Cos 262
00007 #define Sin 263
00008 #define If 264
00009 #define Loop 265
00010 #define EQ 266
00011 #define NEQ 267
00012 #define AND 268
00013 #define OR 269
00014 typedef union {
00015         long l;
00016         char str[1000];
00017         struct codestruct {
00018                 char code[10000];
00019                 char bytecode[10000];
00020         } code;
00021 } YYSTYPE;
00022 extern YYSTYPE yylval;

Generated for Robot World by doxygen 1.3.6

Page, code, and content Copyright (C) 2004 by Anders Hedström