# Training Exam for PL

# Parsing RegExps

AST Explorer (opens new window) supports various regexp parsers. Feel free to play with them and have a look at the shapes of the ASTs.

# Other Examples

  • See also another exam example in section Translator from Egg AST to AST Term of the TFA. The task there is to build a JSON Parser and translate a JSON containing the AST of an Egg parser onto the term notation.
Last Updated: 9 months ago