view ueda/sverp/lexer.h @ 73:bdfd0b802bb0

pads2gpcb/main.c: preparations for main output of named and placed elements
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Mon, 01 Feb 2016 00:29:36 +0000
parents cd92449fdb51
children
line wrap: on
line source

/* tokens */
#define	WORD		256
#define	NUMBER		257
#define QSTRING		258

/* limits */
#define	MAXWORD		63
#define	MAXDIGITS	5