mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 11:16:42 +01:00
All Bit and logical operators working
This commit is contained in:
@@ -85,6 +85,7 @@ include { return 'include'; }
|
||||
\& { return '&'; }
|
||||
\| { return '|'; }
|
||||
\! { return '!'; }
|
||||
\~ { return '~'; }
|
||||
\< { return '<'; }
|
||||
\> { return '>'; }
|
||||
\! { return '!'; }
|
||||
|
||||
Reference in New Issue
Block a user