remove duplication of keyword-number

This commit is contained in:
Kat Marchán 2024-02-15 00:17:41 -08:00
parent d064bc9026
commit fa9d30388c
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 1 deletions

View File

@ -802,7 +802,7 @@ hex := sign? '0x' hex-digit (hex-digit | '_')*
octal := sign? '0o' [0-7] [0-7_]*
binary := sign? '0b' ('0' | '1') ('0' | '1' | '_')*
keyword := keyword-number | boolean | '#null'
keyword := boolean | '#null'
keyword-number := '#inf' | '#-inf' | '#nan'