mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
c0d9b492a2
- any unicode line break (line feed, vertical tab, form feed, carriage return, NEL, LS and PS) is considered to terminate a single-line comment. The line break itself is considered to be the next token after the comment, leading to a parser error if it is not an ascii character (i.e. for NEL, LS and PS). - unterminated multiline comments are considered illegal tokens - '/** /' is considered an unterminated multiline comment (previously, whitespace was allowed before the last '/' |
||
---|---|---|
.. | ||
analysis | ||
ast | ||
codegen | ||
formal | ||
inlineasm | ||
interface | ||
parsing | ||
CMakeLists.txt |