Process variable-containing strings as one token

puppet-lint parses and separates double-quoted strings that contain variables into many types of tokens. For our purposes here, we just care about the string as a whole.

Adds a tight loop when encountering the beginning of a double-quoted string with a variable, and looks for the end before continuing.

Adds debugging capability for VSCode to the project.

Closes #19 (closed)

Merge request reports

Loading