dspinellis / dspinellis/tokenizer

Java closing braces prepended to the next statement when the statement option is used

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
66
Forks
21
PR merge metrics
No merged PRs in 30d

Description

If one tokenizes the following code snippet with -o statement

if (foo != bar) {
foo = bar;
}
foo = 2*bar;

the closing brace in the third line becomes the first numeric of the vector for the last line.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.