mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Improvements (#33)
1. Skip recording undefined variables 2. Parse `in` correctly if it is not imported. 3. base64.decode 4. Handle `with` modifier for qualified data and input. Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
6228eaab4a
commit
c53d002347
+2
-1
@@ -7,6 +7,7 @@ mod bitwise;
|
||||
pub mod comparison;
|
||||
mod conversions;
|
||||
mod debugging;
|
||||
mod encoding;
|
||||
pub mod numbers;
|
||||
mod objects;
|
||||
pub mod sets;
|
||||
@@ -44,7 +45,7 @@ lazy_static! {
|
||||
conversions::register(&mut m);
|
||||
//units::register(&mut m);
|
||||
types::register(&mut m);
|
||||
//encoding::register(&mut m);
|
||||
encoding::register(&mut m);
|
||||
//token_signing::register(&mut m);
|
||||
//token_verification::register(&mut m);
|
||||
//time::register(&mut m);
|
||||
|
||||
Reference in New Issue
Block a user