2013-11-07 13:24:01 -08:00
|
|
|
#ifndef __TreeSitter__rules__
|
|
|
|
|
#define __TreeSitter__rules__
|
|
|
|
|
|
2013-11-12 18:37:02 -08:00
|
|
|
#include "rule.h"
|
|
|
|
|
#include "blank.h"
|
|
|
|
|
#include "symbol.h"
|
|
|
|
|
#include "choice.h"
|
|
|
|
|
#include "seq.h"
|
|
|
|
|
#include "string.h"
|
|
|
|
|
#include "pattern.h"
|
|
|
|
|
#include "char.h"
|
2013-11-15 08:46:45 -08:00
|
|
|
#include "repeat.h"
|
2013-11-10 14:24:25 -08:00
|
|
|
|
2013-11-05 22:15:19 -08:00
|
|
|
#endif
|