In Matlab [R2019b](https://www.mathworks.com/help/releases/R2019b/matlab/release-notes.html?rntext=&startrelease=R2019b&endrelease=R2019b&groupby=release&sortby=descending), Matlab has introduced [hexadecimal and binary numeric literals](https://www.mathworks.com/help/matlab/matlab_prog/specify-hexadecimal-and-binary-numbers.html), such as `0x1A` and `0b101010`. Can these be added to the grammar?
In Matlab R2019b, Matlab has introduced hexadecimal and binary numeric literals, such as
0x1Aand0b101010. Can these be added to the grammar?