mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
11 lines
181 B
C++
11 lines
181 B
C++
#include "spec_helper.h"
|
|
#include "../test_grammars/arithmetic.h"
|
|
|
|
using namespace tree_sitter::lr;
|
|
|
|
Describe(build_parse_tables) {
|
|
Describe(lexing_tables) {
|
|
|
|
};
|
|
};
|