Fix bad expression for numbers.
This commit is contained in:
parent
0ff71a9389
commit
0e4d82ad44
|
@ -12,7 +12,7 @@ libab_result lexer_init(lexer* lexer) {
|
||||||
"[a-zA-Z][a-zA-Z0-9_]*",
|
"[a-zA-Z][a-zA-Z0-9_]*",
|
||||||
"true",
|
"true",
|
||||||
"false",
|
"false",
|
||||||
"[0-9]+(\\.[0-9]*)",
|
"[0-9]+(\\.[0-9]*)?",
|
||||||
"\"[^\"]*\"",
|
"\"[^\"]*\"",
|
||||||
"'[^']'",
|
"'[^']'",
|
||||||
"fun",
|
"fun",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user