Sha256: acb76caccec298af2677bcc5428cbf5eec471f5e50066943d1e48202f2ba0561

Contents?: true

Size: 322 Bytes

Versions: 1

Compression:

Stored size: 322 Bytes

Contents

#ifndef RB_TREE_SITTER_H
#define RB_TREE_SITTER_H

#ifndef __MSXML_LIBRARY_DEFINED__
#define __MSXML_LIBRARY_DEFINED__
#endif

#include "ruby.h"
#include "runtime/document.h"
#include "ruby/encoding.h"

#include "document.h"
#include "node.h"

#define CSTR2SYM(s) (ID2SYM(rb_intern((s))))

void Init_treesitter();

#endif

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter.h