mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
JSSpecCompiler: Parse "Perform <expression>." steps
This commit is contained in:
parent
d1fc84c638
commit
ddf26a768c
2 changed files with 21 additions and 0 deletions
|
@ -84,6 +84,7 @@ private:
|
|||
TextParseErrorOr<Tree> parse_return_statement();
|
||||
TextParseErrorOr<Tree> parse_assert();
|
||||
TextParseErrorOr<Tree> parse_assignment();
|
||||
TextParseErrorOr<Tree> parse_perform();
|
||||
TextParseErrorOr<Tree> parse_simple_step_or_inline_if_branch();
|
||||
TextParseErrorOr<IfConditionParseResult> parse_if_beginning();
|
||||
TextParseErrorOr<Tree> parse_inline_if_else();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue