Staging
v0.5.1
https://github.com/python/cpython
Revision 81c393b3ded977375d35297b3d47b47014b2391a authored by Georg Brandl on 10 April 2012, 17:30:22 UTC, committed by Georg Brandl on 10 April 2012, 17:30:22 UTC
2 parent s 4403601 + a7f6b14
Raw File
Tip revision: 81c393b3ded977375d35297b3d47b47014b2391a authored by Georg Brandl on 10 April 2012, 17:30:22 UTC
Merge.
Tip revision: 81c393b
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