Changes between Version 2 and Version 3 of Compilation
- Timestamp:
- 06/28/09 20:03:41 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Compilation
v2 v3 22 22 23 23 ''In what grammar class does D fall?'':: 24 I'm pretty sure it's context-free. In the lexical phase, there is some minor lookahead needed with numeric literals to disambiguate decimal points versus slices, and the syntactic phase requires arbitrary lookaheadto parse some declarations within function bodies. Other than that, it's very simple to parse.24 I'm pretty sure it's context-free. In the lexical phase, there is some minor lookahead needed with numeric literals to disambiguate decimal points versus slices, and the syntactic phase requires ''theoretically'' arbitrary lookahead (but in practice, usually no more than a couple tokens) to parse some declarations within function bodies. Other than that, it's very simple to parse.
![(please configure the [header_logo] section in trac.ini)](/dspec/chrome/site/your_project_logo.png)