2013-11-10 14:24:25 -08:00
|
|
|
#include "spec_helper.h"
|
2013-11-14 21:25:58 -08:00
|
|
|
#include "../test_grammars/arithmetic.h"
|
2013-11-10 14:24:25 -08:00
|
|
|
|
2013-11-14 21:25:58 -08:00
|
|
|
using namespace tree_sitter::lr;
|
2013-11-12 18:37:02 -08:00
|
|
|
|
2013-11-14 21:25:58 -08:00
|
|
|
Describe(build_parse_tables) {
|
|
|
|
|
Describe(lexing_tables) {
|
|
|
|
|
|
2013-11-12 18:37:02 -08:00
|
|
|
};
|
2013-11-10 14:24:25 -08:00
|
|
|
};
|