Staging
v0.8.1
Revision 5d52022406d21818603c945e65a9ac8154a6bbab authored by Ned Deily on 17 May 2014, 21:30:09 UTC, committed by Ned Deily on 17 May 2014, 21:30:09 UTC
1 parent 6936159
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