Skip to content

Commit

Permalink
Remove invalid 5.1 binary exponent for hex numbers (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
keneanung authored and martin-eden committed Apr 25, 2018
1 parent dbdddb1 commit e152ada
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workshop/formats/lua/syntax/type_number.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ local hex_number =
cho(
{'.', int_16},
{int_16, opt('.', opt(int_16))}
),
opt(match_regexp('[pP][%+%-]?%d+'))
)
}

--[[
Expand Down

0 comments on commit e152ada

Please sign in to comment.