Skip to content

Commit 1be931b

Browse files
hra687261filipeom
authored andcommitted
Parse i8 (8-bit integers/bit-vectors)
1 parent 99674a6 commit 1be931b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/smtml/lexer.mll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ let keywords =
1717
; ("real", TYPE (Ty_real))
1818
; ("bool", TYPE (Ty_bool))
1919
; ("str" , TYPE (Ty_str))
20+
; ("i8" , TYPE (Ty_bitv 8))
2021
; ("i32" , TYPE (Ty_bitv 32))
2122
; ("i64" , TYPE (Ty_bitv 64))
2223
; ("f32" , TYPE (Ty_fp 32))

0 commit comments

Comments
 (0)