|
|
|
|
|
by ansible
678 days ago
|
|
> If I start parsing from an arbitrary offset in the code, ... Why would you ever do that? What's the point? There are many other examples, but in C and C++, if you don't start parsing at the beginning, you're definitely going to get many things wrong. What if you start parsing in the middle of an identifier? How can you possibly expect to get something useful from that? |
|
Syntax highlighting code visible on the screen