Skip to content

Instantly share code, notes, and snippets.

@spaceface777
Created July 15, 2020 19:43
Show Gist options
  • Save spaceface777/d3ca9c49534436e56f2c0c0fe0f1cce0 to your computer and use it in GitHub Desktop.
Save spaceface777/d3ca9c49534436e56f2c0c0fe0f1cce0 to your computer and use it in GitHub Desktop.
V parser debugging
if p.mod == 'main' {
println('-1 | ${p.prev_tok:-20} | 0 | ${p.tok:-20} | 1 | ${p.peek_tok:-20} | 2 | ${p.peek_tok2:-20} | 3 | ${p.peek_tok3}')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment