LIBDPARSE
Library for lexing and parsing D source code
Modules 11
- dparse.astThis module defines an Abstract Syntax Tree for the D language
- dparse.astprinter
- dparse.entitiesContains listing of named entities for the D lexer.
- dparse.formatter
- dparse.lexer
- dparse.parser
- dparse.rollback_allocator
- dparse.stack_buffer
- dparse.stringsUtility for unescaping D string literals of any kind
- dparse.triviaModule to work with trivia tokens (`comment`, `whitespace`, `specialTokenSequence`) which are attached to tokens near them when source code gets tokenized.
- std.experimental.lexerSummary This module contains a range-based compile-time lexer generator.