fixed broken ints

This commit is contained in:
Jonas Rosling 2012-07-22 20:41:03 +01:00
parent 24e6e2976b
commit 9ac5df5876
1 changed files with 16 additions and 6 deletions

View File

@ -18,7 +18,7 @@
=Variable fg_310 =Variable fg_310
=Attribute fg_505 =Attribute fg_505
=Dunno fg_330 bold =Char fg_330 bold
:idle Idle :idle Idle
* idle * idle
@ -32,13 +32,13 @@
"-" maybe_attribute buffer "-" maybe_attribute buffer
"a-z" atom buffer mark noeat "a-z" atom buffer mark noeat
"#" record recolor=-1 "#" record recolor=-1
"$" dunno recolor=-1 "$" char recolor=-1
:dunno Dunno :char Char
* idle * idle
"\\" dunnoesc "\\" charesc
:dunnoesc Dunno :charesc Char
* idle * idle
:line_comment Comment :line_comment Comment
@ -123,6 +123,7 @@ done
"0-9" decimal "0-9" decimal
"." float "." float
"#" base "#" base
"Ee" eintval
:float Int :float Int
* idle noeat * idle noeat
@ -130,7 +131,16 @@ done
:base Int :base Int
* idle noeat * idle noeat
"0-9A-F" base "0-9A-Fa-f" base
"Ee" eintval
:eintval Int
* eint noeat
"-" eint
:eint Int
* idle noeat
"0-9" eint
:brace Brace :brace Brace
* idle noeat * idle noeat