elixir-tools / spitfire

Error tolerant parser for Elixir
https://www.elixir-tools.dev
MIT License
69 stars 7 forks source link

feat: adds &parse_with_comments/2 function #19

Closed NJichev closed 4 months ago

NJichev commented 4 months ago

Adds a parse_with_comments function to spitfire. This will return the comments in the same format as &Code.string_to_quoted_with_comments/2. Needed in order to format back the code with the same comments.