Closed oneslash closed 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/",
@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.
generate-scanner
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/",