MCPcopy Create free account
hub / github.com/ControlCplusControlV/Scribe / IdentParser

Class IdentParser

crates/papyrus/src/parser.rs:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#[derive(Parser)]
9#[grammar = "./grammar.pest"]
10struct IdentParser;
11const DEFAULT_TYPE: YulType = YulType::U256;
12
13//Takes in yul code as a string and parses the grammar, returning a Struct that represents a statement or expression in Yul

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected