File: ucmparser.h

package info (click to toggle)
libtranscript 0.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,272 kB
  • sloc: ansic: 223,135; cpp: 4,289; sh: 1,095; xml: 172; makefile: 70; lex: 44
file content (29 lines) | stat: -rw-r--r-- 669 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* THIS FILE HAS BEEN AUTOMATICALLY GENERATED BY LLnextgen. DO NOT EDIT */
#ifndef  __LLNEXTGEN_LL_H__
#define __LLNEXTGEN_LL_H__
#ifndef LL_NOTOKENS
#define EOFILE 256
#define TAG 257
#define SURROGATES 258
#define ACTION 259
#define STRING 260
#define NUMBER 261
#define PRECISION 262
#define CHARMAP 263
#define VARIANT 264
#define _INTERNAL 265
#define END 266
#define HEXNUM 267
#define CHARSEQ 268
#define _INITIAL 269
#define _STATE 270
#endif
#define LL_MAXTOKNO 270
#define LL_MISSINGEOF (-1)
#define LL_DELETE (0)
#define LL_VERSION 0x000505L
#define LL_NEW_TOKEN (-2)
void parse_ucm(void * *LLretval);
const char *LLgetSymbol(int);
extern int LLsymb;
#endif