Sha256: c4a48838fddb95048356c5f27465c5971413354f134957536f5353fb6904cbff

Contents?: true

Size: 340 Bytes

Versions: 1

Compression:

Stored size: 340 Bytes

Contents

#ifndef COMPILER_BUILD_TABLES_RULE_CAN_BE_BLANK_H_
#define COMPILER_BUILD_TABLES_RULE_CAN_BE_BLANK_H_

#include "compiler/rule.h"

namespace tree_sitter {
namespace build_tables {

bool rule_can_be_blank(const rule_ptr &rule);

}  // namespace build_tables
}  // namespace tree_sitter

#endif  // COMPILER_BUILD_TABLES_RULE_CAN_BE_BLANK_H_

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tree-sitter-0.0.1 ext/tree-sitter/tree-sitter/src/compiler/build_tables/rule_can_be_blank.h