Log base 2 operator in assembler.

This commit is contained in:
chad
2013-10-08 02:20:32 -04:00
parent 2392401f4c
commit bd451a36af
2 changed files with 4 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ octnum 0[0-7]*
floatnum ([0-9]+f|[0-9]*\.[0-9]+)
num [+-]?({decnum}|{hexnum}|{octnum}|{floatnum})
space [ \t]*
peoperator ("+"|"-"|"*"|"/"|"%"|"&"|"|"|"^"|"<<"|">>")
peoperator ("+"|"-"|"*"|"/"|"%"|"&"|"|"|"^"|"<<"|">>"|"`")
parenexp "("({num}|{sym}|{peoperator}|{space}|"("|")")+")"
endl \r?\n