Skip to content

Commit

Permalink
safety commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Felalolf committed Oct 2, 2023
1 parent 9f08292 commit 81cfc37
Show file tree
Hide file tree
Showing 10 changed files with 1,208 additions and 1,152 deletions.
5 changes: 5 additions & 0 deletions src/main/antlr4/GobraParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,11 @@ literalType:

implicitArray: L_BRACKET ELLIPSIS R_BRACKET elementType;

fieldDecl: GHOST? (
identifierList type_
| embeddedField
) tag = string_?;

// ANTLR Grammar fixes

// distinguish low,high cap
Expand Down
Loading

0 comments on commit 81cfc37

Please sign in to comment.