Staging
v0.5.1
Revision 900155fa42a78b2c0b5fb6d01bb81264162d9fdc authored by Mark Hammond on 18 September 2008, 03:51:46 UTC, committed by Mark Hammond on 18 September 2008, 03:51:46 UTC
later test failures.  As discussed on #python-dev
1 parent 9f381ec
Raw File
metagrammar.h
#ifndef Py_METAGRAMMAR_H
#define Py_METAGRAMMAR_H
#ifdef __cplusplus
extern "C" {
#endif


#define MSTART 256
#define RULE 257
#define RHS 258
#define ALT 259
#define ITEM 260
#define ATOM 261

#ifdef __cplusplus
}
#endif
#endif /* !Py_METAGRAMMAR_H */
back to top