KoffeinFlummi / armake2

Successor to armake written in Rust
GNU General Public License v2.0
50 stars 17 forks source link

Error on configs ending with a comment #30

Closed Krzmbrzl closed 5 years ago

Krzmbrzl commented 5 years ago

Armake throws an error on configs (maybe even files in general) ending with a single line comment (maybe also with multi-line comments). Appending a blank line at the end of a file solves the error.

The error message is: Unexpected token "/", expected: "[a-zA-Z0-9_]", "class", "delete"