Module cedar_policy_core::parser::text_to_cst

source ·
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§

  • Create CST for one Expression from text
  • Parse text as an identifier, or fail if it does not parse as an identifier
  • Parse text as a Name, or fail if it does not parse as a Name
  • Create CST for multiple policies from text
  • Create CST for one policy statement from text
  • Create CST for one Primary value from text
  • Create CST for one Entity Ref (i.e., UID) from text