API documentation
| Module | Description |
|---|---|
| dparse.ast | This module defines an Abstract Syntax Tree for the D language |
| dparse.astprinter | |
| dparse.entities | Contains listing of named entities for the D lexer. |
| dparse.formatter | |
| dparse.lexer | |
| dparse.parser | |
| dparse.rollback_allocator | |
| dparse.stack_buffer | |
| dparse.strings | Utility for unescaping D string literals of any kind |
| dparse.trivia |
Module to work with trivia tokens (comment, whitespace,
specialTokenSequence) which are attached to tokens near them when source
code gets tokenized.
|
| std.experimental.lexer | Summary This module contains a range-based compile-time lexer generator. |