Modules§
Structs§
- Parse
Result - Result of parsing a single source file.
Traits§
- Language
Parser - Contract every language parser must satisfy.
Functions§
- parser_
for_ path - Return the appropriate parser for
path, keyed on file extension. ReturnsNonewhen the extension is unsupported.