ctags icon indicating copy to clipboard operation
ctags copied to clipboard

optscript: minor issues

Open masatake opened this issue 4 years ago • 0 comments

Interpreter:

  • [ ] provide the way to fill language specific fields
  • [ ] provide the way to create anonymous tags
  • [ ] provide accessors for implementation field
  • [ ] revise the original {_field=} feature
  • [ ] _strrpbrk
  • [ ] write a tutorial
  • [ ] options fo listing error types.
  • [x] provide operators to specify locations (_matchloc)
  • [ ] accessor for table execution stack
  • [x] provide the way to run guest parsers (_makepromise)
  • [x] provide accessors for access field (:access, access:)
  • [ ] provide accessors for file field
  • [ ] provide accessors for pattern field
  • [ ] implement \0
  • [ ] Assert() alike operator

Improve parsers:

  • [x] rewrite puppetManifest parser. See #2974. (partially done)
  • [x] operator for setting placeholder flag (in progress #3027)
  • [ ] Implement Vue
  • [ ] Imporove Elm parser

masatake avatar May 03 '21 00:05 masatake