Skip to main content

Module parser

Module parser 

Source

Modules§

go
java
python
rust
typescript

Structs§

ParseResult
Result of parsing a single source file.

Traits§

LanguageParser
Contract every language parser must satisfy.

Functions§

parser_for_path
Return the appropriate parser for path, keyed on file extension. Returns None when the extension is unsupported.