tylergibbs2 / async2rewrite

Automagically converts discord.py async-branch code to rewrite-branch code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find a way of keeping comments

tylergibbs2 opened this issue · comments

commented

This is a deal breaker issue for a lot of the people that want to use async2rewrite.

Potential Solutions

  • tokenizer module (most likely solution)
  • Find a way of acquiring, parsing, and unparsing a full syntax tree (little online information)
  • Custom parser (most difficult solution)