https://issues.dlang.org/show_bug.cgi?id=21906
Issue ID: 21906
Summary: obscure sentence in the introduction to phases of
compilation
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dlang.org
Assignee: [email protected]
Reporter: [email protected]
from https://dlang.org/spec/intro.html, the first paragraph of 1.1 ends with
> It is also possible to compress D source by storing it in ‘tokenized’ form.
This sentence should be removed, it makes no sense in the current context.
The previous sentence
> This separation of passes makes language tools like syntax-directed editors
> relatively easy to create
concludes well, no need for a specific example.
--