Skip to main content

Module parser

Module parser 

Source

Modules§

json_schema
python
shell
typescript

Structs§

FunctionParam
A function parameter discovered in source code.
ParsedFile
Result of parsing a single source file.

Traits§

LanguageParser
Language parser trait. Each parser extracts security-relevant operations from source files.

Functions§

parser_for_language
Get the appropriate parser for a language.