Staging
v0.5.1
https://github.com/python/cpython
Revision a1aea3a6c4717d97e2b8079c46b17820f90cab95 authored by Fred Drake on 23 September 2003, 05:21:02 UTC, committed by Fred Drake on 23 September 2003, 05:21:02 UTC
1 parent d452fe0
Raw File
Tip revision: a1aea3a6c4717d97e2b8079c46b17820f90cab95 authored by Fred Drake on 23 September 2003, 05:21:02 UTC
add entry for 2.3.1
Tip revision: a1aea3a
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