mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
zkas: Add Uin64 type.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user