nedpals / tree-sitter-v

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

scanner - folder does not exists #19

Closed oneslash closed 1 year ago

oneslash commented 1 year ago

hi, I see the following command in packages.json but it doesn't run, I wanted to fix a bug cannot find this :(

"generate-scanner": "v -shared -skip-unused -o src/scanner.c scanner/",

nedpals commented 1 year ago

@oneslash The generate-scanner does not work properly at the moment. It was there to see if V can generate a custom scanner for tree-sitter without writing C code so you may ignore that.