tree-sitter-nim
tree-sitter-nim copied to clipboard
Investigate a solution for synchronizing parser.c
From recent PR it appears that the generation is not deterministic and different platforms might generate outputs that differs in state positions, leading to CI failures.
Some ideas:
- Remove
parser.c
altogether, and rely on releases to ship prebuiltparser.c
. - Have CI generates a
parser.c
and commit it to the repository (on tags?).