10 lines
162 B
C++
10 lines
162 B
C++
#ifndef TreeSitter_arithmetic_h
|
|
#define TreeSitter_arithmetic_h
|
|
|
|
#include "grammar.h"
|
|
|
|
namespace test_grammars {
|
|
tree_sitter::Grammar arithmetic();
|
|
}
|
|
|
|
#endif
|