Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 531 Bytes

parsing-statements.md

File metadata and controls

17 lines (9 loc) · 531 Bytes

Parsing statements

This guide walks you through the steps to parse a statement that isn't implemented yet. You can also use this guide to optimize or fix the parsing of already exisiting statements.

To get an idea which statements aren't implemented yet, you can have a look at the list of implemented statements.

Creating the interface

Chose a interface. Have a look at the AST node types

Creating a test

Creating the class

TODO: NodeAcceptanceTest