Staging
v0.8.1
Revision 21a808230aa33741f1dd9bf38f0e283c1b72210e authored by Miss Islington (bot) on 13 September 2018, 00:06:53 UTC, committed by GitHub on 13 September 2018, 00:06:53 UTC
(cherry picked from commit e1a34ceb541ef87e03bb428630097dacc9c658e5)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
1 parent bdace2e
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