virtuald / pyhcl

HCL is a configuration language. pyhcl is a python parser for it.
Mozilla Public License 2.0
335 stars 60 forks source link

Remove unused COMMAEND token #70

Closed robeden closed 4 years ago

robeden commented 4 years ago

This token has been defined for quite a while, but there is now a warning about it being unused (which it is). I'm assuming the behavior change came from pulling in the latest yacc parser, which now correctly alerts.

Fixes: #69

virtuald commented 4 years ago

Thanks!