mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +00:00
JSSpecCompiler: Ignore notes in algorithm steps
This commit is contained in:
parent
ba61b61d67
commit
f7c952f842
6 changed files with 30 additions and 8 deletions
|
@ -56,7 +56,7 @@ public:
|
|||
}
|
||||
|
||||
TextParseErrorOr<ClauseHeader> parse_clause_header(ClauseHasAoidAttribute clause_has_aoid_attribute);
|
||||
TextParseErrorOr<Tree> parse_step_without_substeps();
|
||||
TextParseErrorOr<NullableTree> parse_step_without_substeps();
|
||||
TextParseErrorOr<Tree> parse_step_with_substeps(Tree substeps);
|
||||
|
||||
FailedTextParseDiagnostic get_diagnostic() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue