Skip to content

Commit b85cf3c

Browse files
committed
Grammar edits
1 parent cca0a95 commit b85cf3c

File tree

1 file changed

+1
-1
lines changed
  • convex-core/src/main/antlr4/convex/core/json/reader/antlr

1 file changed

+1
-1
lines changed

convex-core/src/main/antlr4/convex/core/json/reader/antlr/JSON5.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ string
5353

5454
// numbers allow extra IEEE754 values as per JSON5
5555
number
56-
: NUMBER | NUMERIC_LITERAL | '+Infinity' | '-Infinity';
56+
: NUMBER | NUMERIC_LITERAL;
5757

5858
nil
5959
: 'null';

0 commit comments

Comments
 (0)