Skip to content

Commit 3d7fc57

Browse files
authored
feat(compiler): Use symbol for equals sign (#1128)
1 parent 67ed436 commit 3d7fc57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler/src/parsing/parser.messages

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4222,7 +4222,7 @@ program: LET NUMBER_INT WHILE
42224222
## In state 379, spurious reduction of production pattern -> const
42234223
##
42244224

4225-
Expected a type annotation or an equals sign.
4225+
Expected a type annotation or `=`.
42264226

42274227
program: LET TYPEID DOT EOL WHILE
42284228
##
@@ -5453,7 +5453,7 @@ program: PRIMITIVE THROW COLON TYPEID WHEN
54535453
## In state 99, spurious reduction of production typ -> data_typ
54545454
##
54555455

5456-
Expected an equals sign followed by a string declaring the primitive's internal name.
5456+
Expected `=` followed by a string declaring the primitive's internal name.
54575457

54585458
program: PRIMITIVE ID WHILE
54595459
##
@@ -5650,7 +5650,7 @@ program: TYPE TYPEID LCARET ID RCARET EQEQ
56505650
## TYPE TYPEID option(id_vec)
56515651
##
56525652

5653-
Expected an equals sign followed by a type.
5653+
Expected `=` followed by a type.
56545654

56555655
program: RECORD TYPEID LBRACE MUT WHILE
56565656
##

0 commit comments

Comments
 (0)