1974
DOI: 10.1002/spe.4380040211
|View full text |Cite
|
Sign up to set email alerts
|

The definition of comments in programming languages

Abstract: This paper examines the concept of comments in programming languages and answers the questions: Why are they needed? How are they defined and implemented in existing languages? What should be provided in future languages?

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2

Citation Types

0
2
0

Year Published

1974
1974
2021
2021

Publication Types

Select...
6
1

Relationship

0
7

Authors

Journals

citations
Cited by 11 publications
(2 citation statements)
references
References 15 publications
0
2
0
Order By: Relevance
“…In addition, frequentlyused symbols in other languages such as =, { or } maintain their semantics Make elements distinguishable Keywords, different syntax highlighting and an outline view are used to make elements distinguishable Use syntactic sugar appropriately We avoid syntactic sugar since we think that in a small DSL expressing the same concepts in different ways can be counterproductive, confusing users and hindering validation and code generation unnecessarily Permit comments [45] Support for common types of comments: single-line comments (//) and multi-line comments (/*..*/)…”
Section: Use Descriptive Notationsmentioning
confidence: 99%
“…In addition, frequentlyused symbols in other languages such as =, { or } maintain their semantics Make elements distinguishable Keywords, different syntax highlighting and an outline view are used to make elements distinguishable Use syntactic sugar appropriately We avoid syntactic sugar since we think that in a small DSL expressing the same concepts in different ways can be counterproductive, confusing users and hindering validation and code generation unnecessarily Permit comments [45] Support for common types of comments: single-line comments (//) and multi-line comments (/*..*/)…”
Section: Use Descriptive Notationsmentioning
confidence: 99%
“…Permit comments [35] Support for common types of comments: single-line comments (//) and multi-line comments (/*..*/).…”
Section: Use Descriptive Notationsmentioning
confidence: 99%