User loginNavigation |
What to do about comments?This question has been bugging me for a while: whats the standard practice of handling comments during parsing? Ignore them or annotate the parsetree? My first thought is to simply let the lexer discard comments. But if the goal is to reproduce the source of the program via a pretty printer or some such, the comments need to come a long for the ride? What leads me to this line of inquiry is: If I'm a client purchasing a parser should I expect my $20,000 C++ parser (for example, I've read C++ parsers are expensive) to preserve comments? By markt at 2008-07-21 22:53 | LtU Forum | previous forum topic | next forum topic | other blogs | 8462 reads
|
Browse archivesActive forum topics |
Recent comments
3 days 8 min ago
3 days 1 hour ago
3 days 2 hours ago
3 days 2 hours ago
3 days 13 hours ago
4 days 13 hours ago
1 week 2 hours ago
1 week 1 day ago
1 week 4 days ago
2 weeks 22 min ago