summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2019-10-10 11:25:54 -0700
committerJeremy Evans <code@jeremyevans.net>2019-10-10 13:45:19 -0700
commit29c1e9a0d4c855781853f0ad41b0125f42cf504d (patch)
tree55f1f0b06ee20186f916cb7d99e4fd2e4edaa970 /sample
parentddb0267e76d4127e66fec9b5865d053c6ed9721a (diff)
Document the difference between expressions and statements [ci skip]
In the grammar, all expressions are statements, but not all statements are expressions. Some parts of the grammar accept expressions and not other types of statements, which causes similar looking code to parse differently due to operator precedence. Mostly from Dan0042 (Daniel DeLorme). Fixes [Bug #16092]
Diffstat (limited to 'sample')
0 files changed, 0 insertions, 0 deletions