ionide / tree-sitter-fsharp

F# grammar for treesitter
MIT License
81 stars 19 forks source link

Fix/for expressions parsed as do #20

Closed Nsidorenco closed 1 year ago

Nsidorenco commented 1 year ago

Closed #17

Eliemer commented 1 year ago

Is this missing parser.c or is it ok to not include it anymore?

Nsidorenco commented 1 year ago

Is this missing parser.c or is it ok to not include it anymore?

Decided to remove it for now - it puts an extra requirement on the consumer of the parser, since they have to compile the grammar first. But it lets us avoid a lot of unnecessary merge conflicts while the grammar is still under active development