zkas: Add Uin64 type.

This commit is contained in:
parazyd
2022-01-25 18:42:31 +01:00
parent 17f6638a03
commit 65e189fad6
3 changed files with 14 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ local keyword = token(l.KEYWORD, word_match{
local type = token(l.TYPE, word_match{
'EcPoint', 'EcFixedPoint', 'Base', 'BaseArray',
'Scalar', 'ScalarArray', 'MerklePath', 'Uint32',
'Uint64',
})
-- Instructions.