seaofvoices / darklua

A command line tool that transforms Lua code
https://darklua.com/
MIT License
71 stars 9 forks source link

Unable to parse: `//=` #200

Closed Chi-EEE closed 2 months ago

Chi-EEE commented 2 months ago

Command:

darklua process test.lua test.output.lua

Example:

Error:

-> unable to parse `test.lua`: error occurred while creating ast: unexpected token `a`. (starting from line 2, character 1 and ending on line 2, character 2)
additional information: leftover token
Chi-EEE commented 2 months ago

Wait for full-moon to update cargo version: https://github.com/Kampfkarren/full-moon/issues/292

jeparlefrancais commented 2 months ago

Hello 👋 You're right that I am waiting for a new full-moon release to support this syntax. I'll close this issue as it is a duplicate of #153