lemmy-help icon indicating copy to clipboard operation
lemmy-help copied to clipboard

zero-copy

Open numToStr opened this issue 2 years ago • 0 comments

ISSUE

  • [ ] ---@toc is not working because it requires ---@mod from all the files. But now with zero-copy, AST's lifetime is linked to src's of a particular file. So, calculating ---@toc after all the files are parsed, at the moment, is not possible.
  • [ ] Move prefixing logic into from parser() to VimDoc struct

numToStr avatar Mar 24 '23 12:03 numToStr