nedpals / tree-sitter-v

Tree-sitter parser for V
MIT License
24 stars 5 forks source link

Fix all vlib parsing issues #10

Open hungrybluedev opened 3 years ago

hungrybluedev commented 3 years ago

Currently, these are the files in vlib that our parser is unable to parse. They all have at least one parsing error. The goal is to get this list close to to 0 before the public release of VLS.

Files remaining (as of 18th August 2021):

nedpals commented 3 years ago

NOTE: rand/util/util.v:10 array is used as an identifier

nedpals commented 3 years ago

vlib/vweb/assets/assets.v is affected by issue #9

nedpals commented 3 years ago

vlib/net/http/backend_nix.c.v is affected similar to issue #9 but for casting expression

hungrybluedev commented 3 years ago

The list has been updated to reflect the current count and includes all the missing files.