We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8586696 commit 513d9f8Copy full SHA for 513d9f8
compiler/src/Lexer.x
@@ -16,7 +16,7 @@ import Control.Monad.Except
16
import Data.Char (isSpace, toLower)
17
import Data.List (dropWhileEnd)
18
import Data.Char ( chr )
19
-import Numeric ( readDec, readBin )
+import Numeric ( readDec, readBin, readOct, readHex )
20
import Control.Monad (when)
21
}
22
0 commit comments