SeniorMars / tree-sitter-typst

A TreeSitter parser for the Typst File Format
MIT License
136 stars 7 forks source link

Build scanner.c in build.rs #8

Closed ErinvanderVeen closed 1 year ago

ErinvanderVeen commented 1 year ago

This resolves an issue in rust projects that use this grammar as a crate where the linker would encounter missing symbols.

ErinvanderVeen commented 1 year ago

Whoops, duplicate of #6