Skip to main content

Module parser

Module parser 

Source
Expand description

Parser for FiddlerScript.

This module implements a recursive descent parser with Pratt parsing for expression precedence handling.

The parser transforms a token stream into an Abstract Syntax Tree (AST).

Structsยง

Parser
The parser for FiddlerScript.