Expand description
Step one: Convert text to CST This module contains step one of the parser for the Cedar language. It converts text to a CST
Modules§
Functions§
- parse_
expr - Create CST for one Expression from text
- parse_
ident - Parse text as an identifier, or fail if it does not parse as an identifier
- parse_
name - Parse text as a Name, or fail if it does not parse as a Name
- parse_
policies - Create CST for multiple policies from text
- parse_
policy - Create CST for one policy statement from text
- parse_
primary - Create CST for one Primary value from text
- parse_
ref - Create CST for one Entity Ref (i.e., UID) from text