From dbfd9a7451d5ff3005b40303089361a6ae898098 Mon Sep 17 00:00:00 2001 From: Pranav Gaddamadugu Date: Mon, 11 Jul 2022 07:49:52 -0700 Subject: [PATCH] Better error for address comparison; regen test expectations --- .../src/type_checker/check_expressions.rs | 13 +- .../statements/compare_diff_types_fail.leo | 2 +- .../compiler/compiler/circuits/inline.out | 2 +- .../compiler/circuits/inline_member_pass.out | 2 +- .../compiler/circuits/member_variable.out | 2 +- .../compiler/console/log_conditional.out | 6 +- .../compiler/console/log_parameter.out | 2 +- .../compiler/console/log_parameter_many.out | 2 +- .../compiler/compiler/core/algorithms/bhp.out | 2 +- .../compiler/core/algorithms/pedersen.out | 2 +- .../compiler/core/algorithms/poseidon.out | 2 +- .../compiler/function/conditional_return.out | 4 +- .../compiler/compiler/function/iteration.out | 4 +- .../compiler/function/iteration_repeated.out | 4 +- .../compiler/compiler/function/repeated.out | 2 +- .../compiler/compiler/function/return.out | 4 +- .../compiler/compiler/integers/i128/add.out | 4 +- .../compiler/compiler/integers/i128/and.out | 4 +- .../compiler/integers/i128/console_assert.out | 4 +- .../compiler/compiler/integers/i128/div.out | 4 +- .../compiler/compiler/integers/i128/eq.out | 4 +- .../compiler/compiler/integers/i128/ge.out | 6 +- .../compiler/compiler/integers/i128/gt.out | 6 +- .../compiler/compiler/integers/i128/le.out | 6 +- .../compiler/compiler/integers/i128/lt.out | 6 +- .../compiler/compiler/integers/i128/max.out | 2 +- .../compiler/compiler/integers/i128/min.out | 2 +- .../compiler/compiler/integers/i128/mul.out | 4 +- .../compiler/compiler/integers/i128/ne.out | 6 +- .../compiler/integers/i128/negate.out | 6 +- .../compiler/integers/i128/negate_min.out | 2 +- .../compiler/integers/i128/negate_zero.out | 2 +- .../integers/i128/operator_methods.out | 4 +- .../compiler/compiler/integers/i128/or.out | 4 +- .../compiler/compiler/integers/i128/pow.out | 4 +- .../compiler/compiler/integers/i128/shl.out | 4 +- .../compiler/compiler/integers/i128/shr.out | 4 +- .../compiler/compiler/integers/i128/sub.out | 4 +- .../compiler/integers/i128/ternary.out | 6 +- .../compiler/compiler/integers/i128/xor.out | 4 +- .../compiler/compiler/integers/i16/add.out | 4 +- .../compiler/compiler/integers/i16/and.out | 4 +- .../compiler/integers/i16/console_assert.out | 4 +- .../compiler/compiler/integers/i16/div.out | 4 +- .../compiler/compiler/integers/i16/eq.out | 4 +- .../compiler/compiler/integers/i16/ge.out | 6 +- .../compiler/compiler/integers/i16/gt.out | 6 +- .../compiler/compiler/integers/i16/le.out | 6 +- .../compiler/compiler/integers/i16/lt.out | 6 +- .../compiler/compiler/integers/i16/max.out | 2 +- .../compiler/compiler/integers/i16/min.out | 2 +- .../compiler/compiler/integers/i16/mul.out | 4 +- .../compiler/compiler/integers/i16/ne.out | 6 +- .../compiler/compiler/integers/i16/negate.out | 6 +- .../compiler/integers/i16/negate_min_fail.out | 2 +- .../compiler/integers/i16/negate_zero.out | 2 +- .../integers/i16/operator_methods.out | 4 +- .../compiler/compiler/integers/i16/or.out | 4 +- .../compiler/compiler/integers/i16/pow.out | 4 +- .../compiler/compiler/integers/i16/shl.out | 4 +- .../compiler/compiler/integers/i16/shr.out | 4 +- .../compiler/compiler/integers/i16/sub.out | 4 +- .../compiler/integers/i16/ternary.out | 6 +- .../compiler/compiler/integers/i16/xor.out | 4 +- .../compiler/compiler/integers/i32/add.out | 4 +- .../compiler/compiler/integers/i32/and.out | 4 +- .../compiler/integers/i32/console_assert.out | 4 +- .../compiler/compiler/integers/i32/div.out | 4 +- .../compiler/compiler/integers/i32/eq.out | 4 +- .../compiler/compiler/integers/i32/ge.out | 6 +- .../compiler/compiler/integers/i32/gt.out | 6 +- .../compiler/compiler/integers/i32/le.out | 6 +- .../compiler/compiler/integers/i32/lt.out | 6 +- .../compiler/compiler/integers/i32/max.out | 2 +- .../compiler/compiler/integers/i32/min.out | 2 +- .../compiler/compiler/integers/i32/mul.out | 4 +- .../compiler/compiler/integers/i32/ne.out | 6 +- .../compiler/compiler/integers/i32/negate.out | 6 +- .../compiler/integers/i32/negate_min.out | 2 +- .../compiler/integers/i32/negate_zero.out | 2 +- .../integers/i32/operator_methods.out | 4 +- .../compiler/compiler/integers/i32/or.out | 4 +- .../compiler/compiler/integers/i32/pow.out | 4 +- .../compiler/compiler/integers/i32/shl.out | 4 +- .../compiler/compiler/integers/i32/shr.out | 4 +- .../compiler/compiler/integers/i32/sub.out | 4 +- .../compiler/integers/i32/ternary.out | 6 +- .../compiler/compiler/integers/i32/xor.out | 4 +- .../compiler/compiler/integers/i64/add.out | 4 +- .../compiler/compiler/integers/i64/and.out | 4 +- .../compiler/integers/i64/console_assert.out | 4 +- .../compiler/compiler/integers/i64/div.out | 4 +- .../compiler/compiler/integers/i64/eq.out | 4 +- .../compiler/compiler/integers/i64/ge.out | 6 +- .../compiler/compiler/integers/i64/gt.out | 6 +- .../compiler/compiler/integers/i64/le.out | 6 +- .../compiler/compiler/integers/i64/lt.out | 6 +- .../compiler/compiler/integers/i64/max.out | 2 +- .../compiler/compiler/integers/i64/min.out | 2 +- .../compiler/compiler/integers/i64/mul.out | 4 +- .../compiler/compiler/integers/i64/ne.out | 6 +- .../compiler/compiler/integers/i64/negate.out | 6 +- .../compiler/integers/i64/negate_min.out | 2 +- .../compiler/integers/i64/negate_zero.out | 2 +- .../integers/i64/operator_methods.out | 4 +- .../compiler/compiler/integers/i64/or.out | 4 +- .../compiler/compiler/integers/i64/pow.out | 4 +- .../compiler/compiler/integers/i64/shl.out | 4 +- .../compiler/compiler/integers/i64/shr.out | 4 +- .../compiler/compiler/integers/i64/sub.out | 4 +- .../compiler/integers/i64/ternary.out | 6 +- .../compiler/compiler/integers/i64/xor.out | 4 +- .../compiler/compiler/integers/i8/add.out | 4 +- .../compiler/compiler/integers/i8/and.out | 4 +- .../compiler/integers/i8/console_assert.out | 4 +- .../compiler/compiler/integers/i8/div.out | 4 +- .../compiler/compiler/integers/i8/eq.out | 4 +- .../compiler/compiler/integers/i8/ge.out | 6 +- .../compiler/compiler/integers/i8/gt.out | 6 +- .../compiler/compiler/integers/i8/le.out | 6 +- .../compiler/compiler/integers/i8/lt.out | 6 +- .../compiler/compiler/integers/i8/max.out | 2 +- .../compiler/compiler/integers/i8/min.out | 2 +- .../compiler/compiler/integers/i8/mul.out | 4 +- .../compiler/compiler/integers/i8/ne.out | 6 +- .../compiler/compiler/integers/i8/negate.out | 6 +- .../compiler/integers/i8/negate_min.out | 2 +- .../compiler/integers/i8/negate_zero.out | 2 +- .../compiler/integers/i8/operator_methods.out | 4 +- .../compiler/compiler/integers/i8/or.out | 4 +- .../compiler/compiler/integers/i8/pow.out | 4 +- .../compiler/compiler/integers/i8/shl.out | 4 +- .../compiler/compiler/integers/i8/shr.out | 4 +- .../compiler/compiler/integers/i8/sub.out | 4 +- .../compiler/compiler/integers/i8/ternary.out | 6 +- .../compiler/compiler/integers/i8/xor.out | 4 +- .../compiler/compiler/integers/u128/add.out | 4 +- .../compiler/compiler/integers/u128/and.out | 4 +- .../compiler/integers/u128/console_assert.out | 4 +- .../compiler/compiler/integers/u128/div.out | 4 +- .../compiler/compiler/integers/u128/eq.out | 4 +- .../compiler/compiler/integers/u128/ge.out | 6 +- .../compiler/compiler/integers/u128/gt.out | 6 +- .../compiler/compiler/integers/u128/le.out | 6 +- .../compiler/compiler/integers/u128/lt.out | 6 +- .../compiler/compiler/integers/u128/max.out | 2 +- .../compiler/compiler/integers/u128/min.out | 2 +- .../compiler/compiler/integers/u128/mul.out | 4 +- .../compiler/compiler/integers/u128/ne.out | 6 +- .../integers/u128/operator_methods.out | 4 +- .../compiler/compiler/integers/u128/or.out | 4 +- .../compiler/compiler/integers/u128/pow.out | 2 +- .../compiler/compiler/integers/u128/shl.out | 4 +- .../compiler/compiler/integers/u128/shr.out | 4 +- .../compiler/compiler/integers/u128/sub.out | 4 +- .../compiler/integers/u128/ternary.out | 6 +- .../compiler/compiler/integers/u128/xor.out | 4 +- .../compiler/compiler/integers/u16/add.out | 4 +- .../compiler/compiler/integers/u16/and.out | 4 +- .../compiler/integers/u16/console_assert.out | 4 +- .../compiler/compiler/integers/u16/div.out | 4 +- .../compiler/compiler/integers/u16/eq.out | 4 +- .../compiler/compiler/integers/u16/ge.out | 6 +- .../compiler/compiler/integers/u16/gt.out | 6 +- .../compiler/compiler/integers/u16/le.out | 6 +- .../compiler/compiler/integers/u16/lt.out | 6 +- .../compiler/compiler/integers/u16/max.out | 2 +- .../compiler/compiler/integers/u16/min.out | 2 +- .../compiler/compiler/integers/u16/mul.out | 4 +- .../compiler/compiler/integers/u16/ne.out | 6 +- .../integers/u16/operator_methods.out | 4 +- .../compiler/compiler/integers/u16/or.out | 4 +- .../compiler/compiler/integers/u16/pow.out | 4 +- .../compiler/compiler/integers/u16/shl.out | 4 +- .../compiler/compiler/integers/u16/shr.out | 4 +- .../compiler/compiler/integers/u16/sub.out | 4 +- .../compiler/integers/u16/ternary.out | 6 +- .../compiler/compiler/integers/u16/xor.out | 4 +- .../compiler/compiler/integers/u32/add.out | 4 +- .../compiler/compiler/integers/u32/and.out | 4 +- .../compiler/integers/u32/console_assert.out | 4 +- .../compiler/compiler/integers/u32/div.out | 4 +- .../compiler/compiler/integers/u32/eq.out | 4 +- .../compiler/compiler/integers/u32/ge.out | 6 +- .../compiler/compiler/integers/u32/gt.out | 6 +- .../compiler/compiler/integers/u32/le.out | 6 +- .../compiler/compiler/integers/u32/lt.out | 6 +- .../compiler/compiler/integers/u32/max.out | 2 +- .../compiler/compiler/integers/u32/min.out | 2 +- .../compiler/compiler/integers/u32/mul.out | 4 +- .../compiler/compiler/integers/u32/ne.out | 6 +- .../integers/u32/operator_methods.out | 4 +- .../compiler/compiler/integers/u32/or.out | 4 +- .../compiler/compiler/integers/u32/pow.out | 4 +- .../compiler/compiler/integers/u32/shl.out | 4 +- .../compiler/compiler/integers/u32/shr.out | 4 +- .../compiler/compiler/integers/u32/sub.out | 4 +- .../compiler/integers/u32/ternary.out | 6 +- .../compiler/compiler/integers/u32/xor.out | 4 +- .../compiler/compiler/integers/u64/add.out | 4 +- .../compiler/compiler/integers/u64/and.out | 4 +- .../compiler/integers/u64/console_assert.out | 4 +- .../compiler/compiler/integers/u64/div.out | 4 +- .../compiler/compiler/integers/u64/eq.out | 4 +- .../compiler/compiler/integers/u64/ge.out | 6 +- .../compiler/compiler/integers/u64/gt.out | 6 +- .../compiler/compiler/integers/u64/le.out | 6 +- .../compiler/compiler/integers/u64/lt.out | 6 +- .../compiler/compiler/integers/u64/max.out | 2 +- .../compiler/compiler/integers/u64/min.out | 2 +- .../compiler/compiler/integers/u64/mul.out | 4 +- .../compiler/compiler/integers/u64/ne.out | 6 +- .../integers/u64/operator_methods.out | 4 +- .../compiler/compiler/integers/u64/or.out | 4 +- .../compiler/compiler/integers/u64/pow.out | 4 +- .../compiler/compiler/integers/u64/shl.out | 4 +- .../compiler/compiler/integers/u64/shr.out | 4 +- .../compiler/compiler/integers/u64/sub.out | 4 +- .../compiler/integers/u64/ternary.out | 6 +- .../compiler/compiler/integers/u64/xor.out | 4 +- .../compiler/compiler/integers/u8/add.out | 4 +- .../compiler/compiler/integers/u8/and.out | 4 +- .../compiler/integers/u8/console_assert.out | 4 +- .../compiler/compiler/integers/u8/div.out | 4 +- .../compiler/compiler/integers/u8/eq.out | 4 +- .../compiler/compiler/integers/u8/ge.out | 6 +- .../compiler/compiler/integers/u8/gt.out | 6 +- .../compiler/compiler/integers/u8/le.out | 6 +- .../compiler/compiler/integers/u8/lt.out | 6 +- .../compiler/compiler/integers/u8/max.out | 2 +- .../compiler/compiler/integers/u8/min.out | 2 +- .../compiler/compiler/integers/u8/mul.out | 4 +- .../compiler/compiler/integers/u8/ne.out | 6 +- .../compiler/integers/u8/operator_methods.out | 4 +- .../compiler/compiler/integers/u8/or.out | 4 +- .../compiler/compiler/integers/u8/pow.out | 4 +- .../compiler/compiler/integers/u8/shl.out | 4 +- .../compiler/compiler/integers/u8/shr.out | 4 +- .../compiler/compiler/integers/u8/sub.out | 4 +- .../compiler/compiler/integers/u8/ternary.out | 6 +- .../compiler/compiler/integers/u8/xor.out | 4 +- .../compiler/compiler/mutability/cond_mut.out | 2 +- .../compiler/mutability/let_mut_nested.out | 2 +- .../compiler/compiler/records/declaration.out | 2 +- .../compiler/records/init_expression.out | 2 +- .../records/init_expression_shorthand.out | 2 +- .../compiler/statements/all_loops.out | 2 +- .../compiler/compiler/statements/block.out | 4 +- .../compiler/compiler/statements/chain.out | 8 +- .../statements/compare_diff_types_fail.out | 6 +- .../compiler/compiler/statements/for_loop.out | 4 +- .../compiler/statements/iteration_basic.out | 4 +- .../statements/iteration_variable.out | 4 +- .../compiler/statements/multiple_returns.out | 6 +- .../compiler/compiler/statements/mutate.out | 6 +- .../ternary_explicit_and_implicit.out | 4 +- .../parser/parser/expression/binary/add.out | 60 ++-- .../parser/expression/binary/bit_and.out | 60 ++-- .../parser/expression/binary/bit_or.out | 60 ++-- .../parser/expression/binary/bit_xor.out | 60 ++-- .../parser/parser/expression/binary/div.out | 33 +- .../parser/parser/expression/binary/eq.out | 48 +-- .../parser/parser/expression/binary/ge.out | 24 +- .../parser/parser/expression/binary/gt.out | 24 +- .../parser/parser/expression/binary/le.out | 24 +- .../parser/parser/expression/binary/lt.out | 24 +- .../parser/parser/expression/binary/mul.out | 51 +-- .../parser/parser/expression/binary/neq.out | 48 +-- .../parser/parser/expression/binary/pow.out | 21 +- .../parser/parser/expression/binary/shl.out | 60 ++-- .../parser/parser/expression/binary/shr.out | 60 ++-- .../parser/parser/expression/binary/sub.out | 33 +- .../expression/literal/int_parse/i128.out | 315 ++++++------------ .../expression/literal/int_parse/i16.out | 315 ++++++------------ .../expression/literal/int_parse/i32.out | 315 ++++++------------ .../expression/literal/int_parse/i64.out | 315 ++++++------------ .../expression/literal/int_parse/i8.out | 315 ++++++------------ .../expression/literal/int_parse/u128.out | 315 ++++++------------ .../expression/literal/int_parse/u16.out | 315 ++++++------------ .../expression/literal/int_parse/u32.out | 315 ++++++------------ .../expression/literal/int_parse/u64.out | 315 ++++++------------ .../expression/literal/int_parse/u8.out | 315 ++++++------------ .../parser/parser/expression/unary/neg.out | 3 +- .../parser/parser/functions/const_input.out | 12 +- .../parser/parser/functions/const_param.out | 24 +- .../parser/parser/functions/empty2.out | 3 +- .../parser/parser/functions/params.out | 12 +- .../parser/parser/functions/params_return.out | 12 +- .../parser/parser/functions/public_param.out | 24 +- .../parser/parser/functions/return.out | 6 +- .../parser/parser/inputs/input_const.out | 24 +- .../parser/parser/inputs/input_constant.out | 24 +- .../parser/parser/inputs/input_public.out | 24 +- .../parser/parser/serialize/one_plus_one.out | 11 +- .../parser/parser/statement/block.out | 9 +- .../parser/parser/statement/conditional.out | 9 +- .../parser/parser/statement/definition.out | 36 +- .../parser/parser/statement/iteration.out | 33 +- .../parser/parser/statement/return.out | 3 +- .../parser/unreachable/math_op_pass.out | 21 +- .../parser/unreachable/postfix_pass.out | 75 ++--- 301 files changed, 1945 insertions(+), 3341 deletions(-) diff --git a/compiler/passes/src/type_checker/check_expressions.rs b/compiler/passes/src/type_checker/check_expressions.rs index fabb94315c..95d5c03f33 100644 --- a/compiler/passes/src/type_checker/check_expressions.rs +++ b/compiler/passes/src/type_checker/check_expressions.rs @@ -452,8 +452,17 @@ impl<'a> ExpressionVisitor<'a> for TypeChecker<'a> { let t1 = self.visit_expression(&input.left, &None); let t2 = self.visit_expression(&input.right, &None); - self.assert_field_scalar_int_type(&t1, input.left.span()); - self.assert_field_scalar_int_type(&t2, input.right.span()); + match (t1, t2) { + (Some(Type::Address), _) | (_, Some(Type::Address)) => { + // Emit an error for address comparison. + self.handler + .emit_err(TypeCheckerError::compare_address(input.op, input.span())); + } + (t1, t2) => { + self.assert_field_scalar_int_type(&t1, input.left.span()); + self.assert_field_scalar_int_type(&t2, input.right.span()); + } + } // Check that the types of the operands are equal. self.check_eq_types(&t1, &t2, input.span()); diff --git a/tests/compiler/statements/compare_diff_types_fail.leo b/tests/compiler/statements/compare_diff_types_fail.leo index f407813698..9225b367b3 100644 --- a/tests/compiler/statements/compare_diff_types_fail.leo +++ b/tests/compiler/statements/compare_diff_types_fail.leo @@ -1,6 +1,6 @@ /* namespace: Compile -expectation: Pass +expectation: Fail input_file: inputs/i8.in */ diff --git a/tests/expectations/compiler/compiler/circuits/inline.out b/tests/expectations/compiler/compiler/circuits/inline.out index 94d4418f77..91569afe2d 100644 --- a/tests/expectations/compiler/compiler/circuits/inline.out +++ b/tests/expectations/compiler/compiler/circuits/inline.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: no input - initial_ast: 8507cd1753f4d2a835fa34d3d784487d89d595ea415d51145dd7291a839159c2 + initial_ast: 8f8b23a3a97cccb575817e969dcb7f40d9ae4007eaba5bbe18dbe29ff7b43c74 diff --git a/tests/expectations/compiler/compiler/circuits/inline_member_pass.out b/tests/expectations/compiler/compiler/circuits/inline_member_pass.out index e49761bcbe..34d4d02b22 100644 --- a/tests/expectations/compiler/compiler/circuits/inline_member_pass.out +++ b/tests/expectations/compiler/compiler/circuits/inline_member_pass.out @@ -2,4 +2,4 @@ namespace: Compile expectation: Fail outputs: - - "Error [ETYC0372006]: Unknown variable `b`\n --> compiler-test:10:13\n |\n 10 | return (b.x == a.x) == y;\n | ^\nError [ETYC0372004]: Could not determine the type of `b`\n --> compiler-test:10:13\n |\n 10 | return (b.x == a.x) == y;\n | ^\n" + - "Error [ETYC0372006]: Unknown variable `b`\n --> compiler-test:10:13\n |\n 10 | return (b.x == a.x) == y;\n | ^\nError [ETYC0372004]: Could not determine the type of `b`\n --> compiler-test:10:13\n |\n 10 | return (b.x == a.x) == y;\n | ^\nError [ETYC0372003]: Found type `no type` but type `u8` was expected\n --> compiler-test:10:13\n |\n 10 | return (b.x == a.x) == y;\n | ^^^^^^^^\n" diff --git a/tests/expectations/compiler/compiler/circuits/member_variable.out b/tests/expectations/compiler/compiler/circuits/member_variable.out index 059608050c..47e1d7d556 100644 --- a/tests/expectations/compiler/compiler/circuits/member_variable.out +++ b/tests/expectations/compiler/compiler/circuits/member_variable.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 29f6139d908d390f890f04d8ee620757d29b7f71cd48c46ff65bc1e70aae840c - initial_ast: 630995cc22fb6ec613f02e3aaa18392770158b2bbaf5aa1736c0bf71dd7357ce + initial_ast: 23d09c729f58a788cb7595aecf56887cf5789c4e6e01a23e82a30acd8566f3ae diff --git a/tests/expectations/compiler/compiler/console/log_conditional.out b/tests/expectations/compiler/compiler/console/log_conditional.out index b310f78b73..8998fae90d 100644 --- a/tests/expectations/compiler/compiler/console/log_conditional.out +++ b/tests/expectations/compiler/compiler/console/log_conditional.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 06fad995841b833ef5074920ae270b93bf82ad60b6c8b440c66b8bc5018aaa72 - - initial_input_ast: 34bd981451bdeb915a2de749b969c8804c06e44a9f4473f36d6efac7617baead - initial_ast: f8315b82b0a05e0e69fb8b0342b46cbee976ec20d62e0edd2f066bf51acd81d6 + - initial_input_ast: 12a0efa27e9b65c045088e471e6c254bb71c60cca4eb369f41e83a29301130cf + - initial_input_ast: 5622eb396c2aea656e3bfa6b1ad0d39fce6bc221978a13c9be4d750da46cfc48 + initial_ast: 55d9703e3d5d928fccbaedc6f90315d474134fba8fb20c36b947d38d6ba89559 diff --git a/tests/expectations/compiler/compiler/console/log_parameter.out b/tests/expectations/compiler/compiler/console/log_parameter.out index fc2bab2a30..a8aae3557c 100644 --- a/tests/expectations/compiler/compiler/console/log_parameter.out +++ b/tests/expectations/compiler/compiler/console/log_parameter.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: f18a0e019ca4719c4c4ef5b7313f562c3bc9581819d161d84566e706f3765249 - initial_ast: f319125731635279a198fb2df8c0446475024c70829e9de32fa5f43c38079862 + initial_ast: 16320966b1bbc4c2b995afea1ad43d2dff71069afe0a64d2cb02db7090f77d1c diff --git a/tests/expectations/compiler/compiler/console/log_parameter_many.out b/tests/expectations/compiler/compiler/console/log_parameter_many.out index d7d15bfa13..2ba43ebf88 100644 --- a/tests/expectations/compiler/compiler/console/log_parameter_many.out +++ b/tests/expectations/compiler/compiler/console/log_parameter_many.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 16910a94cf1f803ae6425ae6bee9422b01651c2c243b5e46807dc3191d169e64 - initial_ast: 52824ac2e84097578faf0ff92f7ca840d2de30e8454a540886123a2cf79192ae + initial_ast: e011ebfe969a677129422da69795a3600206dd7ab034f6eddba00c47b7fff57b diff --git a/tests/expectations/compiler/compiler/core/algorithms/bhp.out b/tests/expectations/compiler/compiler/core/algorithms/bhp.out index 679ddae844..bebf93d879 100644 --- a/tests/expectations/compiler/compiler/core/algorithms/bhp.out +++ b/tests/expectations/compiler/compiler/core/algorithms/bhp.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: no input - initial_ast: fc0f2558100be5c1216c0d56e8be51be6ad4f51e47e42f89b96d1b9bae0ae34d + initial_ast: 311a447cab4ed615f1fef056e3214cf388d68cecf226646c42457808f281b5ab diff --git a/tests/expectations/compiler/compiler/core/algorithms/pedersen.out b/tests/expectations/compiler/compiler/core/algorithms/pedersen.out index 54cb9846c3..5a1741f163 100644 --- a/tests/expectations/compiler/compiler/core/algorithms/pedersen.out +++ b/tests/expectations/compiler/compiler/core/algorithms/pedersen.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: no input - initial_ast: 8c3b9cf2aad8ba67eb351b67ed4642caa64a7ff83a2dcdc48f05413bba7ba81f + initial_ast: be8774546e22dce47af7bb1bfbad7c9a8b4ea0669d28a1d9d90354c767d4e884 diff --git a/tests/expectations/compiler/compiler/core/algorithms/poseidon.out b/tests/expectations/compiler/compiler/core/algorithms/poseidon.out index 231c78c0c3..068f225155 100644 --- a/tests/expectations/compiler/compiler/core/algorithms/poseidon.out +++ b/tests/expectations/compiler/compiler/core/algorithms/poseidon.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: no input - initial_ast: 0a7abaad3d4eb543b09e8664f8b274714f742bec62c45fe56dd6bece0a19161e + initial_ast: a2d100581a93e0d30eb164e9481d263019390a0d6c707e77cb928966a41098a3 diff --git a/tests/expectations/compiler/compiler/function/conditional_return.out b/tests/expectations/compiler/compiler/function/conditional_return.out index 6eaaf724e0..caefff672f 100644 --- a/tests/expectations/compiler/compiler/function/conditional_return.out +++ b/tests/expectations/compiler/compiler/function/conditional_return.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: f4c81e7647e3b7cb29e8faf5456878989cbc81cb49097acf5bc9aaafc9092b6b - initial_ast: ed69198e934ac7f6a604adb37a4b27ad593909930029904db802c1895d7269c9 + - initial_input_ast: ae0703890dbea144e675f85228e958d6903df0d1ebd88f16a531624270205cc2 + initial_ast: 119d8a18a7e21352fe6f0f9f1c98ba64576f4f92cb4d34d33ee11c1718b77d2b diff --git a/tests/expectations/compiler/compiler/function/iteration.out b/tests/expectations/compiler/compiler/function/iteration.out index 8972765c1d..9c1d4a50e6 100644 --- a/tests/expectations/compiler/compiler/function/iteration.out +++ b/tests/expectations/compiler/compiler/function/iteration.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 1febcc333f69e7f5ea2e8b9e915c66a23f4e195c6106a31cffb1adb81b90f0e4 - initial_ast: 7df50863de140cd6033391d929212b91180ff90737c536e631f977ddf9eb9d91 + - initial_input_ast: 20c78fdc1aa61aab7198367aa6618923dca3acf5d2a4abaf1724786fb156234b + initial_ast: 1e3b62aafa8bd711e01f67f7695fbf2f46778267ade1a8cf679fb527efed91fc diff --git a/tests/expectations/compiler/compiler/function/iteration_repeated.out b/tests/expectations/compiler/compiler/function/iteration_repeated.out index d4e41b329d..c6c652e0b8 100644 --- a/tests/expectations/compiler/compiler/function/iteration_repeated.out +++ b/tests/expectations/compiler/compiler/function/iteration_repeated.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: ae87aca959c3d818c9259be6ca73eca6ada9633312e81a4df172d833f40c78e9 - initial_ast: 24bdae47f1154abc4c7f8dbe30dde72ae25779e4464e8942968c7fd36f602d42 + - initial_input_ast: ab4d5c5684c7eac16c0eef269b050be81f9b5af82e541d9bc43b1da5f2dfce33 + initial_ast: 49a2207c42c335fd20446fec1d601db651781d867133756af45d71851dc82b30 diff --git a/tests/expectations/compiler/compiler/function/repeated.out b/tests/expectations/compiler/compiler/function/repeated.out index a2f1234269..ea22f4139e 100644 --- a/tests/expectations/compiler/compiler/function/repeated.out +++ b/tests/expectations/compiler/compiler/function/repeated.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 6b8596d250b3c42a0ff9856eb4a94d28c72b2953313d594f13a5d3f1de6f072f + - initial_input_ast: 9af772ba2f200de34252f1d0306b9dd5d028f5019ff940be9c3624c4c78e1518 initial_ast: a21fe86230689152fbfcf3529c818c0ef25fe9f3117de260f85ae84cc535c503 diff --git a/tests/expectations/compiler/compiler/function/return.out b/tests/expectations/compiler/compiler/function/return.out index ba3a854867..063689770e 100644 --- a/tests/expectations/compiler/compiler/function/return.out +++ b/tests/expectations/compiler/compiler/function/return.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: d11a4218606717322234d8ea4c4786d6edce90f07abde9e120d597cb0e838ce0 - initial_ast: 9a7092fce407db3067a8ed1a90dbd5613dff7d581d2df73ce7f6701ff64e5e0b + - initial_input_ast: b36400e27028efb4b1b490603f9f3d4f1ab5b6c0d2556e951977e5cc6637221e + initial_ast: bd5358fd2f2353de98a501f3cbadfe744d28e1167f5996383acd56c5f85fddfc diff --git a/tests/expectations/compiler/compiler/integers/i128/add.out b/tests/expectations/compiler/compiler/integers/i128/add.out index 45faf1211c..b4f7f74aa8 100644 --- a/tests/expectations/compiler/compiler/integers/i128/add.out +++ b/tests/expectations/compiler/compiler/integers/i128/add.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: ca7500628480432228743b9eff2cac69e433bc0a9da6ce007cae38ef9c2b57a6 - initial_ast: 07374055a6d078ecbf9f3c76a3c63cef7b529a583333afc655d1f7b22c8fd054 + - initial_input_ast: b7a1796fa4abcee565ee7dea475310c15b5881c60a2acc7a2b65cea9a84acf56 + initial_ast: e34ffa0e065d7195913b5fc2eafefd593f14661621b1ece0c35c1caf58aeff08 diff --git a/tests/expectations/compiler/compiler/integers/i128/and.out b/tests/expectations/compiler/compiler/integers/i128/and.out index 26f4716946..d36bd7e48e 100644 --- a/tests/expectations/compiler/compiler/integers/i128/and.out +++ b/tests/expectations/compiler/compiler/integers/i128/and.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: ca7500628480432228743b9eff2cac69e433bc0a9da6ce007cae38ef9c2b57a6 - initial_ast: 210dcc0f1e9522a7a7ada3b633f1ce0401f8c53ad0acf3e59f60772b51f35899 + - initial_input_ast: b7a1796fa4abcee565ee7dea475310c15b5881c60a2acc7a2b65cea9a84acf56 + initial_ast: 590c5c7b84a9984976f65b69b66a335cb4480433b3d4419c59b7c1e9fbb6af76 diff --git a/tests/expectations/compiler/compiler/integers/i128/console_assert.out b/tests/expectations/compiler/compiler/integers/i128/console_assert.out index 5dbfd1b4db..d97b951d33 100644 --- a/tests/expectations/compiler/compiler/integers/i128/console_assert.out +++ b/tests/expectations/compiler/compiler/integers/i128/console_assert.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 86fc147511a8405918da9d9f5e40b2daccb441e80b793287203d30b21bb5600a - initial_ast: e684deb39dd4d7d41b1d5062f5f025df84d1998d16a59871d53f211dd9d9cce2 + - initial_input_ast: 809c4e4298aa9ee1320cb7b491bc3dc81deb71a691cdc7add970e2c2bf5f47b5 + initial_ast: 3f92ca3248bbb9651c4d778b77fbebc27ee391022f4be263c11d92b8c43792c3 diff --git a/tests/expectations/compiler/compiler/integers/i128/div.out b/tests/expectations/compiler/compiler/integers/i128/div.out index da99e4c620..845d3cbde4 100644 --- a/tests/expectations/compiler/compiler/integers/i128/div.out +++ b/tests/expectations/compiler/compiler/integers/i128/div.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 8562aec00f8be8367748af8197e2add488cbae2e0931674b68581744dbaafe61 - initial_ast: ae2ef5614de8c31c25df7bb8cea87eb00ac8c154fb4a0ead71dfc306dc836b66 + - initial_input_ast: 7034fae8c2db1f78f9f42400f5a6b28d498a7d31f7e35923584622420bfa0ef6 + initial_ast: d24946df75358b10a41e7a6f315cb2db6ad258c0137327164d278474fda75395 diff --git a/tests/expectations/compiler/compiler/integers/i128/eq.out b/tests/expectations/compiler/compiler/integers/i128/eq.out index ebe94d282f..0d1c3ede11 100644 --- a/tests/expectations/compiler/compiler/integers/i128/eq.out +++ b/tests/expectations/compiler/compiler/integers/i128/eq.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: a4d1618b78d6f649f06d5f58f5ae0bb45135717abf3feea0541698ddb0212ec6 - initial_ast: 44bd05c77cfb936ae6363fd532803e6939b0893d887d4e85b205ab3517ecfefa + - initial_input_ast: 91219f5a1516834f9c60220a65cece763ae40c916f636fed729b1fd91e25310a + initial_ast: 93e41274aaaac2fff380b54125c09d74831d35659a7aac1294028432821cae7e diff --git a/tests/expectations/compiler/compiler/integers/i128/ge.out b/tests/expectations/compiler/compiler/integers/i128/ge.out index 476866b76b..e4d06c1499 100644 --- a/tests/expectations/compiler/compiler/integers/i128/ge.out +++ b/tests/expectations/compiler/compiler/integers/i128/ge.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 14e51b70ecee1d7bbdd5c37abf0d03f2c620fc9d31d68135108e241d78f738a6 - - initial_input_ast: d5462c67471a54461a3e8bdca815ec0700534c47e89ee9adc34f1243c53d1f11 - initial_ast: 190357900b121a5278ca1cd8174bc13a092dd3babf9727c03fd27ab51066ba29 + - initial_input_ast: 4c374f44b16a3c60d9140164aca01d9e70cee27cf3adfce8ded7a8abc5fc6ac7 + - initial_input_ast: 9036921d0594f2bc8402c7364492ca47d57d34e8588b0bef6491ae6978454e31 + initial_ast: 1225a3174326b8baec35ffedd4d5a0b223fab5bda40bcd1ddb806555ba67d27b diff --git a/tests/expectations/compiler/compiler/integers/i128/gt.out b/tests/expectations/compiler/compiler/integers/i128/gt.out index dcb3ed70fb..882bc8f128 100644 --- a/tests/expectations/compiler/compiler/integers/i128/gt.out +++ b/tests/expectations/compiler/compiler/integers/i128/gt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: dfdb458d96c001da809b9b656e1f32b1b3936303033136bb8fd8c99d9732dde3 - - initial_input_ast: 8687bd99746f218264adc45a810fb6e16cf8ead9f64d63faa7b376e4e3907f84 - initial_ast: 1b01fc5c167c9957c4f631fcf1e494444822f748f3abcc977d13263a0a74cb9f + - initial_input_ast: c6365539642a404ce31b3c71f191f6b05a80aabb82727bf6fbcffb87eddba3f0 + - initial_input_ast: 73d7d29dee3c0c90538069b0a1684281d0cd2f338f1594768727ea83fae404ee + initial_ast: 980a3a527c8b2cdb31e315c640ba45f1e3719be478705c7727798e03f5a577b6 diff --git a/tests/expectations/compiler/compiler/integers/i128/le.out b/tests/expectations/compiler/compiler/integers/i128/le.out index d6c8f3c70e..b7cb26a1e6 100644 --- a/tests/expectations/compiler/compiler/integers/i128/le.out +++ b/tests/expectations/compiler/compiler/integers/i128/le.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 14e51b70ecee1d7bbdd5c37abf0d03f2c620fc9d31d68135108e241d78f738a6 - - initial_input_ast: e34798d157f456fecf7ceed2e406c6b76e0b1bcda3a7110f56de0df10472b3c4 - initial_ast: 3396a4771011467bf2f248f6346e7c2c5dae8dc8b14eddc39a58d180538a506d + - initial_input_ast: 4c374f44b16a3c60d9140164aca01d9e70cee27cf3adfce8ded7a8abc5fc6ac7 + - initial_input_ast: 3a80a61b2cc37b77014d08a9648e9e572ae99460a993862404fc3a7ce4051097 + initial_ast: 15638f5f2242c32ff194f4b7d3f1b6a33f3192c246bc2ff7029a9c946707f670 diff --git a/tests/expectations/compiler/compiler/integers/i128/lt.out b/tests/expectations/compiler/compiler/integers/i128/lt.out index 894a172a3d..f98640a85a 100644 --- a/tests/expectations/compiler/compiler/integers/i128/lt.out +++ b/tests/expectations/compiler/compiler/integers/i128/lt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 8ed1bfd98e5df545f33dfc3b622573a028950b9f44a6038d84d903839ce6b226 - - initial_input_ast: bc33c98fd9b5eba7bd68ca76eea533e137e786f4b75b79421de10134b56585df - initial_ast: 66cb035a3d249a394e8dbbe19cbc02f5cddb844a78bc80c838c7cab191fe9701 + - initial_input_ast: 2e33c1206abe4dd7b81062773aa064b5214ac8c021efe6cb1f308b46703b015b + - initial_input_ast: 27663c1ae0936e46593e6f1cd159d804beb8f3c7071af6699ed78b79add761d0 + initial_ast: 151694d2e22e6e492d7362d3051b12815f0109961fe39e555fa7efa9359e433c diff --git a/tests/expectations/compiler/compiler/integers/i128/max.out b/tests/expectations/compiler/compiler/integers/i128/max.out index 34c8c23fee..c016eb8f23 100644 --- a/tests/expectations/compiler/compiler/integers/i128/max.out +++ b/tests/expectations/compiler/compiler/integers/i128/max.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: a2ab6a89c5952a113fbecdeb630917b4699c38dcda5971528ab35cdd5e92c216 - initial_ast: 76fb816766ffe11700b4c2a7ebf8502f09b7a5ca9f616fcfb1fbfc083d70b91e + initial_ast: 95bb8a4a6584f6149d0a527c9ec28ffc8e027b810aeef85907e0944342299aac diff --git a/tests/expectations/compiler/compiler/integers/i128/min.out b/tests/expectations/compiler/compiler/integers/i128/min.out index 129af93309..ffc036328e 100644 --- a/tests/expectations/compiler/compiler/integers/i128/min.out +++ b/tests/expectations/compiler/compiler/integers/i128/min.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 1480b753150538db3f133e6491506ee264d39be8d1c0dab484cd81a20f24cdd8 - initial_ast: 03f31393c00a98648f946675297b0c1bcefb2660ec10f96a955eec09fcdefecb + initial_ast: 696e12a08adb948a7cb259734594922321a47edd5baf1d70483aac0b6ade5c32 diff --git a/tests/expectations/compiler/compiler/integers/i128/mul.out b/tests/expectations/compiler/compiler/integers/i128/mul.out index 9f96106379..61304cd867 100644 --- a/tests/expectations/compiler/compiler/integers/i128/mul.out +++ b/tests/expectations/compiler/compiler/integers/i128/mul.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 42fddcefe5cf53169d184a40cd71b49276704e081253906c01f79604ade70767 - initial_ast: 275429c58b52b8d80540eeeffe81ea7182132b42bbcbf9314eb6d87cedf769e7 + - initial_input_ast: 0a3d0e75cabf9109c310875de99ef0185236ade5661ec59843a4d3ade564cc87 + initial_ast: 75c250142408f4dfd31767a75e20e089c83ce42e5852f2c6c5553b30ef3d202f diff --git a/tests/expectations/compiler/compiler/integers/i128/ne.out b/tests/expectations/compiler/compiler/integers/i128/ne.out index 3464abe049..c9953d005c 100644 --- a/tests/expectations/compiler/compiler/integers/i128/ne.out +++ b/tests/expectations/compiler/compiler/integers/i128/ne.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 63066c216028b02a42d2eac61498268917858ed1821c2ae0e58717b82d7bbf8d - - initial_input_ast: 7446cc6978fba2a498bc55383084c51e05a9bdba1eb03ddb311d523be65585ce - initial_ast: c9f475f9bad29101a941423e97e83757441cc28efa410434f9ae27839f07bafa + - initial_input_ast: 3f1ceecb6aee150c506548e59fdb0c3dfd893df3e560dd3f23eb79d1395b453f + - initial_input_ast: c4acc91b534d1069d54ef3a6fa44ba2e574f6afe217f7ed8786d76faca728ab7 + initial_ast: 1ecc427391a4f0fc8af1b5c831ee1565a73164ed7ee3f77e23070445cc243ee0 diff --git a/tests/expectations/compiler/compiler/integers/i128/negate.out b/tests/expectations/compiler/compiler/integers/i128/negate.out index 43f89ae728..2b6bb78460 100644 --- a/tests/expectations/compiler/compiler/integers/i128/negate.out +++ b/tests/expectations/compiler/compiler/integers/i128/negate.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: b7ef231f7dd6bc63f301a57ffd5da98fae92d14999aaf72c94c85aa28ee66ab1 - - initial_input_ast: cfe2ed866172bc2b8ed033f9e5086dc5e518e7305631123537e5e7ce2697ec25 - initial_ast: fbb42eff2dd3ea8ef4e74f998d10ba76ea3dfb4f5789484fc876bc54c8b582f9 + - initial_input_ast: edb9d7d1001c01bfbfdac5e82195c6e34c22597244d0b4f1e6290b2adf25f731 + - initial_input_ast: 4d43aa69ae8a201ba01257a0b308c7132493807dd9986c388972a63af07f6982 + initial_ast: 41941dcdbe500bcdd043316a20bd2aba37a19f5ec808ee3711e158abfb6032b5 diff --git a/tests/expectations/compiler/compiler/integers/i128/negate_min.out b/tests/expectations/compiler/compiler/integers/i128/negate_min.out index 08cc6784e5..e7671ca1b4 100644 --- a/tests/expectations/compiler/compiler/integers/i128/negate_min.out +++ b/tests/expectations/compiler/compiler/integers/i128/negate_min.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: d2117e2d504b1c95edd7f81c2fb111787aba0b797e0f076fbb473971dc0d3639 - initial_ast: 656d8d0ee36bd258a452ad524cf0761e432dc5e39ff990dd8c1aff5246cfd81a + initial_ast: 575e75b6ea0475d3ddf898f139b19e21a20c0feed0b5af67918d55e12261275b diff --git a/tests/expectations/compiler/compiler/integers/i128/negate_zero.out b/tests/expectations/compiler/compiler/integers/i128/negate_zero.out index d07878bbc4..97cfebbc03 100644 --- a/tests/expectations/compiler/compiler/integers/i128/negate_zero.out +++ b/tests/expectations/compiler/compiler/integers/i128/negate_zero.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 34fcde78f661247ade77dd607c349139ab960d39b6a5e10efb7102e0f52aa9de - initial_ast: 679872f43b04fdcfeb4cc560f3e2f95831adde9a40dea1cdaf28b73ce08aba90 + initial_ast: 725e140a8c32d81eb35777d6746032220d44b7b9f2ff9c1436b4b121e6af456c diff --git a/tests/expectations/compiler/compiler/integers/i128/operator_methods.out b/tests/expectations/compiler/compiler/integers/i128/operator_methods.out index b715129d91..1856732e46 100644 --- a/tests/expectations/compiler/compiler/integers/i128/operator_methods.out +++ b/tests/expectations/compiler/compiler/integers/i128/operator_methods.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 7a421e06f3d56a5ff35cde69dfc10576b6c08f46a54ba24a666faa06e05d22a6 - initial_ast: e7106189c908d27971e18c74d402859225869a735452ee6546d5c0958e459575 + - initial_input_ast: 01980590e6fa50034c226d4672bcd6d6a7f25b20dea3d696750947803335f586 + initial_ast: 6f925055ea505d7875587d4b4efa72c797a746f2dd50aeaf3f8b00ccd28291c1 diff --git a/tests/expectations/compiler/compiler/integers/i128/or.out b/tests/expectations/compiler/compiler/integers/i128/or.out index 793cdc3f77..a2cb0c4053 100644 --- a/tests/expectations/compiler/compiler/integers/i128/or.out +++ b/tests/expectations/compiler/compiler/integers/i128/or.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: ca7500628480432228743b9eff2cac69e433bc0a9da6ce007cae38ef9c2b57a6 - initial_ast: da3f6e496c8765a7fd3bc91bac882ad9ff142b05b78d437161de77cfa9e93d77 + - initial_input_ast: b7a1796fa4abcee565ee7dea475310c15b5881c60a2acc7a2b65cea9a84acf56 + initial_ast: be60af084221fa1e1cbe8c8624be712809038aa42da90f5b922d860c4705f404 diff --git a/tests/expectations/compiler/compiler/integers/i128/pow.out b/tests/expectations/compiler/compiler/integers/i128/pow.out index 82e73075e6..f9a38f6b15 100644 --- a/tests/expectations/compiler/compiler/integers/i128/pow.out +++ b/tests/expectations/compiler/compiler/integers/i128/pow.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: a2ddf46a6ab6a9ae23438bad4a04a03e699f74cf478054017008197940e1c816 - initial_ast: 40f8374b33869991660bf29065ce5a7bda015b3860e1d4d122ab47d6c9d8c527 + - initial_input_ast: 5b2a4c4f581321b440a00dc3d0e6731b0990b3316681bf74f0e3b9b7aa1d5857 + initial_ast: bcfe9c461ea7bf83847db080e38b326ef41037196d135cb6577111ed1c6a6d44 diff --git a/tests/expectations/compiler/compiler/integers/i128/shl.out b/tests/expectations/compiler/compiler/integers/i128/shl.out index 7fb1e0e826..eadae632a0 100644 --- a/tests/expectations/compiler/compiler/integers/i128/shl.out +++ b/tests/expectations/compiler/compiler/integers/i128/shl.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: ee62d8508ac57ff5e421f4524903e8a65375db4e08db14fcaf0cec4f11974ce6 - initial_ast: 48cf3da6026d7c545126575a39d3210415f1fcb1732d668c6d22cdd7c88878cc + - initial_input_ast: 3bb40d51d0fc627b1a310c49481404fe8fbd7a46140b0540605108582dcfc060 + initial_ast: 51d2a4d29bdd0722676e2bd3af27b24acc9f33fcbb3fb09ee33642502be578a6 diff --git a/tests/expectations/compiler/compiler/integers/i128/shr.out b/tests/expectations/compiler/compiler/integers/i128/shr.out index 9178045814..a8a60d71f8 100644 --- a/tests/expectations/compiler/compiler/integers/i128/shr.out +++ b/tests/expectations/compiler/compiler/integers/i128/shr.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: ee62d8508ac57ff5e421f4524903e8a65375db4e08db14fcaf0cec4f11974ce6 - initial_ast: a1995d34c2fc6bec480cef2270472ffed393936d5f6f6f72bf3d720d65336b20 + - initial_input_ast: 3bb40d51d0fc627b1a310c49481404fe8fbd7a46140b0540605108582dcfc060 + initial_ast: f964a8f780bf319028adf0a88403ead2e8aaef007946f9e9df93fec454aff2e6 diff --git a/tests/expectations/compiler/compiler/integers/i128/sub.out b/tests/expectations/compiler/compiler/integers/i128/sub.out index 7dba3a9d5b..a4f8be041a 100644 --- a/tests/expectations/compiler/compiler/integers/i128/sub.out +++ b/tests/expectations/compiler/compiler/integers/i128/sub.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 4b489f1abc0cef5123b21e23de7a754ec616820ece226c08584e511216a9bda1 - initial_ast: e4c37027d24f38f95598bdc92a184b6ac411eb63addfecc5869b5d241f5732d5 + - initial_input_ast: ecf34ea664106ec74de1673761e384ad672b16363124f7082e6bf6d9956516dd + initial_ast: a955274e6ecf77d6529bd4145be4ae2532e6369e87c3ee670b6e605b8498e6d5 diff --git a/tests/expectations/compiler/compiler/integers/i128/ternary.out b/tests/expectations/compiler/compiler/integers/i128/ternary.out index f349b02fa1..34968ba777 100644 --- a/tests/expectations/compiler/compiler/integers/i128/ternary.out +++ b/tests/expectations/compiler/compiler/integers/i128/ternary.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 79fd283874b08961452d9a787c30439a1e551a2866a636368f4d17f8e88985de - - initial_input_ast: 31e8d186f6c363350a67a31ede99b55c376ffc7a2ae779dcf0aedb43cb94979e - initial_ast: 4de7b18747a3626dc77775180ad482caff806b2a6cf88318956471407bf000a7 + - initial_input_ast: 138ca535c4fd8ce9f1da98e1c1faa03eb5ebd2b1ca026e36c55e78a5da92b97b + - initial_input_ast: 920e39624bf39cb7915596796f56d41f21fdac239f7d059d65a35a50d88547cc + initial_ast: 2f53ab9e22032f299716e729c8b1592268f5b2fe797d5da45b4dba8db87e33e0 diff --git a/tests/expectations/compiler/compiler/integers/i128/xor.out b/tests/expectations/compiler/compiler/integers/i128/xor.out index e6e06b2439..db1ad8f62e 100644 --- a/tests/expectations/compiler/compiler/integers/i128/xor.out +++ b/tests/expectations/compiler/compiler/integers/i128/xor.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 24836b073b76f7a0d3248569022711039180676965e828443fa77db4ca49de81 - initial_ast: 67682b0f37d8433be92c854d4a66d7d48b55d50143af3dae7880c3520ae7bde0 + - initial_input_ast: 6607b5492dc722f19a13fa90a31997433461d2ccbdf4b14c5526327b3d994bad + initial_ast: e610892e5454bc99e694de9f50505c18018e281eafdd59c82ca37d4e30891590 diff --git a/tests/expectations/compiler/compiler/integers/i16/add.out b/tests/expectations/compiler/compiler/integers/i16/add.out index e775707fe7..b1bf31945a 100644 --- a/tests/expectations/compiler/compiler/integers/i16/add.out +++ b/tests/expectations/compiler/compiler/integers/i16/add.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: ca6ab55d11bc84ae5e5442cbc17ecf2f2ff6d31041d98a43c9710c2e3a7f7ff9 - initial_ast: b869cd86791b366b69f05ea45ea7d37bf002fbbee22a6b08b319f9be9bf43597 + - initial_input_ast: 2c7911ddb339c2fcdee25cf21fec17727233c194b135902d29f247cc7c20c446 + initial_ast: 4352e37df75663d8acc963355c63387419f28fc98c4230f86d5de36524a33a1f diff --git a/tests/expectations/compiler/compiler/integers/i16/and.out b/tests/expectations/compiler/compiler/integers/i16/and.out index 64b82c7530..2a18936156 100644 --- a/tests/expectations/compiler/compiler/integers/i16/and.out +++ b/tests/expectations/compiler/compiler/integers/i16/and.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: ca6ab55d11bc84ae5e5442cbc17ecf2f2ff6d31041d98a43c9710c2e3a7f7ff9 - initial_ast: 809452097bde742b77243261863cd9d5b404f9e87f271ff0c3a51d024d7a3277 + - initial_input_ast: 2c7911ddb339c2fcdee25cf21fec17727233c194b135902d29f247cc7c20c446 + initial_ast: be928bb9dba7da4e74950d47b8f4c0902d9e1e4f4d16e43771ae7a7d642081c9 diff --git a/tests/expectations/compiler/compiler/integers/i16/console_assert.out b/tests/expectations/compiler/compiler/integers/i16/console_assert.out index 2f2cd3e106..0cc7826fd7 100644 --- a/tests/expectations/compiler/compiler/integers/i16/console_assert.out +++ b/tests/expectations/compiler/compiler/integers/i16/console_assert.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 71d4c15605c3975991ba51378ef4148d6863656fdb491a93573bfc03dae3dc62 - initial_ast: d24648724406b90c1de2b9361bd80216082a2d7bc08613861cd84718c82f1b5f + - initial_input_ast: 1fc4c14c2b4a2f91035315a0cb5fce983e1c75edea3c21e33abfc3a088cff990 + initial_ast: 59bcac3f54b88c14cd7db3776d1ee9f95a1c82dbc15b71780347fcce812d19e4 diff --git a/tests/expectations/compiler/compiler/integers/i16/div.out b/tests/expectations/compiler/compiler/integers/i16/div.out index fa7691fc4b..584c2cf012 100644 --- a/tests/expectations/compiler/compiler/integers/i16/div.out +++ b/tests/expectations/compiler/compiler/integers/i16/div.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 17f36a9515beff0798792f878b29efd08dd2b9b1b34b08592dbf49709f48260c - initial_ast: 22557d30c694c0b0e91c73a967422e8f8ec668125008e1157d49cda1bf5558bd + - initial_input_ast: 452b7c31531e8687d2bd8dd4036e0916485f052e946807e3cb3e23143f2eeaf3 + initial_ast: 6b6660f57d576141df5118109aae24dd91676db10531c896e5a56ebd7bd8423f diff --git a/tests/expectations/compiler/compiler/integers/i16/eq.out b/tests/expectations/compiler/compiler/integers/i16/eq.out index 998f79ae60..3b65c53d03 100644 --- a/tests/expectations/compiler/compiler/integers/i16/eq.out +++ b/tests/expectations/compiler/compiler/integers/i16/eq.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 7c88546226f65808e9be3e925c8272f9583fbde6ae8b308116819664af8d9dd2 - initial_ast: edbc2daca6bb579a2f1b35b86eebd5f9e39768f8e3cc5ee4c92f2a2dd672af3d + - initial_input_ast: 9a6fd528e0edefba421380e21519daac2b6422f3954ce74ee02bd78722f091c0 + initial_ast: 5b1d62f5861925265ae7e6d5b0632ebd90b9d8121082a14fe429009097a140a1 diff --git a/tests/expectations/compiler/compiler/integers/i16/ge.out b/tests/expectations/compiler/compiler/integers/i16/ge.out index f0798d704e..2c34bf9b64 100644 --- a/tests/expectations/compiler/compiler/integers/i16/ge.out +++ b/tests/expectations/compiler/compiler/integers/i16/ge.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 671dbf588ac06c9aaa98a0b93ae310030698c4459bcc8f5007d0b34e7f5a2fe7 - - initial_input_ast: 1fae972c153c7e83794ba4f2b497e92499b793ef1a746da5be203b6d31a06d46 - initial_ast: 8e3ffdad6178e550dc0cb3fb8b8591555c16f536b00015ede86e6f0540d3e610 + - initial_input_ast: 93c771afc86ce441611aad9549031ec5119a00f13909808d874d2bee48fab760 + - initial_input_ast: 4f6e6ce3438c3b0e079e393d48dbe34f4161668307e41fb27c15f2effa3a23ab + initial_ast: a1d7ef3613172a01b8c6361fb6a5cd5d1c62a2dc89ce47a2723f663bca790df7 diff --git a/tests/expectations/compiler/compiler/integers/i16/gt.out b/tests/expectations/compiler/compiler/integers/i16/gt.out index 16693acfea..ef8b8c3efb 100644 --- a/tests/expectations/compiler/compiler/integers/i16/gt.out +++ b/tests/expectations/compiler/compiler/integers/i16/gt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 39fc24fd87f4bf15d0567508034c57f4de17a407812a715e62dc635b9b91dd8e - - initial_input_ast: c5ffa1915a34f65b23e03c634e1941e89527338cd149ee5e4b9d0b4c0f36ba68 - initial_ast: e050abc2d6e8a404b96d2abea06aab386991334de50f563f48e14ca24f163000 + - initial_input_ast: 6debec87347a0e02f0650cfef5f9796a5b24dfdccecc8ac0c4e8fd8ecbb2fa89 + - initial_input_ast: e1a19bbf471806a4b88240d098a78cd28a84e8fdc61f81c28242e7419a2ea1f7 + initial_ast: f4675f241e9b5830559599f30a72875872024c008c254f037aedc207ef8df5c8 diff --git a/tests/expectations/compiler/compiler/integers/i16/le.out b/tests/expectations/compiler/compiler/integers/i16/le.out index 4acc87d7c1..ea0c5b2187 100644 --- a/tests/expectations/compiler/compiler/integers/i16/le.out +++ b/tests/expectations/compiler/compiler/integers/i16/le.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 671dbf588ac06c9aaa98a0b93ae310030698c4459bcc8f5007d0b34e7f5a2fe7 - - initial_input_ast: 22a419208eeb7a661a55a2b61d7a3a9896af73320d4899320df9c830b3bb814a - initial_ast: e8ac37ec0185965b13ba25b6b43d6a2068cca9af6b2860dcdcf1fdbc462528ce + - initial_input_ast: 93c771afc86ce441611aad9549031ec5119a00f13909808d874d2bee48fab760 + - initial_input_ast: 6a8852e028a48406012818fc30637c8892bb322e1e43b97b3c87b8b1f6d37b4b + initial_ast: 86b21dc21a37db93e8b360c33c756715f2a987fc4c89d773e8aedb08194a0906 diff --git a/tests/expectations/compiler/compiler/integers/i16/lt.out b/tests/expectations/compiler/compiler/integers/i16/lt.out index 9669f0010b..7f5a46e8dc 100644 --- a/tests/expectations/compiler/compiler/integers/i16/lt.out +++ b/tests/expectations/compiler/compiler/integers/i16/lt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: c1eedaa7c6583b87a4e6bfd9d3698ce378f3fbbed0a87419549f5e4124ce9d40 - - initial_input_ast: 7b40e77aec02ca9b383339c98fb220828a90859f46c18b24a32ad22fc2884d35 - initial_ast: e6a44b63da2e6d70110b81ffad2b2ee38814f9baae5a19893bbd2bd12a0107c6 + - initial_input_ast: 6bc83c2aa19b57d081b9676bcc8cd9e8f00d03fa97e862b104a36f38700538de + - initial_input_ast: 54ff3d57fd6d6a459da0529f1082adf684abe5f57693b861dc7e2af2fb497cdb + initial_ast: 908a974cd96fd035906cd54b1b9fb6f90334075c247d7c3f35ec6fbf6a370857 diff --git a/tests/expectations/compiler/compiler/integers/i16/max.out b/tests/expectations/compiler/compiler/integers/i16/max.out index d83788bc93..e1e5439879 100644 --- a/tests/expectations/compiler/compiler/integers/i16/max.out +++ b/tests/expectations/compiler/compiler/integers/i16/max.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 940d740ba40284a1d3c3cf8737facd1e98968224dd93999dbcb336cb3f4ce571 - initial_ast: e29f17572c095f5b8d230666be1a5cb70204f6442b238e11e3751779eb9d12ba + initial_ast: 1eaeb46f46de7cfe11b2acf92ff59a5854a3e95791851adb21b5354e024915d2 diff --git a/tests/expectations/compiler/compiler/integers/i16/min.out b/tests/expectations/compiler/compiler/integers/i16/min.out index 60f46f4169..a28e990e8f 100644 --- a/tests/expectations/compiler/compiler/integers/i16/min.out +++ b/tests/expectations/compiler/compiler/integers/i16/min.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 142f86218cc646677bedd5bdf510ff537782d7e60967de7ebe9fb1fb50d7026d - initial_ast: 3a12a3a89691c3f0fac7474e27a76c5b9827ec7eb99eac99787d82208d7a0c82 + initial_ast: e4928eb5188a1002fcd7eedd9d4bcfafbadbf998752cc58637198523658d458b diff --git a/tests/expectations/compiler/compiler/integers/i16/mul.out b/tests/expectations/compiler/compiler/integers/i16/mul.out index 6309d9b10c..6efbb79f03 100644 --- a/tests/expectations/compiler/compiler/integers/i16/mul.out +++ b/tests/expectations/compiler/compiler/integers/i16/mul.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 745a2b9284f3287f347d81001af05f7aeb8b713cdc357bc5845f1827dcd8fd7f - initial_ast: 3ab1c6f4b724ebd5775fdb29630b9c5b976961d41d215ce31a1a90ca1c949c6d + - initial_input_ast: 6dd8e3b3f5b57e5369f8162ac07b6f0cc7bbe9512508eb33c8f3dd599e111b85 + initial_ast: 6cac1f77273f23e69e3b5afb63ebd9c121bd77e14cbe6673fb8e9edead3f15f6 diff --git a/tests/expectations/compiler/compiler/integers/i16/ne.out b/tests/expectations/compiler/compiler/integers/i16/ne.out index 9f29db251b..ad8315726f 100644 --- a/tests/expectations/compiler/compiler/integers/i16/ne.out +++ b/tests/expectations/compiler/compiler/integers/i16/ne.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 0f4ec75d633030e364406d8e84674688511acd657b3e40614f54e8af9bc7fa8d - - initial_input_ast: f5ba26c4f397d3678ad4296f5149592d1310e4d94bc52a274601ec8454dac549 - initial_ast: e471222556c892e1fe10660f24a793473d5d2975ca0151ab705804b6b360a84c + - initial_input_ast: db63d1be0d393774920a8fbbff5cb96f7f74998691cd87e8a35eee3787a2ef6f + - initial_input_ast: 5845e0b27c33dddb59ec39d7424da9981b2e27d79934fde39d50c38b323cf1b6 + initial_ast: 9764990ef085759ea1ab5b70cf4e0f39f687f2aa575c3b7e3a061635bea65d6f diff --git a/tests/expectations/compiler/compiler/integers/i16/negate.out b/tests/expectations/compiler/compiler/integers/i16/negate.out index 072855bea6..7593cb9ead 100644 --- a/tests/expectations/compiler/compiler/integers/i16/negate.out +++ b/tests/expectations/compiler/compiler/integers/i16/negate.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 664f047973ba9818641a3c6a85834963a8e757af1a449f6a797b9562a8b138de - - initial_input_ast: 6efaf882a26d26eb45f16ca255bcb648f018f647dd15ed158e26e543836fb6cd - initial_ast: e6d527f134ba45e580a248e9dae401f7f71eaa5dd3c41548600fd10a8ac830ca + - initial_input_ast: 406fa60cf680ec03454dcf053818ca3ee34ba94126f6f8078281d33d63a34c2e + - initial_input_ast: 5ba8e6fff792d26fb76663df5f3f4f732d3592841e5d4d33190ec72b870a6dc9 + initial_ast: 8b0db5d9ff2a9c24633fcf3eed897bd83ec7fc0a624f17019dfab5b14524253a diff --git a/tests/expectations/compiler/compiler/integers/i16/negate_min_fail.out b/tests/expectations/compiler/compiler/integers/i16/negate_min_fail.out index 2b0abe2d96..974d0b73fd 100644 --- a/tests/expectations/compiler/compiler/integers/i16/negate_min_fail.out +++ b/tests/expectations/compiler/compiler/integers/i16/negate_min_fail.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 7643261a1792f68251258ad1b6be18e95528a86816b3772140d130b2784736cb - initial_ast: d36246adcfdf393eecf1ad64aecf858e960e22ba69c87369d53347392cbfb4a4 + initial_ast: e5181d830aae2e7e6494ddd56e959ca6cf32c11aedd6da128713e7c6b73981c7 diff --git a/tests/expectations/compiler/compiler/integers/i16/negate_zero.out b/tests/expectations/compiler/compiler/integers/i16/negate_zero.out index 4e622626ca..bec0765f61 100644 --- a/tests/expectations/compiler/compiler/integers/i16/negate_zero.out +++ b/tests/expectations/compiler/compiler/integers/i16/negate_zero.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 76a0fe2199754831329d9b089d2c02f73d7457aaed6548372169318675b85f48 - initial_ast: b748784d3716f6dd8f82c2d42ea826ec857a3f681756cac9ccd9b8c6e0c0a841 + initial_ast: 205a4482054bc361d129ce7df7c2934ab4c0d133d2c42469dcca78a7a605c570 diff --git a/tests/expectations/compiler/compiler/integers/i16/operator_methods.out b/tests/expectations/compiler/compiler/integers/i16/operator_methods.out index 0fd53bc9d2..4eb32c63c4 100644 --- a/tests/expectations/compiler/compiler/integers/i16/operator_methods.out +++ b/tests/expectations/compiler/compiler/integers/i16/operator_methods.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 1919858036addddfaeec6f7f5c06b8d4aad4e18f0167d9da1c61a7704dd51fe5 - initial_ast: 8b4dd434c9a8fde0e845bffa9a82369172093a71ce41c32b9fc98da93b1a1db5 + - initial_input_ast: b0770aff98c17e17fb47ce2269ab3fe89208374c8f786f02c0747c71e24bd362 + initial_ast: 614280ec0b305c884bf85296ab19ccb8156cd299fa802e77815c1e7172cbb0e1 diff --git a/tests/expectations/compiler/compiler/integers/i16/or.out b/tests/expectations/compiler/compiler/integers/i16/or.out index bd42993f2a..8872a695a8 100644 --- a/tests/expectations/compiler/compiler/integers/i16/or.out +++ b/tests/expectations/compiler/compiler/integers/i16/or.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: ca6ab55d11bc84ae5e5442cbc17ecf2f2ff6d31041d98a43c9710c2e3a7f7ff9 - initial_ast: 50e3321589352a7adf53fee57319185cc20f0acaa43282637b79baab19b4f6a8 + - initial_input_ast: 2c7911ddb339c2fcdee25cf21fec17727233c194b135902d29f247cc7c20c446 + initial_ast: 7209949bd15a75365575129f2e371d32c645bc84bfaefdb60cc1be2ce5d388d9 diff --git a/tests/expectations/compiler/compiler/integers/i16/pow.out b/tests/expectations/compiler/compiler/integers/i16/pow.out index 359d43de40..f1bb1548c0 100644 --- a/tests/expectations/compiler/compiler/integers/i16/pow.out +++ b/tests/expectations/compiler/compiler/integers/i16/pow.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 1c847e4cf1052419262e993cc6f50a0a8d49a4a219bef07de6916a788e2dbac3 - initial_ast: 716c8440a95e3b5c34f745dba8673afd75414a9e2350eebde49ae661ee42083d + - initial_input_ast: 935da16d7df054c00286faa15dd10d61e07092638bad897f4fbd2de59a55d4af + initial_ast: 11a2f496bf64f1cf029fa79dd3dabccb86b5589369aa9c0b9b2d4a3aa09c8714 diff --git a/tests/expectations/compiler/compiler/integers/i16/shl.out b/tests/expectations/compiler/compiler/integers/i16/shl.out index 4135ea3d0f..b1eda10260 100644 --- a/tests/expectations/compiler/compiler/integers/i16/shl.out +++ b/tests/expectations/compiler/compiler/integers/i16/shl.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: d147db0bf287fc9f96e67ec89e3839ffe5ee498b2d2e1c055df938d64fe9db59 - initial_ast: b08570e62709b72faf734d27cd4569de7b33605716fb4320cc141a02c35c43fc + - initial_input_ast: b3abe04a59183a7c3eb40617edc44dec991ff67a3b71bb9cafdd8f20ccdd03f7 + initial_ast: 94c5511532e3d5aaa101667039b76a44922d6948d3717ed63e9d61358ddc57ee diff --git a/tests/expectations/compiler/compiler/integers/i16/shr.out b/tests/expectations/compiler/compiler/integers/i16/shr.out index cb47893ce2..0aad7b738f 100644 --- a/tests/expectations/compiler/compiler/integers/i16/shr.out +++ b/tests/expectations/compiler/compiler/integers/i16/shr.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: d147db0bf287fc9f96e67ec89e3839ffe5ee498b2d2e1c055df938d64fe9db59 - initial_ast: c8a29025afc34fcb2dc833f9534adbfff15358e4d0f0b392218e8e84e0891705 + - initial_input_ast: b3abe04a59183a7c3eb40617edc44dec991ff67a3b71bb9cafdd8f20ccdd03f7 + initial_ast: 4fbfc1abb068d4d7059607088c6a687abd994235dcbf5826f2b9829dcc453726 diff --git a/tests/expectations/compiler/compiler/integers/i16/sub.out b/tests/expectations/compiler/compiler/integers/i16/sub.out index ec20bd0aec..7f03d9dd6b 100644 --- a/tests/expectations/compiler/compiler/integers/i16/sub.out +++ b/tests/expectations/compiler/compiler/integers/i16/sub.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: b7ad97cd1531c1826eadf4c9c2b96d4d92ca02d158be18f4ebe1746ed99153aa - initial_ast: 3f1690cb0dc84ce45dfa66417c90c9be57369288de1c83ec6bbaf7575feae55b + - initial_input_ast: 943916e0ea110fb1aefe6999a3f26173e62f3717d66e88455526446567036c22 + initial_ast: f829b62986b95aef38a6dbc7201aeb0a7d0bd529a8c220db340c3c64308c4e44 diff --git a/tests/expectations/compiler/compiler/integers/i16/ternary.out b/tests/expectations/compiler/compiler/integers/i16/ternary.out index cc2dda491f..58f7d2463f 100644 --- a/tests/expectations/compiler/compiler/integers/i16/ternary.out +++ b/tests/expectations/compiler/compiler/integers/i16/ternary.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 41317d43452e14f1a4cdaefef0a9bb53149a3fde47bca46f2352dbd43c9ab881 - - initial_input_ast: 56b6de335469ea51e45abf216b593b72fff3010892504485016a893f0a8ae182 - initial_ast: 36d350451b3be6c9b38f3b095fc7a0f7a4d11e4b3c007a14fd350e6cd032b323 + - initial_input_ast: a66197c1472ce09aa4da1fac2723d57d6d4b6fb8082339aa69ff12a3c4b2a43e + - initial_input_ast: 530b07c6c47bea42f2e00c08bcdd4fd953faa8903b7104f27ca86058d4bb139f + initial_ast: 64bf728c3f575b6e01d3652c448ea902e72245ed9dc48862664976597957c55d diff --git a/tests/expectations/compiler/compiler/integers/i16/xor.out b/tests/expectations/compiler/compiler/integers/i16/xor.out index 4bc02f7bcd..c8a55eda54 100644 --- a/tests/expectations/compiler/compiler/integers/i16/xor.out +++ b/tests/expectations/compiler/compiler/integers/i16/xor.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 3166a0fdadb4026ed5652f84a4b701b19532a4c19904ad075455ec9a6fb2c724 - initial_ast: 3ea0d125b5c5aac27684dad2c55608ef8372c98964ec5c9c9d04ff4e9b648aeb + - initial_input_ast: 930a324345669e26c0f433c13f6037ed72f7703826500dff6681a59c55c5b3c4 + initial_ast: c9a2137bdf6f2cf9694d71fec3a78c4f9e8dee47c94b3cc8e565b9f09eb8d899 diff --git a/tests/expectations/compiler/compiler/integers/i32/add.out b/tests/expectations/compiler/compiler/integers/i32/add.out index 2b961ebc20..78eb5fe85d 100644 --- a/tests/expectations/compiler/compiler/integers/i32/add.out +++ b/tests/expectations/compiler/compiler/integers/i32/add.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: c3f745ae09f3550b07ee1d548a4080fa602c77c54c8339d190755e61c041d9d0 - initial_ast: 1b3646ec051ebdd0571a6cc5e54dd88b494c24cd2c197045c413894dadcad587 + - initial_input_ast: 06d0a821012e07b40e3730441970af91f580ac09d484495bd18fba367bc715f8 + initial_ast: b16d50de97cf5619cb16e6ea2ad8608f9e881a9b7a9fa751cb07d934f1012c8f diff --git a/tests/expectations/compiler/compiler/integers/i32/and.out b/tests/expectations/compiler/compiler/integers/i32/and.out index adb9538768..8dd560fba2 100644 --- a/tests/expectations/compiler/compiler/integers/i32/and.out +++ b/tests/expectations/compiler/compiler/integers/i32/and.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: c3f745ae09f3550b07ee1d548a4080fa602c77c54c8339d190755e61c041d9d0 - initial_ast: 58eae139e14d45468ac3f8aa2de8eebec731aca1649fb9249ac572f0400c9f4b + - initial_input_ast: 06d0a821012e07b40e3730441970af91f580ac09d484495bd18fba367bc715f8 + initial_ast: a3df8373e0bcc05fe9f55b18f97f03d341277d71b3ec510032f72be066aad7e0 diff --git a/tests/expectations/compiler/compiler/integers/i32/console_assert.out b/tests/expectations/compiler/compiler/integers/i32/console_assert.out index bf0493b0d1..76681a8ea1 100644 --- a/tests/expectations/compiler/compiler/integers/i32/console_assert.out +++ b/tests/expectations/compiler/compiler/integers/i32/console_assert.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 18e0670d3bdd1b94387381965ed18bb2f52da2fd25ed26303079ddd2ad532ec7 - initial_ast: f10907e6afbcd4f39d9c6397f684fb9e461d9b95863f22a177784121d3f79fdd + - initial_input_ast: 5a123b22fda20783fdb0f82c51bc23cd043f0f13a0deb2185eb493cc80499d8f + initial_ast: e2fb715c509cfff70935be924567b11546c0b4e5b573a100e9485c081797a254 diff --git a/tests/expectations/compiler/compiler/integers/i32/div.out b/tests/expectations/compiler/compiler/integers/i32/div.out index 500a637271..fb0857f014 100644 --- a/tests/expectations/compiler/compiler/integers/i32/div.out +++ b/tests/expectations/compiler/compiler/integers/i32/div.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: f4861b2879e1a7a0787897c313e56f53cf05f4ef416c1db99d650a7f50c0169c - initial_ast: 7cfd4cf2770cc577919934a24a8741844c365c2662852da408fb2b48536cd601 + - initial_input_ast: 1e1ad21140ba63decbebd0245ea4e64e60f42a572cf131e83e7dea27048774e5 + initial_ast: cd799525428ba4ed2c35ab11a91f13f68a4cb28c8e76595b161e9dd9fa5709ad diff --git a/tests/expectations/compiler/compiler/integers/i32/eq.out b/tests/expectations/compiler/compiler/integers/i32/eq.out index 5b9c8d82a3..89c56bb0b0 100644 --- a/tests/expectations/compiler/compiler/integers/i32/eq.out +++ b/tests/expectations/compiler/compiler/integers/i32/eq.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 2310cea3660b80b688fc47915171d9804aea93a8e3a160020df15b78f2c44e92 - initial_ast: 4da18080cbf0f3f41dc8b853c4ee55e8020fbfe248c0c292ba4f8d043118baae + - initial_input_ast: 759ecc252daec5ad529daf4340407bd63b4b1d0ef41234986620aa259edd9fe9 + initial_ast: 52857e57c68eb11075b64c17714e50da68f6e25bdab3c3210e66263f2e171bd3 diff --git a/tests/expectations/compiler/compiler/integers/i32/ge.out b/tests/expectations/compiler/compiler/integers/i32/ge.out index d42f0d21da..fab98440ce 100644 --- a/tests/expectations/compiler/compiler/integers/i32/ge.out +++ b/tests/expectations/compiler/compiler/integers/i32/ge.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: d8b075a0c14b12b53de228108da7cf61ba2e7892b134075063684769996a7e45 - - initial_input_ast: c12a655964529a33ba9795df3794474b3f6a9b9f5fe121fe688345d40d65bf00 - initial_ast: 99a0a40dcdc605b5a28d1ad78de6d98d81222b4fa70a50d4b907a7c454fec166 + - initial_input_ast: a5007d9ff1071decf46a0894fe26b5a1a5f69a1e2301f4a26d46958fe11df6b4 + - initial_input_ast: 1344f641fadb1b0c1efc7932c9957eaa6bd052fe894f078727f8fe3f49f22a0e + initial_ast: ec581b7f31c598df3bdbd838ae2b0eb53c0a2e8699ed90b995932b99b24846e7 diff --git a/tests/expectations/compiler/compiler/integers/i32/gt.out b/tests/expectations/compiler/compiler/integers/i32/gt.out index bfee94a903..21afcb86dc 100644 --- a/tests/expectations/compiler/compiler/integers/i32/gt.out +++ b/tests/expectations/compiler/compiler/integers/i32/gt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: a83eaf3c244972c04e15c0c911e9fb46ba56556d3ecfd5ec3561dd7d42341138 - - initial_input_ast: fa3b9cb73dc9a270ba1167643daf66562ed80880be98fa7a0e34175792bea230 - initial_ast: 2011bf78585b33d3e4cf6d15c2f5e78cbe560164de5500498ccdb1992057189f + - initial_input_ast: 2b606889131b76a9ebc315366784b04c1f3f1bd83893a38c268cc22fab22cca8 + - initial_input_ast: aaab2c93957b0d352572d29a19bf93c1ebe064ecdf1a2eac7937a63ea3b9b8e6 + initial_ast: 9652f7da1258e47ed7d376728cbd42aa8eea52450883dfb89984a77196628fb8 diff --git a/tests/expectations/compiler/compiler/integers/i32/le.out b/tests/expectations/compiler/compiler/integers/i32/le.out index d3821a0707..376eeb5963 100644 --- a/tests/expectations/compiler/compiler/integers/i32/le.out +++ b/tests/expectations/compiler/compiler/integers/i32/le.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: d8b075a0c14b12b53de228108da7cf61ba2e7892b134075063684769996a7e45 - - initial_input_ast: c4310c1bdce965b70f52ba768a13f976e0611adcec05feaffc3530c03dbcd8b5 - initial_ast: e3aecaf6a5adfcd4f82cde7fa2360ae63738141788c8de35eabedecf7da26dde + - initial_input_ast: a5007d9ff1071decf46a0894fe26b5a1a5f69a1e2301f4a26d46958fe11df6b4 + - initial_input_ast: c5477865023b52a9d11c4d5b55331f2db85d3731a3c7b1c73329e4cf7a23bc05 + initial_ast: b213e555297807667afb6c7e739daf1fb515fa8ef683208395f1cfef24ebd455 diff --git a/tests/expectations/compiler/compiler/integers/i32/lt.out b/tests/expectations/compiler/compiler/integers/i32/lt.out index 6b84731f8d..b2d1e41aab 100644 --- a/tests/expectations/compiler/compiler/integers/i32/lt.out +++ b/tests/expectations/compiler/compiler/integers/i32/lt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 30d30fdd6bab9733171c511d47c8617b4a54fd50c701260d2b7843635e4c734f - - initial_input_ast: d3105d0be6b536c10caeff8d036665f6ca6b7f3fddc25d5fad126a82ba7a7ce9 - initial_ast: baeb8485c3dd4abc78da1a07b1847933d49d68a0628b86e94efb72f41caf77ca + - initial_input_ast: 9af61194c74c1568b34bca0516d36035d64188b8481a153c1666b331b3fd9909 + - initial_input_ast: 5ac9009ffcfa69e6a4645e933f255fbf5a6ff9e0dbf0dfad3cbe391257cede89 + initial_ast: f78363754b4a3a03f93af7fdc432f3aa921663ee54f03d5a97346dfddf9cd088 diff --git a/tests/expectations/compiler/compiler/integers/i32/max.out b/tests/expectations/compiler/compiler/integers/i32/max.out index dde154adb8..149003d26d 100644 --- a/tests/expectations/compiler/compiler/integers/i32/max.out +++ b/tests/expectations/compiler/compiler/integers/i32/max.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 76a0fe2199754831329d9b089d2c02f73d7457aaed6548372169318675b85f48 - initial_ast: 65641e2f97d65daaa4cb8b2ce4e64b36cf5df1d817877e4e4d93da09ae1377a2 + initial_ast: 0db64353acedfce4b82f28c8ecfddeef5a3dc0eb24752a4244249e97f4aa481b diff --git a/tests/expectations/compiler/compiler/integers/i32/min.out b/tests/expectations/compiler/compiler/integers/i32/min.out index 787539205e..f02becc945 100644 --- a/tests/expectations/compiler/compiler/integers/i32/min.out +++ b/tests/expectations/compiler/compiler/integers/i32/min.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: e6e80b1d0e3a62b708072dee54289625035fb2a2ad6f2128a4688166e1f2c830 - initial_ast: cc34252c82189a05725700a7ca8b244bc62516cae0e0f36818f2c23e144471a6 + initial_ast: 5c3a4115ef9df87cc6530519cb0b662645bb2842307261d67da7e82bd6e05d8e diff --git a/tests/expectations/compiler/compiler/integers/i32/mul.out b/tests/expectations/compiler/compiler/integers/i32/mul.out index acf197b1ee..f228a24332 100644 --- a/tests/expectations/compiler/compiler/integers/i32/mul.out +++ b/tests/expectations/compiler/compiler/integers/i32/mul.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 27614bbc1bce86a65fab168ceb3b6109b70aa5cdcd9d47fbccc665de98a8a8fa - initial_ast: 5e07edbe3d9d0cb4a197c0d3f50728c6749389efae49b82f4a026a8c104a8bc2 + - initial_input_ast: 7706a16ff7fee9e17b87d17f6ebb7912f85867b7d209336e96f9e393f2a89e9f + initial_ast: b6fe46141d03fa025cb8994af3781956d9e68210ac7434e1795bfffe17b8f19c diff --git a/tests/expectations/compiler/compiler/integers/i32/ne.out b/tests/expectations/compiler/compiler/integers/i32/ne.out index 11d1fd6788..04bbaaa7e4 100644 --- a/tests/expectations/compiler/compiler/integers/i32/ne.out +++ b/tests/expectations/compiler/compiler/integers/i32/ne.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 713c1cedf6fd5178e71d0fa26662b09e0ade6971c3587f89fc5a8e03a756e981 - - initial_input_ast: 95e799eeb1e1cbc6c3f6fcd5c7a361d1c6476ae66a5ff09c0f5ad423129ff0b2 - initial_ast: acbc9b1bc845f51e1fab0706653740f027b1f921d4a2df8eb4ba7025040550a0 + - initial_input_ast: 5fb5bf840a14156001b929f422fa649c943165666c5b8c66e074cdcbab140ef5 + - initial_input_ast: bd749c3a40d74e985a2919a88d77f6142e9c58b486733bd525684dc0728a3c8e + initial_ast: c5eb5129fbfeed82710c91917fb71a351b8e49297d7ed2d18a4101fb34181b6e diff --git a/tests/expectations/compiler/compiler/integers/i32/negate.out b/tests/expectations/compiler/compiler/integers/i32/negate.out index 98d5eeff3f..f85b801780 100644 --- a/tests/expectations/compiler/compiler/integers/i32/negate.out +++ b/tests/expectations/compiler/compiler/integers/i32/negate.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 8b9feb5e8f0718841d67d61ff8add7ea9b6570873b6c4f404bf58c6da9e23c9c - - initial_input_ast: 78e3a8bf17a0abcdc7dedd89d596366b20931da74e85add4ee8478e3086242e5 - initial_ast: 1487e617ff9efe4c253eb92d4157ed1dc0ec05f382ecc1c284f68054b039f3f1 + - initial_input_ast: 5e885de2c06148958b173c9b25f558609b658799b81a314ac9a3bc082f5cb95a + - initial_input_ast: 6e135a3c46a24712edc02d1153d4e5a0702b4c32b2b121363e488fd08a27fc7c + initial_ast: 106dc297bda072e87dae2089360528e1bbe630909226339f1b472f844de22a91 diff --git a/tests/expectations/compiler/compiler/integers/i32/negate_min.out b/tests/expectations/compiler/compiler/integers/i32/negate_min.out index c4726c4201..2c16cd7170 100644 --- a/tests/expectations/compiler/compiler/integers/i32/negate_min.out +++ b/tests/expectations/compiler/compiler/integers/i32/negate_min.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: bdf7f8a6f92b7acd8c798becc30b2f6a8cf6b0ed714c168c5a9e5559988b2185 - initial_ast: 23557f6f914cfc80fc44061787663ccfda3e5e4a0c2d7d84fab1bf17dbed6bcf + initial_ast: f0fbe913b4d6dec95095711a1a64fc68205071a0a614f1a7a858c9787af28737 diff --git a/tests/expectations/compiler/compiler/integers/i32/negate_zero.out b/tests/expectations/compiler/compiler/integers/i32/negate_zero.out index 5b97629ba4..2e40b42886 100644 --- a/tests/expectations/compiler/compiler/integers/i32/negate_zero.out +++ b/tests/expectations/compiler/compiler/integers/i32/negate_zero.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 76a0fe2199754831329d9b089d2c02f73d7457aaed6548372169318675b85f48 - initial_ast: 71719649303efd4e908d722f9b11a29a0839ef0ee607e43c0258077ca8f250ae + initial_ast: 1b6d1ff26c1a4d5644d9a17b6af7bb80eebf34da892c09a8b5920cf15cd3dfe8 diff --git a/tests/expectations/compiler/compiler/integers/i32/operator_methods.out b/tests/expectations/compiler/compiler/integers/i32/operator_methods.out index a56b286703..3394957926 100644 --- a/tests/expectations/compiler/compiler/integers/i32/operator_methods.out +++ b/tests/expectations/compiler/compiler/integers/i32/operator_methods.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: baa9efa368cc52d60f6299586aa61afe1d88ddd2c80a289da7e5599765a9399c - initial_ast: 66b84e1d00a4a3f0d1b5f9d31b87164601ed43d42d53af7af93f2cc46ed7e015 + - initial_input_ast: 5982207793f575c078ebaa299a9383b47ed884ac654e04814e434698b1e7b2d9 + initial_ast: 549a130fe2da9ed0c2781e09439793a2abed4099eaf9207f44e0754290e9725f diff --git a/tests/expectations/compiler/compiler/integers/i32/or.out b/tests/expectations/compiler/compiler/integers/i32/or.out index a8861da559..06148daf2c 100644 --- a/tests/expectations/compiler/compiler/integers/i32/or.out +++ b/tests/expectations/compiler/compiler/integers/i32/or.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: c3f745ae09f3550b07ee1d548a4080fa602c77c54c8339d190755e61c041d9d0 - initial_ast: b4cb63dabed4bfc41eef6b18928a7daa040c785a7b492322b71d88262a6277a5 + - initial_input_ast: 06d0a821012e07b40e3730441970af91f580ac09d484495bd18fba367bc715f8 + initial_ast: 050c6e47c1601919d87c2ed1a97bfe00c7bb9618753dc0a58cebeecf6112fbed diff --git a/tests/expectations/compiler/compiler/integers/i32/pow.out b/tests/expectations/compiler/compiler/integers/i32/pow.out index ead2902794..310b141afe 100644 --- a/tests/expectations/compiler/compiler/integers/i32/pow.out +++ b/tests/expectations/compiler/compiler/integers/i32/pow.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: db7a1f929101bb73938127dcaebc78bf1fd13c0b1f29b49c143c652c76513869 - initial_ast: a1201c174a83b160b07adad2ca0f5d454c272d3b3bf3dfbeeb6f46704906fc30 + - initial_input_ast: e87f9920219d3c97ddef7a2f2926dc016ce2d5dcd2bc510bfe0ce47930feaf94 + initial_ast: acc29b2d583940fc13a6ad875e758be1ad8ea8f5392a5ea3816719b5e11668c0 diff --git a/tests/expectations/compiler/compiler/integers/i32/shl.out b/tests/expectations/compiler/compiler/integers/i32/shl.out index 1f3bbb24e8..03e6c81b45 100644 --- a/tests/expectations/compiler/compiler/integers/i32/shl.out +++ b/tests/expectations/compiler/compiler/integers/i32/shl.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 3bc0aa0df75ae0548bec6bec2193fe1f94319ecb8d99f3d7367cd1ec29ee0519 - initial_ast: f5ff0fbfc9790c0c98e1191d737f01655ca758cdd7aa87be3eede353a9bb6728 + - initial_input_ast: ec75fa23bbcd67f7200093c62ecb592132a4147342075b4a98ec3b077c061b60 + initial_ast: 26797eb805a7892b288293ba79a02f9a81443ea9c66cd2321c041e93bc9486d0 diff --git a/tests/expectations/compiler/compiler/integers/i32/shr.out b/tests/expectations/compiler/compiler/integers/i32/shr.out index 22b7dec4f3..767fb1736f 100644 --- a/tests/expectations/compiler/compiler/integers/i32/shr.out +++ b/tests/expectations/compiler/compiler/integers/i32/shr.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 3bc0aa0df75ae0548bec6bec2193fe1f94319ecb8d99f3d7367cd1ec29ee0519 - initial_ast: 18f423e7006efa104ac7d3ea5b2022c8836829e331de264f52752ee567b5a3ce + - initial_input_ast: ec75fa23bbcd67f7200093c62ecb592132a4147342075b4a98ec3b077c061b60 + initial_ast: 92e0939ded59d946e900e85e19867bda830aa099ef4fa0c517cdbc9be16bc390 diff --git a/tests/expectations/compiler/compiler/integers/i32/sub.out b/tests/expectations/compiler/compiler/integers/i32/sub.out index 238e659b2f..04694300a9 100644 --- a/tests/expectations/compiler/compiler/integers/i32/sub.out +++ b/tests/expectations/compiler/compiler/integers/i32/sub.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 65a577110ee76e6af14d3ee0ba6d8b3d43238bf40f0bf17ce5fb0d7db958c468 - initial_ast: ad55d6d9e395b2def76a7e6189ec3a600abbbc12b65878b668f869e44e9ade4a + - initial_input_ast: bc8cf1657042cf580047af0b4da6601ba2b37a07e6a0b0b549c6fe6e168ccd21 + initial_ast: edb5b2b5f01f0cffef050ec7dbc3aa632a829faeeda2fa217fb3781e3fdfb9aa diff --git a/tests/expectations/compiler/compiler/integers/i32/ternary.out b/tests/expectations/compiler/compiler/integers/i32/ternary.out index c209ec60e4..6ebd1f59ed 100644 --- a/tests/expectations/compiler/compiler/integers/i32/ternary.out +++ b/tests/expectations/compiler/compiler/integers/i32/ternary.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 496933437ac1f680efb3cf8c373ad409750a55f0587f1c9cd5ae89a3ff2fa9d7 - - initial_input_ast: 26c16da9f3d023c364aceae392e4772d61d7c6e168b1b69df55ccb937e2f9b8b - initial_ast: 3c335651b8022514466d79e85c6c500f0abacfe9582bd407857789cd11e7bb45 + - initial_input_ast: 5698b1e8a29900293a04fda5850e12e64a0d4726451701d8a726537e31bf5893 + - initial_input_ast: 8025ae0dc58c3afb172a5451a69ef11be764fef4d3c2ad0bd0a253b635a97606 + initial_ast: 8b7769f752b50a9edc3767c296bffa84ecb14197650b66e180e66abbe04c914c diff --git a/tests/expectations/compiler/compiler/integers/i32/xor.out b/tests/expectations/compiler/compiler/integers/i32/xor.out index 89eb731d3d..fdccb56317 100644 --- a/tests/expectations/compiler/compiler/integers/i32/xor.out +++ b/tests/expectations/compiler/compiler/integers/i32/xor.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 782064ee84e1826a4cf4a19b4c68964e8f901a3fa86ad68f13fbee8b8d79fc5f - initial_ast: ccddbd9586431df0bd57644bdfaa123af18aef55d6257a802d06ee1b63555f10 + - initial_input_ast: 2428fdb78ee358f091afc56c51c359e97e1b7c55b9910836f88cfaa7f892c71f + initial_ast: bd53b038db8467cc5d41cd0b5459deedc54fa6290ff0560fd03db01de6a73a14 diff --git a/tests/expectations/compiler/compiler/integers/i64/add.out b/tests/expectations/compiler/compiler/integers/i64/add.out index 3c2c3c7088..76868e69c2 100644 --- a/tests/expectations/compiler/compiler/integers/i64/add.out +++ b/tests/expectations/compiler/compiler/integers/i64/add.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 816e4f653059a71bcad0180283b41156a125963a270269574ccc2a89fa4db47d - initial_ast: a4aaa16ad2f02dde089066fe74a78413a372672a563e9cd63503c274e355660a + - initial_input_ast: 977a18c10a9f8131acb2f7cf2e24680ed4aa2366e3b241d154e0ed9733fb0879 + initial_ast: d5ee6e2760cb280eac8315036c6b6ec775447106babf1774a585463c68905f68 diff --git a/tests/expectations/compiler/compiler/integers/i64/and.out b/tests/expectations/compiler/compiler/integers/i64/and.out index 19ad367032..1224595a86 100644 --- a/tests/expectations/compiler/compiler/integers/i64/and.out +++ b/tests/expectations/compiler/compiler/integers/i64/and.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 816e4f653059a71bcad0180283b41156a125963a270269574ccc2a89fa4db47d - initial_ast: e1fb9bd3be54e70a0856609f8843c639bd83cd4d8abda812d3b2fb229582fb2f + - initial_input_ast: 977a18c10a9f8131acb2f7cf2e24680ed4aa2366e3b241d154e0ed9733fb0879 + initial_ast: 633d8c930532f8abd8537576286b2481e2874eb2bd26fdf169a925a8666ab80f diff --git a/tests/expectations/compiler/compiler/integers/i64/console_assert.out b/tests/expectations/compiler/compiler/integers/i64/console_assert.out index f541176d19..c34a990276 100644 --- a/tests/expectations/compiler/compiler/integers/i64/console_assert.out +++ b/tests/expectations/compiler/compiler/integers/i64/console_assert.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 00d45fcaa517eaee18db545e00d5b07769a572368255b8300a14998d72601c18 - initial_ast: 09ec608f41abd9d671935f29c1cd7e201f33215833e4183f55a2fe79cf9afc21 + - initial_input_ast: 59bd3ad2ecbc27173c85f464424de2c7e4ba8c1da4debb8029e90d88790d00d8 + initial_ast: 1a80cb0a9e6783aed45be737bcc69954bc221dccfcabdad69f94762d06e759d8 diff --git a/tests/expectations/compiler/compiler/integers/i64/div.out b/tests/expectations/compiler/compiler/integers/i64/div.out index 1789a50954..9a10175a84 100644 --- a/tests/expectations/compiler/compiler/integers/i64/div.out +++ b/tests/expectations/compiler/compiler/integers/i64/div.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: c2344cdff713dd1a5cdf911aa4586bafdb97a243fd34f3d719410013b47f4b2c - initial_ast: 4b98bdfa2620aaa5b98c134919ed5337914cc9f51855e162270f304c3509dfc8 + - initial_input_ast: fb4b6c2851eb750bb98fdc1a605cc454eae67d391169390fe4bc4762da357330 + initial_ast: fc6b339efde485bee253b23da75f8d5db6d7447e530599ad2948d805d3b33e36 diff --git a/tests/expectations/compiler/compiler/integers/i64/eq.out b/tests/expectations/compiler/compiler/integers/i64/eq.out index d4e9f744dc..1a4c98afa7 100644 --- a/tests/expectations/compiler/compiler/integers/i64/eq.out +++ b/tests/expectations/compiler/compiler/integers/i64/eq.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: c682c45660fd69afe580acd3988f4329d87c63e43d553c36642a4e0ef6b210e3 - initial_ast: 8557928254d8c21c7e2058ae0d413a3565b37ce582ef10bbaee610c5b5c126c2 + - initial_input_ast: 525e046c7acfd0fe01d09860daecb4053ba2a90820f0156cc2f1fae5108f4f49 + initial_ast: 32385c45a839bf3447c8e0c89fbeab06279858085590f3282d647585b71e7ff5 diff --git a/tests/expectations/compiler/compiler/integers/i64/ge.out b/tests/expectations/compiler/compiler/integers/i64/ge.out index df403d91f7..ee8afb555f 100644 --- a/tests/expectations/compiler/compiler/integers/i64/ge.out +++ b/tests/expectations/compiler/compiler/integers/i64/ge.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 6857878da12ffbcc4376888a5b0a47e72cc06de198bf8b3581c462f6ac31dc5c - - initial_input_ast: 7e434642385a187243e3e5753d8fbdde3fcd867e9243ffc54edc524b41737544 - initial_ast: f7f13ba671fd5c76a7ddaeb88e92b2ad524ab8068a1873d328ec3e118a304175 + - initial_input_ast: e46fa95614a8aa29a9dddab1407d8fc122c5b81a59316b2cf01602cad64ace26 + - initial_input_ast: 43b74ba4ecdd6833d5c9caf13c738698fbaa6cf17190d214f557c880551c52e9 + initial_ast: 4b0d7709dfdd7787dff47c476803349384c6ddc53d3916ddc770c20aad610f56 diff --git a/tests/expectations/compiler/compiler/integers/i64/gt.out b/tests/expectations/compiler/compiler/integers/i64/gt.out index 5485ad8d2b..69570833b6 100644 --- a/tests/expectations/compiler/compiler/integers/i64/gt.out +++ b/tests/expectations/compiler/compiler/integers/i64/gt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 2b0b85dc45e03a920d2bfbdbc540abe18b61f4435eea735300bfbbf1f5f3d8ea - - initial_input_ast: 3fd4444b24b8e16c62ecf0b00fc49d32c65db6d13ed37bec5fbfe04848c9e6d1 - initial_ast: 3d74f258de200191d6ca014f3ebf770f84eb80733bc5e15297ace778ba7465c4 + - initial_input_ast: 6b49ead8df8fe3ca4ebfe0c82e17f19f8d1a155d6256c92dcdc9cd4f58dbad28 + - initial_input_ast: abfc4b6a23e9098ea7a81691ed2f9c22b8a3a2cdbf764098db11cfbc40b9cb29 + initial_ast: 608a0aa0dfeb6110260fb6d796680601771de69f74ab0435fedb4713dfe6688e diff --git a/tests/expectations/compiler/compiler/integers/i64/le.out b/tests/expectations/compiler/compiler/integers/i64/le.out index 0776413852..4a29cab120 100644 --- a/tests/expectations/compiler/compiler/integers/i64/le.out +++ b/tests/expectations/compiler/compiler/integers/i64/le.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 6857878da12ffbcc4376888a5b0a47e72cc06de198bf8b3581c462f6ac31dc5c - - initial_input_ast: 99afc178f7cdcbad22602eb65284213301656250e2210a665de43395fef85784 - initial_ast: c447a346374098a1f6c333904d3b42525fb51b165561996dfa24a2108680096b + - initial_input_ast: e46fa95614a8aa29a9dddab1407d8fc122c5b81a59316b2cf01602cad64ace26 + - initial_input_ast: 5b239c93a0ad62c5bd506e8858319e0fd13199069c0d4f05c3781f716176bebc + initial_ast: 1eca092c1e150ccaf53437b09661d0f29630922763caadd35f926cf43beb6b6d diff --git a/tests/expectations/compiler/compiler/integers/i64/lt.out b/tests/expectations/compiler/compiler/integers/i64/lt.out index 66a2b6df8c..657659647c 100644 --- a/tests/expectations/compiler/compiler/integers/i64/lt.out +++ b/tests/expectations/compiler/compiler/integers/i64/lt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 6eecc6aa76c05b3cee492e00a5c7411070cfc056d6c96e29d4c87bddf049909b - - initial_input_ast: f59d4a5626491f759e85846d2770353b534d95a1d2caed3fe97c029b3dfd848a - initial_ast: 0639333eba431ee73648e8d9a802db5e10cae59258e0bd3c157fe457213a6ca8 + - initial_input_ast: 0505e11c1ba5993289a95ca23d8284b98306cbcf05d09523236959b82c5a63df + - initial_input_ast: 2893b2993351883eb062f02e840ec5b4a1475ad28f32e51062f55f5df6402824 + initial_ast: 3594b8e27b2a6bf71fd3189330892f56936390e91e80dec807accca03322195b diff --git a/tests/expectations/compiler/compiler/integers/i64/max.out b/tests/expectations/compiler/compiler/integers/i64/max.out index d880971a13..86019ab42e 100644 --- a/tests/expectations/compiler/compiler/integers/i64/max.out +++ b/tests/expectations/compiler/compiler/integers/i64/max.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 632ec5f14f9e070c225d727c5fb5e6dd16d0f47d3ea0b408acb66142ed5eb233 - initial_ast: 441eb9e20bd64b6826895ad65408bb0bcf3fb9aa3041c5c582b8cb829ee5e3c5 + initial_ast: 025a4a135cb7eb25f7a91078e2371a994b1a86c370801265604fdec332766e77 diff --git a/tests/expectations/compiler/compiler/integers/i64/min.out b/tests/expectations/compiler/compiler/integers/i64/min.out index fea78cd234..d543c411c7 100644 --- a/tests/expectations/compiler/compiler/integers/i64/min.out +++ b/tests/expectations/compiler/compiler/integers/i64/min.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: ad738add6c03b6224ccba9d8d735b6645444f9c16f3b652ec4c0903fa4bb33aa - initial_ast: 1c37a6c11db9dc5ff7c2be6cb87d1900ea2302aecd66eb396cd1f768804a99da + initial_ast: a7e36ff9593243c851b23911c40f02dd9436d6828ff9cdf0b8773dba08ee5289 diff --git a/tests/expectations/compiler/compiler/integers/i64/mul.out b/tests/expectations/compiler/compiler/integers/i64/mul.out index e8069da548..dc6ad215f8 100644 --- a/tests/expectations/compiler/compiler/integers/i64/mul.out +++ b/tests/expectations/compiler/compiler/integers/i64/mul.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: f84b0604594bcebf725f53c7dae3609f276f916ecc9ada555d6984df08f2b13a - initial_ast: df201d064de97f5159dc972b93ff4b84206047722c9ce25554b7eef548a0a244 + - initial_input_ast: e68b68d6b69f3dba2f082d8b1771c6040538abe76d9592c7f28c0d12848166fb + initial_ast: 0169912ea1414d2c1f0ac43f1b2933fa0f0619826d0869848476c8477b6da6f4 diff --git a/tests/expectations/compiler/compiler/integers/i64/ne.out b/tests/expectations/compiler/compiler/integers/i64/ne.out index 0fe540a847..dc8a0902c9 100644 --- a/tests/expectations/compiler/compiler/integers/i64/ne.out +++ b/tests/expectations/compiler/compiler/integers/i64/ne.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 53f7088f9b1246b2a5a4888f773a137266abcab7f86139e17ded34d7dfd8bad6 - - initial_input_ast: d2e3ace89dca587a3f27a36d6ef8736dd713b541923835f2ac7ea5d4acd68c6d - initial_ast: f115cf62490b73b195fc75ac977786c450be243c2fddab88ef4435631b05a0c1 + - initial_input_ast: 070b3ccdaae03383f76a8e22550f64fb0b0332a1da1d26108cd83b981fe6f18e + - initial_input_ast: 7834ed1db124da61272b4ccbb750e4b1921878d1d33a60579c68b2836b17f269 + initial_ast: ec0b0d0a61bbf5fed1ea4cfa13795adecfb202cf85b4af77f584ecc903ec97c9 diff --git a/tests/expectations/compiler/compiler/integers/i64/negate.out b/tests/expectations/compiler/compiler/integers/i64/negate.out index c7869545d4..9a539b05ab 100644 --- a/tests/expectations/compiler/compiler/integers/i64/negate.out +++ b/tests/expectations/compiler/compiler/integers/i64/negate.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 5ac05e1cc879d60426482c7baa8678d1fb55ef8ac0900a901d6c2b7cddc30308 - - initial_input_ast: d3ff584044e6a8a943927df5c394d0c8e776e1c99dcbcb24f15218edab344452 - initial_ast: 7e734992a702686fe2fc22ff9fac91c0b4db8ea4be9b54ac37f7e6ad161152dc + - initial_input_ast: 137c0b0b2bca3b760e859707a6fc686d9a7059f434afb33282ce8cf3c228d3c2 + - initial_input_ast: a4c7ace41a4f18328386adc30f8c869156bbf8a69d825b526e42957ebcb54c69 + initial_ast: 101b1262d0011a816cdac3c4964f64c5af1b9d9311305f9f5c6b23210db60542 diff --git a/tests/expectations/compiler/compiler/integers/i64/negate_min.out b/tests/expectations/compiler/compiler/integers/i64/negate_min.out index ad9194c8a2..6ad296d75c 100644 --- a/tests/expectations/compiler/compiler/integers/i64/negate_min.out +++ b/tests/expectations/compiler/compiler/integers/i64/negate_min.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: d0a6313f717ff07413b8ba9109b9d055e1b4e12f56422335f82ba410137d2c00 - initial_ast: 13e221038b63fa5bdf940834c4cad59be102a27efa80faf50d9f15d94b580453 + initial_ast: df9847a4aded81bca2007bec886fb6199145902d209ed186e5afa47fe44fdead diff --git a/tests/expectations/compiler/compiler/integers/i64/negate_zero.out b/tests/expectations/compiler/compiler/integers/i64/negate_zero.out index de26ea18f2..a90ce86aa6 100644 --- a/tests/expectations/compiler/compiler/integers/i64/negate_zero.out +++ b/tests/expectations/compiler/compiler/integers/i64/negate_zero.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 76a0fe2199754831329d9b089d2c02f73d7457aaed6548372169318675b85f48 - initial_ast: 45f4fc4debc5356e399c0d3a2f6386bd7b6c9a9e656ab85e031e3dfc2a3999f3 + initial_ast: f47945fcf35a761226c79bfb56ffbe48f86e56ac7a2ca0514b722dbcf1108a85 diff --git a/tests/expectations/compiler/compiler/integers/i64/operator_methods.out b/tests/expectations/compiler/compiler/integers/i64/operator_methods.out index 58a6182440..61b244b540 100644 --- a/tests/expectations/compiler/compiler/integers/i64/operator_methods.out +++ b/tests/expectations/compiler/compiler/integers/i64/operator_methods.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 5e5277b920b7ba4bcffaa670a86bb6c45998ecc3540fa7392446bc050db795f4 - initial_ast: 6c43a1ad5bc369f5cd506e8609361278b9f07020b098f2d2e040e10b48e5b78e + - initial_input_ast: 3e1f97e09d691a7cc07c30632ba77ddb7381dca49117709bea416d388a5f715b + initial_ast: 7005a91be505dc697e2232f47c2b6adba1789f45bafce0e5df8444ec4eb02566 diff --git a/tests/expectations/compiler/compiler/integers/i64/or.out b/tests/expectations/compiler/compiler/integers/i64/or.out index 35613010be..8e19badd0c 100644 --- a/tests/expectations/compiler/compiler/integers/i64/or.out +++ b/tests/expectations/compiler/compiler/integers/i64/or.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 816e4f653059a71bcad0180283b41156a125963a270269574ccc2a89fa4db47d - initial_ast: c64fc87cc51f5307039246c26df461e6cb7e5d0a656f30bfdbce8fb4333dac87 + - initial_input_ast: 977a18c10a9f8131acb2f7cf2e24680ed4aa2366e3b241d154e0ed9733fb0879 + initial_ast: cc52137a03bf54883138a0160ce298ced560cc9e374b8dcb77356151d4c0941f diff --git a/tests/expectations/compiler/compiler/integers/i64/pow.out b/tests/expectations/compiler/compiler/integers/i64/pow.out index 145275d8f9..5ceac0c7c3 100644 --- a/tests/expectations/compiler/compiler/integers/i64/pow.out +++ b/tests/expectations/compiler/compiler/integers/i64/pow.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 45ec89924eb54df73ffff462969863faebc2cae4f8c23fa42fa4a37796212bed - initial_ast: 4bfb62750517d6a76c99ae8101c9823bcbfdffc6fe8a221b152e7b5e47a14dad + - initial_input_ast: 70929414acb39f1f1db6f044d346ce321c37924ba467a8c99d3de12f19338783 + initial_ast: b63a2bafc1fa51d6e3086413d64138feee3b6aeaf036e695a49f515a7b9a15fa diff --git a/tests/expectations/compiler/compiler/integers/i64/shl.out b/tests/expectations/compiler/compiler/integers/i64/shl.out index f9797e4e31..884159fb74 100644 --- a/tests/expectations/compiler/compiler/integers/i64/shl.out +++ b/tests/expectations/compiler/compiler/integers/i64/shl.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: a6ff55c9144f97d22d9d2565f4f6501bdd12db6393c12af8765415175a8d4369 - initial_ast: e9b1d7e5a0c714dd6c8e4462b6da5226e1852805533f76df6ee8740eecc4f57e + - initial_input_ast: e83445120df1413c9c3695a5c9f4731762d27410f9a9b9f3a11f6b6c68275213 + initial_ast: cae12fff46197c7d3bc37810d9dae01154409d6363de7f7baa1e678ad608b9eb diff --git a/tests/expectations/compiler/compiler/integers/i64/shr.out b/tests/expectations/compiler/compiler/integers/i64/shr.out index 5e8649e35c..2a29cad754 100644 --- a/tests/expectations/compiler/compiler/integers/i64/shr.out +++ b/tests/expectations/compiler/compiler/integers/i64/shr.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: a6ff55c9144f97d22d9d2565f4f6501bdd12db6393c12af8765415175a8d4369 - initial_ast: 62b4f3dcf7dd80633c305b8f271dcc96c006a533426de9372aabc38e02494b1b + - initial_input_ast: e83445120df1413c9c3695a5c9f4731762d27410f9a9b9f3a11f6b6c68275213 + initial_ast: b6014ffeb17b10ef11d4b0c67ddd9cb3638d3d049e6fdd5243578b9587294b7b diff --git a/tests/expectations/compiler/compiler/integers/i64/sub.out b/tests/expectations/compiler/compiler/integers/i64/sub.out index 0b1d507fb5..a84c04d991 100644 --- a/tests/expectations/compiler/compiler/integers/i64/sub.out +++ b/tests/expectations/compiler/compiler/integers/i64/sub.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 22e2a316ce039bd533d9624c4eeaa3a34ea4ef1fb53943386696048b8ab1411a - initial_ast: 04066970593aa644ae37df5e12ab27f199bf9c49985d74f9cefba65eb87a5b64 + - initial_input_ast: 6162195f65ad7a4cdf1be262925fbeb8556d4bed2da3e942d3debfee22176c5b + initial_ast: fb55af561ee2d7a3531b5cafdccd212cb4ab4e6f7031c64fc007f8fe33e877a8 diff --git a/tests/expectations/compiler/compiler/integers/i64/ternary.out b/tests/expectations/compiler/compiler/integers/i64/ternary.out index 928d3eca4a..5276bae9e6 100644 --- a/tests/expectations/compiler/compiler/integers/i64/ternary.out +++ b/tests/expectations/compiler/compiler/integers/i64/ternary.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 6e699c3a8f606d3dd85482128f5e1e9cdc1358657e9ce54b409966398c1719fa - - initial_input_ast: 2a79896e2d6dc7c1c8ebd14ef9e00db1c124810f2c8e3fbbe23aed75ed1c0f44 - initial_ast: 33a63f44654f1d38cc148f07fb7e3d31371e26eefc50fc8b9a8e202ad9f3668a + - initial_input_ast: da9bc26968ea726630b8e221465ff3092c7fcea41d36d0596a72ce1b06f20d47 + - initial_input_ast: 7e4203880b354e2ade82951012957861870a58004b8e770a76d546822eca4aa0 + initial_ast: 996bb7ecf17cd06ec0a1a5e4aff49090e5853af47975b1adda4884c701853701 diff --git a/tests/expectations/compiler/compiler/integers/i64/xor.out b/tests/expectations/compiler/compiler/integers/i64/xor.out index 16e4a7217c..3f80c2a328 100644 --- a/tests/expectations/compiler/compiler/integers/i64/xor.out +++ b/tests/expectations/compiler/compiler/integers/i64/xor.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: afccd04ee03ff51a876dc0a22f1b0a330abdc5fc4f8399925121cf295f9ac97a - initial_ast: a96600037f54ccf79db839041ab69bd393839711d1fb238652b15d50df56bf3f + - initial_input_ast: 424f5bec904744d3b484bc901b5f29c7b7c7472a1923fa34700778c0a6ba77e6 + initial_ast: e813fb7930c66987243c7075e6c5cb138764565003d1d8741dbd9570d0d52bc7 diff --git a/tests/expectations/compiler/compiler/integers/i8/add.out b/tests/expectations/compiler/compiler/integers/i8/add.out index e60e042400..c201a01282 100644 --- a/tests/expectations/compiler/compiler/integers/i8/add.out +++ b/tests/expectations/compiler/compiler/integers/i8/add.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 418ca183b24a932ac3abf2861e019adc5050583c575b453b43ab155704f425ce - initial_ast: 63e2aafe9fb89024ad67fb1718bb06769c34704d5980f6ef641c895fedc11782 + - initial_input_ast: de2978415d2534817c8294d6784e0fc2a26c92344c60e81a5cc79c695ef9cec7 + initial_ast: 1b855145ce75dfa7b32e0c32b541a9f01caa79f17adcc55554b1acc0cbdb7134 diff --git a/tests/expectations/compiler/compiler/integers/i8/and.out b/tests/expectations/compiler/compiler/integers/i8/and.out index a1706662c5..0450c80e87 100644 --- a/tests/expectations/compiler/compiler/integers/i8/and.out +++ b/tests/expectations/compiler/compiler/integers/i8/and.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 418ca183b24a932ac3abf2861e019adc5050583c575b453b43ab155704f425ce - initial_ast: 22143f41f383a6b56f36b26ea4bf59a204dd083cd7ba7746ae6089b68b506cbb + - initial_input_ast: de2978415d2534817c8294d6784e0fc2a26c92344c60e81a5cc79c695ef9cec7 + initial_ast: e3572ac8940ae34190855bbd75cc961bff62f3347d7d52cff211cd72b0f9df25 diff --git a/tests/expectations/compiler/compiler/integers/i8/console_assert.out b/tests/expectations/compiler/compiler/integers/i8/console_assert.out index 950daa125f..46c0d64f61 100644 --- a/tests/expectations/compiler/compiler/integers/i8/console_assert.out +++ b/tests/expectations/compiler/compiler/integers/i8/console_assert.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: df994f50ec870c32faab82a33e242eb013d207ebd7646a04ebfe21f3f5715cd3 - initial_ast: 6b4636bdff1da74783315f0599c5c0b70f224fe56dd6dc44dfaf498862ea49d2 + - initial_input_ast: 1f14fbca2375c3be8ff5e09ea3142e9ff660bdbb819e812f929e448345aee459 + initial_ast: 46845b0ab0389e657a471416f7fb59b4d76d229dc6f89a2220fcdc9d1405a284 diff --git a/tests/expectations/compiler/compiler/integers/i8/div.out b/tests/expectations/compiler/compiler/integers/i8/div.out index 5db6ca29a5..1401f08f58 100644 --- a/tests/expectations/compiler/compiler/integers/i8/div.out +++ b/tests/expectations/compiler/compiler/integers/i8/div.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: a2921e14c8159b911edd438049c7f2b1d85dfce9b4420abaa60049b687367e65 - initial_ast: a4c4475f9596674ad4ce8103520ed08e9f73d2d7aa8308fca18cae283782de32 + - initial_input_ast: 5da63be4ca3051be011a7ac00c13189ffcde7abd35bf5a1ddfb4d204712522ae + initial_ast: d0d11e5576dcb23724c93bd6451c1111800d6a534884015c50b3e861c797135d diff --git a/tests/expectations/compiler/compiler/integers/i8/eq.out b/tests/expectations/compiler/compiler/integers/i8/eq.out index beebda3646..786555e9a7 100644 --- a/tests/expectations/compiler/compiler/integers/i8/eq.out +++ b/tests/expectations/compiler/compiler/integers/i8/eq.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 7a7da641486797f409636f344cbe4980b3bc61434b10e9666d5c173385e17373 - initial_ast: 9afabff955660379d53c088500039f578752a8c1871616a2d3992611dae70372 + - initial_input_ast: 58f0fade6145131fc2c625a1362dbaff7a844b0d46da7e2ff4d0a11b28d6dc70 + initial_ast: 0a23b865e1b026c67b5cde389bd68de13f546e89cbf1e4e471ceec8cadafdb6e diff --git a/tests/expectations/compiler/compiler/integers/i8/ge.out b/tests/expectations/compiler/compiler/integers/i8/ge.out index d8981efff9..8ddd7e6252 100644 --- a/tests/expectations/compiler/compiler/integers/i8/ge.out +++ b/tests/expectations/compiler/compiler/integers/i8/ge.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: e35cd317b5834dad614daf0af362b96312bb2bc34c3ee3e4143530935351a9fc - - initial_input_ast: d874a35e98cadeb480fbdbeffb5233394cba9406f9dfde4c638ddd34861ee0da - initial_ast: f61e842aa2128a10eac6eab0893e43e289b3fb32aba206da43668c7e6d04ad58 + - initial_input_ast: aae0acd473ab3c01b1f70d96d924fb2e1c14f010ed349aac757f1bb5132a8bc7 + - initial_input_ast: 1177f8d6ca371a9e3136013ca48bbe87493348a6253146a3bd5b14190665289d + initial_ast: fc8d7d6d67375c7def50b835db90d7f822fbf595d1a5e3b063967771ccd776d5 diff --git a/tests/expectations/compiler/compiler/integers/i8/gt.out b/tests/expectations/compiler/compiler/integers/i8/gt.out index 6a7d845cc4..c8e3de0510 100644 --- a/tests/expectations/compiler/compiler/integers/i8/gt.out +++ b/tests/expectations/compiler/compiler/integers/i8/gt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: e63b31415b8dcf4698a24700cdcc3669d89f860ed11f6c84923cd8f4d6bb527e - - initial_input_ast: e0350ec947989025f7b5cd685b0cedcb493a58cd79b3da90553962ac33cefbf4 - initial_ast: 80a5075332b01642b12161eb2e7389d63b4756ab38cf4f1ea184fa58103152a2 + - initial_input_ast: 2c44045986c2c00731557568b0a502a7df0136af7c3ce8365f435e93ad7f52cb + - initial_input_ast: 6bde09eb83b067d411d19df2b90a62351306fe72422c1ae9ad966f1a85ab4ed7 + initial_ast: 3915774a3a9b6f9aaf741dc333a50bc47583dfce8218900f2bc67a88dffe7e3e diff --git a/tests/expectations/compiler/compiler/integers/i8/le.out b/tests/expectations/compiler/compiler/integers/i8/le.out index c0ea80ac7e..2cf3ff7e94 100644 --- a/tests/expectations/compiler/compiler/integers/i8/le.out +++ b/tests/expectations/compiler/compiler/integers/i8/le.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: e35cd317b5834dad614daf0af362b96312bb2bc34c3ee3e4143530935351a9fc - - initial_input_ast: 1f482c22510f50d78c14b5d94b21ae05e514dec423caf02561297898b416c109 - initial_ast: 1fda31b30dffff030098220fd53e5e2811a2235aa49d93bb9cc9159b458a7da4 + - initial_input_ast: aae0acd473ab3c01b1f70d96d924fb2e1c14f010ed349aac757f1bb5132a8bc7 + - initial_input_ast: 20aefb75d31234d763626c14e1a25ff6aebda3d2e808f74c788ea0caaec17907 + initial_ast: a242ff4cdb25bb86223866d8f179737b5fc42fb587c6a2158d34b2c5526dfa7f diff --git a/tests/expectations/compiler/compiler/integers/i8/lt.out b/tests/expectations/compiler/compiler/integers/i8/lt.out index 275476d9f7..73a643f557 100644 --- a/tests/expectations/compiler/compiler/integers/i8/lt.out +++ b/tests/expectations/compiler/compiler/integers/i8/lt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 19169cbb3c5a59a1e5490bd2bda1fdb09104022b499b31c3645c24ea109e9aa8 - - initial_input_ast: 70185fa43618a91a29ca84dfc2d422c69a4a5da2e9055d7de54a13cdb5d4231a - initial_ast: 87fca23168c5112f92f906213d7c04d41da2f9e69f0c9b5f2bd2803e9c511597 + - initial_input_ast: a31614dba55c98f510c7f251b50d3d53c0fb9014a7f9a31114b178cdc10032b1 + - initial_input_ast: db620df38d3acfd51b630ed699b270f9e72f55aa4ec36e7efeae02ef3b5cae62 + initial_ast: f61ec5537e1b2f87753b088f675ec86d62525192764ade1f247e641c82a009d3 diff --git a/tests/expectations/compiler/compiler/integers/i8/max.out b/tests/expectations/compiler/compiler/integers/i8/max.out index 663e07587e..0b631d4059 100644 --- a/tests/expectations/compiler/compiler/integers/i8/max.out +++ b/tests/expectations/compiler/compiler/integers/i8/max.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: c7cfa681865a1c0623cfd356162d0c6750f3e06fb72126585eace0aeb21bae77 - initial_ast: 142c791a86d2da044a635ff809795467c0fe56fddab2da461701b86c962f24ba + initial_ast: 4b87c1941cd547712ea133482f45de17e9fd60cea36f7d43257ea35b007efb1d diff --git a/tests/expectations/compiler/compiler/integers/i8/min.out b/tests/expectations/compiler/compiler/integers/i8/min.out index 0e1df12e4f..3d088266ca 100644 --- a/tests/expectations/compiler/compiler/integers/i8/min.out +++ b/tests/expectations/compiler/compiler/integers/i8/min.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: bdf7f8a6f92b7acd8c798becc30b2f6a8cf6b0ed714c168c5a9e5559988b2185 - initial_ast: 1f4036acfcc74868d883a3a476bb7f0d2aaf54c0ea507f1afaefe03074479965 + initial_ast: e79f1e8f5d62b28871596ea4628127bdc6b0ebc7c1fe448bf29767d09fbf4747 diff --git a/tests/expectations/compiler/compiler/integers/i8/mul.out b/tests/expectations/compiler/compiler/integers/i8/mul.out index aedf59076a..4e4463f8d5 100644 --- a/tests/expectations/compiler/compiler/integers/i8/mul.out +++ b/tests/expectations/compiler/compiler/integers/i8/mul.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: f94c9c57a09035126762720835869947bf4abb61f29f9e6ae15bed04e399338a - initial_ast: 1379ff6afd8de96e5215bd72dbedfd66c70514aa943a792b931e3133cd897416 + - initial_input_ast: 1aa7756768ee3ba1654b861064a5f24e9c1843d89b6e01e89949e2f1f3662939 + initial_ast: b524e294308ef4c913702c6809713989b758fc83f4612bdb260ab30978ae283a diff --git a/tests/expectations/compiler/compiler/integers/i8/ne.out b/tests/expectations/compiler/compiler/integers/i8/ne.out index 5f7c947f8a..7978c1b6de 100644 --- a/tests/expectations/compiler/compiler/integers/i8/ne.out +++ b/tests/expectations/compiler/compiler/integers/i8/ne.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: b1cd26a625c709bb94ee5913524afc6b1b83a8c1515922ba8b14dda385e0ca68 - - initial_input_ast: 671b2b3f086c62570bf29a08fe2e5adc48f71725317b0e3803acebe92dc846d8 - initial_ast: a9aa58a0fe6c81df3487e38da263ed454ed0a1ce4dc47a9ba68d7b04c3c96588 + - initial_input_ast: 16b842bbbf6b30fc29a691eba15942be5816fd1f0b26f92da2b273dd4616a06f + - initial_input_ast: 47331aa33fe027e08fba70eea5c1e84fa3d66c3120c0a172704d4e57c642177a + initial_ast: 3a2ea7199f4366eae3281322e49d49191ecfe98bb83d6333b59bb55fefc6a68a diff --git a/tests/expectations/compiler/compiler/integers/i8/negate.out b/tests/expectations/compiler/compiler/integers/i8/negate.out index 8ec3b713cc..759102a43c 100644 --- a/tests/expectations/compiler/compiler/integers/i8/negate.out +++ b/tests/expectations/compiler/compiler/integers/i8/negate.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 0e496fab37ba66e63b3906e0fbb11dd2449210b056394c910f90fb02c7c35ec2 - - initial_input_ast: cc84f02e75bbc4ff7389b2e60e3fc598ebc32c9eaac36a43f8a4687a1ee5f1be - initial_ast: 5fb5076e1a8680b6c35c60533c57f33c7b05afe5a18cc467c03f26d308e341c7 + - initial_input_ast: 42aaee113e0f7adf51e24db9e645896a4805881152551e5f771fc9f9d1fa81f9 + - initial_input_ast: 1f0143f9a55e15bb307813fcb4fb87e1ae7965687b40f34c5f201a38d831082c + initial_ast: 59aa10d9297edac3db46d0e376b7e481133cddb7729ab02786399ebf18b4d7bf diff --git a/tests/expectations/compiler/compiler/integers/i8/negate_min.out b/tests/expectations/compiler/compiler/integers/i8/negate_min.out index ce967091d4..13ab5541ed 100644 --- a/tests/expectations/compiler/compiler/integers/i8/negate_min.out +++ b/tests/expectations/compiler/compiler/integers/i8/negate_min.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: a1bd925fa2e13279fba1cf269924a81f2dc45c5dff42f62c3d6a4f1e7a368613 - initial_ast: 5bdc65e289dac3fab12e24fe51e16b4a773b805e1034e9180e6b7275ec585a8e + initial_ast: da4cb9c1f9483c468e659ff66977c894f7bacc2f7e19421b03f6dc8f097d3367 diff --git a/tests/expectations/compiler/compiler/integers/i8/negate_zero.out b/tests/expectations/compiler/compiler/integers/i8/negate_zero.out index f7fbfaab9e..5a29832777 100644 --- a/tests/expectations/compiler/compiler/integers/i8/negate_zero.out +++ b/tests/expectations/compiler/compiler/integers/i8/negate_zero.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 2f8bdfd57bd177ef6ba420992c9b8246f27a332126ed41021cf718db1f89fce2 - initial_ast: 2e23e03a7908ff1bc84c11ddf13945d7fd25fc5084f5c60f1b9d5d95978714f8 + initial_ast: 54dd62273ecad34dac2ce4874d1298d809cd9e4333ff34342391e59752052ecb diff --git a/tests/expectations/compiler/compiler/integers/i8/operator_methods.out b/tests/expectations/compiler/compiler/integers/i8/operator_methods.out index 3c172b74e6..8207b2f766 100644 --- a/tests/expectations/compiler/compiler/integers/i8/operator_methods.out +++ b/tests/expectations/compiler/compiler/integers/i8/operator_methods.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 15ad88e6dd28c72e4202ecef608cf1b1db73eceba4024607a1ece070f7f31942 - initial_ast: 6e44db0cf93401d21372b7dd688b0826efcb01036ff50b54862d12235201446e + - initial_input_ast: fb24ac144cdf7a6e0e308c106be309c354ea413d2690b815b72b9bae3ce1a169 + initial_ast: 0dfa7d1411c93d47b1c3649361d533df7e8cba7ac9308f13c606cad457a4911d diff --git a/tests/expectations/compiler/compiler/integers/i8/or.out b/tests/expectations/compiler/compiler/integers/i8/or.out index 7efedce49d..be8021b0c7 100644 --- a/tests/expectations/compiler/compiler/integers/i8/or.out +++ b/tests/expectations/compiler/compiler/integers/i8/or.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 418ca183b24a932ac3abf2861e019adc5050583c575b453b43ab155704f425ce - initial_ast: 18cfbf8e9f363d7477ee0c7509fd909c7f4929ffa2b4c2f46113d85c0f2b481d + - initial_input_ast: de2978415d2534817c8294d6784e0fc2a26c92344c60e81a5cc79c695ef9cec7 + initial_ast: 4503ca17cd69aceee8844d8510b0b0cf3b5f0a0588457e7c62b90f6b1f46ea17 diff --git a/tests/expectations/compiler/compiler/integers/i8/pow.out b/tests/expectations/compiler/compiler/integers/i8/pow.out index eec0df85fe..a56b55de9e 100644 --- a/tests/expectations/compiler/compiler/integers/i8/pow.out +++ b/tests/expectations/compiler/compiler/integers/i8/pow.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: fce55063674f3154f8ddb6d64c4fcdb82203cd3e19017c797e5509e75227d226 - initial_ast: b616f39c56d8c281d96a690906c8ba6bbc81831a653a2803cf92477bff148621 + - initial_input_ast: 5403e15802cf82bcb80acfc26596a71aa597d1b03cdf21f55c94c5d5a5dd05ce + initial_ast: 4217471ef3860d1b814aa132813bd0ce91c06c4954d30b4b33547371d5fc693e diff --git a/tests/expectations/compiler/compiler/integers/i8/shl.out b/tests/expectations/compiler/compiler/integers/i8/shl.out index a9159ad6f3..2cf0e7a344 100644 --- a/tests/expectations/compiler/compiler/integers/i8/shl.out +++ b/tests/expectations/compiler/compiler/integers/i8/shl.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 46761fa9dc62c5871413b18e0da193bb98f1401ebf32e057eb7afe369fddcc1a - initial_ast: 0e3218faca332771d9e3b01ec42562dfa4738b2452a97dbe0eba14c4ac22ca42 + - initial_input_ast: 5213a0abbbf502a8d84d4ce6ae6418b5d3ff1c6a4de6cf53a6f001b1a7c4f9b2 + initial_ast: 3dfee5f61d7da5b40f4246f26e3e69a1ecf74ba429a60461f8889e2802d65a11 diff --git a/tests/expectations/compiler/compiler/integers/i8/shr.out b/tests/expectations/compiler/compiler/integers/i8/shr.out index 51671d76e4..a2c2ea5197 100644 --- a/tests/expectations/compiler/compiler/integers/i8/shr.out +++ b/tests/expectations/compiler/compiler/integers/i8/shr.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 46761fa9dc62c5871413b18e0da193bb98f1401ebf32e057eb7afe369fddcc1a - initial_ast: 6ae8451b1b11dfaa8bcafd29c398c14ce99b3ee4a39f6d9758c9bbca5453c44d + - initial_input_ast: 5213a0abbbf502a8d84d4ce6ae6418b5d3ff1c6a4de6cf53a6f001b1a7c4f9b2 + initial_ast: b111060996c8db1f1a92bf8621a2698d4a76a8fe7e4e0328bed7d6fedffdaabc diff --git a/tests/expectations/compiler/compiler/integers/i8/sub.out b/tests/expectations/compiler/compiler/integers/i8/sub.out index c40136cc95..bb567b7e3a 100644 --- a/tests/expectations/compiler/compiler/integers/i8/sub.out +++ b/tests/expectations/compiler/compiler/integers/i8/sub.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: d6ff175d17561f3b4a70c3b7b2dc6232593c77a2614e2161eeebe72d96cf9843 - initial_ast: f8bcaa0b34d642cb37c8be5ab7eb226dc565a5802d69795eb197e8b1e5b45d0c + - initial_input_ast: 573a280e74e0a7a4bfd582c72c06fcd90fb2f8939c9c7f4468d6a0a9acc7f7ab + initial_ast: e7ca75bffade24ffeffcb8593d8e92b8108bf6ce105bbb9ab65e2e9b1da4b0c9 diff --git a/tests/expectations/compiler/compiler/integers/i8/ternary.out b/tests/expectations/compiler/compiler/integers/i8/ternary.out index 8d1cf6377a..3e3603a76e 100644 --- a/tests/expectations/compiler/compiler/integers/i8/ternary.out +++ b/tests/expectations/compiler/compiler/integers/i8/ternary.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: d9c9f985b366f3218f7a382946e2e661652a62c6cbd1c210e4bf283e9e45a0e4 - - initial_input_ast: 9dddec9d0f1cac8c804a46cded65f8902bf28e181149c73bf6c4d5be8fe6e21f - initial_ast: fbeeedb9bf32f4014d27172da623e262db55ae27ad367d09e31cb71bc4b974cc + - initial_input_ast: bd77ed2adb6a6503c0c23a971135d4dc9379a4c24cc32fb450b39217f4c78265 + - initial_input_ast: dfca4fead6cd26c21a13438da1cce131acba56ad418f8a7ee4d9376d848680bd + initial_ast: 78ef3d31f737788fb562544c3dbcb2fb05dc03259ebd8fb76b8bd21485b2cce0 diff --git a/tests/expectations/compiler/compiler/integers/i8/xor.out b/tests/expectations/compiler/compiler/integers/i8/xor.out index 98103bf68e..0f7d6a14fd 100644 --- a/tests/expectations/compiler/compiler/integers/i8/xor.out +++ b/tests/expectations/compiler/compiler/integers/i8/xor.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 049a158cda473ea574f3a1a41b7b12044d952feaffcd7fe391507fbb542a51a9 - initial_ast: 8a8881ec1d45699722c00fb217887df56d7c5f6ba997c126829e9e2047592a60 + - initial_input_ast: 1149add447826e73f3b0cc644e673025dc61722b562074a31e2cd2fa257fbb4d + initial_ast: 9dab5f0e342a2bfc131e9d0c173f16a2047683a441e410161108103f3cbd3d6f diff --git a/tests/expectations/compiler/compiler/integers/u128/add.out b/tests/expectations/compiler/compiler/integers/u128/add.out index cc60359fb6..a8de11423f 100644 --- a/tests/expectations/compiler/compiler/integers/u128/add.out +++ b/tests/expectations/compiler/compiler/integers/u128/add.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 0b4b4bf798b6f2dfcf78b0d4f72c37c8c8c240ba2668fcbbcaa29fff825a4cee - initial_ast: c09bcbdf96f73f93cdf12a30fcb17f317f484279ef95a405ac024b497d89e2ff + - initial_input_ast: e7ed1e3c5fb2bea093ef50a0c37c1548a1800743f5d2869662c5182b2a866574 + initial_ast: 809c5f81669fc6e7cae48d2ec62d65e1aa3f375943b3b6c412e9691e9fd959ef diff --git a/tests/expectations/compiler/compiler/integers/u128/and.out b/tests/expectations/compiler/compiler/integers/u128/and.out index 43bd6d1c90..118ec62628 100644 --- a/tests/expectations/compiler/compiler/integers/u128/and.out +++ b/tests/expectations/compiler/compiler/integers/u128/and.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 0b4b4bf798b6f2dfcf78b0d4f72c37c8c8c240ba2668fcbbcaa29fff825a4cee - initial_ast: d09e17e06ecf81563bcf4cd91f0b1ff31683f7e76717aa9dbae3a38b6b0093cc + - initial_input_ast: e7ed1e3c5fb2bea093ef50a0c37c1548a1800743f5d2869662c5182b2a866574 + initial_ast: b67bbd9f9f5123eef4b03f21747e835f3e1a7906077f35e9629793c0659b174a diff --git a/tests/expectations/compiler/compiler/integers/u128/console_assert.out b/tests/expectations/compiler/compiler/integers/u128/console_assert.out index fd95452fee..71094b94b1 100644 --- a/tests/expectations/compiler/compiler/integers/u128/console_assert.out +++ b/tests/expectations/compiler/compiler/integers/u128/console_assert.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: d33717e99abedf3d3ad1ca7e18212fafc940639a0005c934ee43b7ec10131e94 - initial_ast: c7ec9e92e0ac15c17db0c5d40b53c394d4da748f7f37ff2fee74baaa956165ad + - initial_input_ast: 04fd22fe1ef4e6c002f7090ccf35faecff80a2535a688a6fda6d1b0f63d2c19e + initial_ast: 29249a3eef137beb470b50eab2871cda840b9317c1cac2ad396950efa339904c diff --git a/tests/expectations/compiler/compiler/integers/u128/div.out b/tests/expectations/compiler/compiler/integers/u128/div.out index 8e0da2312d..6279436194 100644 --- a/tests/expectations/compiler/compiler/integers/u128/div.out +++ b/tests/expectations/compiler/compiler/integers/u128/div.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 312caa259bb60c26c8e61169dcfa1dc94174d1a50c35a6d889ef1eed7880532e - initial_ast: 470aa930cedf15168fea1fcddd49d7cedd5410599ae372c5bea9948aef2bd7f0 + - initial_input_ast: 5db93e51b45bd2c1865c73929c64b3d86b684c92e48aa32f851015d0c02f9887 + initial_ast: 13f7762a9b09d75ae6f7d5848696db23c83aae7dc2f41051d75239450aabcef3 diff --git a/tests/expectations/compiler/compiler/integers/u128/eq.out b/tests/expectations/compiler/compiler/integers/u128/eq.out index 733dd1d0c2..2537263485 100644 --- a/tests/expectations/compiler/compiler/integers/u128/eq.out +++ b/tests/expectations/compiler/compiler/integers/u128/eq.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: ed076eaaf99eeab4483cbe3f371ca5bead0ebb316e7b9e02708bf35dfdcc15e0 - initial_ast: fa1d49c14840d8af2266f95e90b0c7534afb43af6c8365a96796b88a1069f9f8 + - initial_input_ast: 7e7dafe8ef71c28d032582570b850f6386768ec57e5e3ecd2707bfc44f42e5d7 + initial_ast: 83a48532466ea84e2f89894d304ce297d8d15e9609420330dad6041e611c4ac6 diff --git a/tests/expectations/compiler/compiler/integers/u128/ge.out b/tests/expectations/compiler/compiler/integers/u128/ge.out index 7f0fbc1247..39bc4c00b9 100644 --- a/tests/expectations/compiler/compiler/integers/u128/ge.out +++ b/tests/expectations/compiler/compiler/integers/u128/ge.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 114a06e1bb4a0c3728adc7668365d8deea159ccffc14b1977ba2bba2b05f3987 - - initial_input_ast: c8fc11e4265deb71385cf129d8cac917eecdc35c993f569bc339e49fc26e0dab - initial_ast: 22866aca009cd492205eb33e5de776e410d245afad2b944536236fc5ffc7becc + - initial_input_ast: 192829d709e9a915c6cc0cdd27fb24bcae5222ad571a8939f6518f27b895bef3 + - initial_input_ast: 8766097c50171ea9912e2ee31fc9124faafa62da00407a4b9ab679a42e45233a + initial_ast: 30685958fa07b104f1de0521fa70027db6515525003eff11bab88d398cc38626 diff --git a/tests/expectations/compiler/compiler/integers/u128/gt.out b/tests/expectations/compiler/compiler/integers/u128/gt.out index 24610b78ab..dd1f380979 100644 --- a/tests/expectations/compiler/compiler/integers/u128/gt.out +++ b/tests/expectations/compiler/compiler/integers/u128/gt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 490a83da761d8daffa5b10e1d9785fe301129b18eaa8b4be8550a1037c92e037 - - initial_input_ast: a9fbdd31d60c3b135c46eb07ffc291d906e61283f66b5ddda81080adb1b72c4d - initial_ast: 97e1caf8274c2e27e34f2218ab5aadd7a14ce8e518e7adc021c5763b7ea3de42 + - initial_input_ast: 783036ae02b0759121405a92762d8924bd3712a5b465f29e000c2a834d3e94a5 + - initial_input_ast: 3a5987d6bf50d0bd048b269040b9da36954c6e4e622c846d4d3447ae0aa93b7a + initial_ast: 21c269cbbd7b6baae5f1f30649fbcca5e43d5790c484a75d0b5a32da40471979 diff --git a/tests/expectations/compiler/compiler/integers/u128/le.out b/tests/expectations/compiler/compiler/integers/u128/le.out index 7968b3aace..2ec650a0c7 100644 --- a/tests/expectations/compiler/compiler/integers/u128/le.out +++ b/tests/expectations/compiler/compiler/integers/u128/le.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 114a06e1bb4a0c3728adc7668365d8deea159ccffc14b1977ba2bba2b05f3987 - - initial_input_ast: d86e46eff4d53385160f9e227d120be02cff1d0bd25359f7dcd99cd98a7b6689 - initial_ast: aac1210ac91250cf116e6b8c4af27d042526704975d394f694b875ee7c7bdca4 + - initial_input_ast: 192829d709e9a915c6cc0cdd27fb24bcae5222ad571a8939f6518f27b895bef3 + - initial_input_ast: 46dd342e0f8b31909b76fb09d62bd4660220b425dea1f18f60d8e49a82055f29 + initial_ast: 01ba6613346413e5b89216d0eb2770c87eb134a10286045cbb1d92f757760f7a diff --git a/tests/expectations/compiler/compiler/integers/u128/lt.out b/tests/expectations/compiler/compiler/integers/u128/lt.out index 3530391015..ed29884649 100644 --- a/tests/expectations/compiler/compiler/integers/u128/lt.out +++ b/tests/expectations/compiler/compiler/integers/u128/lt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 81a226fee5bd7855328403195937bf7dbad374f94e29afa8b750b5b1a3aa47dd - - initial_input_ast: d68bda01a4ba78c58809ac0c8286b56fafeb17702abf7a6cb9a7195a3aef8317 - initial_ast: 6e319b6448230333f01fcbc23928f2d07a7d52ecf356c42ba5a9f17f85030c6d + - initial_input_ast: 445ab3909ea34095878c451cabb6ec147e6ecf18d080df0e2a05e03c16df076e + - initial_input_ast: 17389f0533f443fc916e0fcd04cefc76377450010a2c805d4bdafcf9906ae881 + initial_ast: c37385db2632b75cef1fa58c26a873652add5d06ecbb9dc354cf04561776a790 diff --git a/tests/expectations/compiler/compiler/integers/u128/max.out b/tests/expectations/compiler/compiler/integers/u128/max.out index 5d42ff29e8..cd8ff2b058 100644 --- a/tests/expectations/compiler/compiler/integers/u128/max.out +++ b/tests/expectations/compiler/compiler/integers/u128/max.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: a2ab6a89c5952a113fbecdeb630917b4699c38dcda5971528ab35cdd5e92c216 - initial_ast: f74810c683ca376b62ab74f8c03d59de896c3463a348a2e7c83c2891fe11d235 + initial_ast: aae23bd06d9d51b7682521b307a91788c36451edd5ba5d419d587791d50bd70c diff --git a/tests/expectations/compiler/compiler/integers/u128/min.out b/tests/expectations/compiler/compiler/integers/u128/min.out index 09bf4375c3..7519c2c498 100644 --- a/tests/expectations/compiler/compiler/integers/u128/min.out +++ b/tests/expectations/compiler/compiler/integers/u128/min.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 886b77241861e32ee76414a8f86e04b86943325113b6b28e9d6805ee61c936ef - initial_ast: c4ed389c216c8febadfda804cdfd5f84de0ed16592ad293434304819fcde32c2 + initial_ast: c70c03ad72abbd8cda36b24a3f76de841e997828e0ce829f0569779f7e9362ee diff --git a/tests/expectations/compiler/compiler/integers/u128/mul.out b/tests/expectations/compiler/compiler/integers/u128/mul.out index 0856454e36..505e94677c 100644 --- a/tests/expectations/compiler/compiler/integers/u128/mul.out +++ b/tests/expectations/compiler/compiler/integers/u128/mul.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 55275f9363fdc61c58cf22cc7fea6f1c5314bf2d1c31866a9609b83b050983a3 - initial_ast: 5d6b4ef63ae8e4fe01ee2d19ca2de4f3183af25a84b9d9aa47c4759f9119e3a8 + - initial_input_ast: db3eedda9d86f5720afddf87a7cb319fbe1594d75193eadd2720a28380850814 + initial_ast: 67704863359314b387e80e76adca169d0f2dc0a7dc74eb6b9ebad40c5c0a427c diff --git a/tests/expectations/compiler/compiler/integers/u128/ne.out b/tests/expectations/compiler/compiler/integers/u128/ne.out index 23e64a8ec4..77f10ab38e 100644 --- a/tests/expectations/compiler/compiler/integers/u128/ne.out +++ b/tests/expectations/compiler/compiler/integers/u128/ne.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 6092164adf1cbb62c9bc7b5c9615deb73f2d4ca73eca6ae6fa732f7e8a2d6fae - - initial_input_ast: 0a73021a07d37a00e70a521b9271d9849c871e4df9395fd866009d3770fc8b9e - initial_ast: 401daa77a0b0589d3eb44f7de5efd367afa3c2626463363aab1fde57eb5d90d2 + - initial_input_ast: 95022fb8616d174af5552e764af96d14ebca2378e57a26caf56155199cc12514 + - initial_input_ast: 6e27f1353141bbbd4f15e0cf9b2647f72eea0ebd5bc9dc75bff17f8e8d7ece01 + initial_ast: 941d7d3c9489761b9d0246fc4a6352e6df27e848b5c00c477c8df244bedc8f11 diff --git a/tests/expectations/compiler/compiler/integers/u128/operator_methods.out b/tests/expectations/compiler/compiler/integers/u128/operator_methods.out index 71a345188a..51ea2bd4a3 100644 --- a/tests/expectations/compiler/compiler/integers/u128/operator_methods.out +++ b/tests/expectations/compiler/compiler/integers/u128/operator_methods.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 90091db06f755dc2e8c920d26390f0dd6a9f7f5401148ab01e46dc77a3900582 - initial_ast: eb4bcc4d57f7f83b382b706f040d3a032a956cb9b262491d42ddfa39caada74b + - initial_input_ast: 323e17762e30677ac3100cad9a455a99d3d57115531e2ca04caa8cf1311266ac + initial_ast: 8d569699333105881a9b518e7eedef841604e72c6e8916c6f4985b4172b7d583 diff --git a/tests/expectations/compiler/compiler/integers/u128/or.out b/tests/expectations/compiler/compiler/integers/u128/or.out index 898960aa4b..793019d150 100644 --- a/tests/expectations/compiler/compiler/integers/u128/or.out +++ b/tests/expectations/compiler/compiler/integers/u128/or.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 0b4b4bf798b6f2dfcf78b0d4f72c37c8c8c240ba2668fcbbcaa29fff825a4cee - initial_ast: 6532d8f436c711698a26f08331718f5cb61dfe1e3d41120d91b4039a5b7db683 + - initial_input_ast: e7ed1e3c5fb2bea093ef50a0c37c1548a1800743f5d2869662c5182b2a866574 + initial_ast: 59830ce057e99819ceaf455c0760455b3bb3ad492a3ba685029f1db85532ee00 diff --git a/tests/expectations/compiler/compiler/integers/u128/pow.out b/tests/expectations/compiler/compiler/integers/u128/pow.out index 0ca351073d..376fb638a7 100644 --- a/tests/expectations/compiler/compiler/integers/u128/pow.out +++ b/tests/expectations/compiler/compiler/integers/u128/pow.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: no input - initial_ast: 736df282a3b5ffff601dd67e443891125ca67486745f642c1a629df51f139651 + initial_ast: 624087561e16739ceb6809f24afe6d6f41204e36a69595299c5f0ee1280e4698 diff --git a/tests/expectations/compiler/compiler/integers/u128/shl.out b/tests/expectations/compiler/compiler/integers/u128/shl.out index eb3bbae2ea..11dd68f8c9 100644 --- a/tests/expectations/compiler/compiler/integers/u128/shl.out +++ b/tests/expectations/compiler/compiler/integers/u128/shl.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 7c048b2df7402d5ae82869bf59ed5e8e37dc37b297e6da315414cdf92f3fe47e - initial_ast: 8c4b9d867aa5af79625cf321b0fa23ba73d6903c50dcb0ef8a9793a30fdb6948 + - initial_input_ast: 9363cea9423b4153976492ca4328a2e5b962c5745cd167e7896421f173a72b47 + initial_ast: 57eeb6e286fe3ab9bdd93563280f0dd159c6d299c1cf7d9c0948decf5f6f2c34 diff --git a/tests/expectations/compiler/compiler/integers/u128/shr.out b/tests/expectations/compiler/compiler/integers/u128/shr.out index 9831afda99..6b3ac71ea5 100644 --- a/tests/expectations/compiler/compiler/integers/u128/shr.out +++ b/tests/expectations/compiler/compiler/integers/u128/shr.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 7c048b2df7402d5ae82869bf59ed5e8e37dc37b297e6da315414cdf92f3fe47e - initial_ast: 7a81a139806e719f879fe3f93c6e2af93128c2fc36dda6650ae435ad18b36d99 + - initial_input_ast: 9363cea9423b4153976492ca4328a2e5b962c5745cd167e7896421f173a72b47 + initial_ast: 246a13e6ffe5230daa2423b6691a2500e9c84de1491be22f4efcea3f23e57363 diff --git a/tests/expectations/compiler/compiler/integers/u128/sub.out b/tests/expectations/compiler/compiler/integers/u128/sub.out index 849b809998..87b31dab2f 100644 --- a/tests/expectations/compiler/compiler/integers/u128/sub.out +++ b/tests/expectations/compiler/compiler/integers/u128/sub.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 423b332f76b482591a7a7c3003662aea94e81ac3341e384e6ab510287a33fcd8 - initial_ast: f18ff230b4a7482f58667af30686b4010d20b119db1e3875d912efd8ffd83b4b + - initial_input_ast: 6e6826bbad13635cdb03f093495dbbb73bac96e8291141ea42a031b4aadf31c5 + initial_ast: c812f9e3f528b0934f1aa82f939fa8be4c2ecf6da73767e5a8961c6492dc7b26 diff --git a/tests/expectations/compiler/compiler/integers/u128/ternary.out b/tests/expectations/compiler/compiler/integers/u128/ternary.out index f9034ba35e..68f934b367 100644 --- a/tests/expectations/compiler/compiler/integers/u128/ternary.out +++ b/tests/expectations/compiler/compiler/integers/u128/ternary.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: f8a5839bc3ebd5a43da88b4956a763ab9ab3bc2a08cce1e63b4bed90a372cc29 - - initial_input_ast: 7791bee70cecfb5adf16a8d4e309a9cde2802bb110f038ded316b751d904e37d - initial_ast: 73d43529cae30694437cb5762150833c654639587f2e24df0a93312afc1e5b1a + - initial_input_ast: 70be7cdc602aa8c9dcfbc7a51eb48e5e76b704429a23b0cfd43ca073d3445412 + - initial_input_ast: 03111b898b34afc7653f3898e3f39c7af3f783a91876eb49c04b9e4b2261f0c6 + initial_ast: 7f1186c8af4d45b64572c0646ef2721f7917009c1dc50f0c56b91aa7d9b6dff3 diff --git a/tests/expectations/compiler/compiler/integers/u128/xor.out b/tests/expectations/compiler/compiler/integers/u128/xor.out index c9953e8681..32d08cb145 100644 --- a/tests/expectations/compiler/compiler/integers/u128/xor.out +++ b/tests/expectations/compiler/compiler/integers/u128/xor.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 9994d676560e6f9ddec4a1b225e6fd50646f1b236db21dcf7dc04771bd2cafaa - initial_ast: f4d4a7bd9cdc74592091682ae635a0c6e34ce98fec41dc193f4353dca9840974 + - initial_input_ast: a81f72b045bdb8e920976b4f64cd9ac94aa2a869cf00707dabcfe3f9af52df83 + initial_ast: 612103b4149a35275f9e3d2d9e3e27d41762e348c7b47d1981a86d9f05d7cbc8 diff --git a/tests/expectations/compiler/compiler/integers/u16/add.out b/tests/expectations/compiler/compiler/integers/u16/add.out index 03b8186fd0..e92206a9eb 100644 --- a/tests/expectations/compiler/compiler/integers/u16/add.out +++ b/tests/expectations/compiler/compiler/integers/u16/add.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 645d8b76a8e35f3c5c40b8a8d7edaf61869ba567db8856ff407c6c6ca93e15ab - initial_ast: 0efce2048d443bc625ffe58dbc7af9d7cfcba635825a8dd3480708cc660ab57a + - initial_input_ast: e42870a9c4915d12757e7ebe32492b7c4dd6f47134c6f2bd635d6e4be239c379 + initial_ast: 1d1815ef02e44f03ce68a5417cd9662ef10673757c5c7cfda9a6b8f05661dc43 diff --git a/tests/expectations/compiler/compiler/integers/u16/and.out b/tests/expectations/compiler/compiler/integers/u16/and.out index 7e7d860814..ef2153a867 100644 --- a/tests/expectations/compiler/compiler/integers/u16/and.out +++ b/tests/expectations/compiler/compiler/integers/u16/and.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 645d8b76a8e35f3c5c40b8a8d7edaf61869ba567db8856ff407c6c6ca93e15ab - initial_ast: 520b6831317851ecf843501a2d1424b63829404ea50b0318b96045fda54bef1c + - initial_input_ast: e42870a9c4915d12757e7ebe32492b7c4dd6f47134c6f2bd635d6e4be239c379 + initial_ast: b79ba115b0e8769429018578dd678306dc07e5e199b0ec3b26141238e9915680 diff --git a/tests/expectations/compiler/compiler/integers/u16/console_assert.out b/tests/expectations/compiler/compiler/integers/u16/console_assert.out index 6e6d2416de..83f949466c 100644 --- a/tests/expectations/compiler/compiler/integers/u16/console_assert.out +++ b/tests/expectations/compiler/compiler/integers/u16/console_assert.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 93f0939fa8d2a71a8de2232636f6fbed581078acf2d6350b551a85b68d3a35f3 - initial_ast: 68df919b5fb7b992c5e900b16a3c02ef9e2fe737d0ec61d67859c5b22a3630c9 + - initial_input_ast: a5084c2432ba3ce882ffd38b4db3b7805403e203266908de1d6b64b2533c2b71 + initial_ast: 9ff7a32beb648726899aa018cd26625eab794559b70a29e3083fa81cf4490a2f diff --git a/tests/expectations/compiler/compiler/integers/u16/div.out b/tests/expectations/compiler/compiler/integers/u16/div.out index 001d1e2d9b..230133529a 100644 --- a/tests/expectations/compiler/compiler/integers/u16/div.out +++ b/tests/expectations/compiler/compiler/integers/u16/div.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: c5d860d9e16d54ba0e74b3d163c409c5ed8228f0716d439faca960550b23941c - initial_ast: f72e0c7991f49f2d668f6693a50615eec8a2ddf54f1a92e51f84c34be6b4b240 + - initial_input_ast: bb055123854595a4f93cef4f89dfc0dd322e79a50ed9cf95ea4992e050a7e864 + initial_ast: d7c627757f6182cb67f8b9d1606046420a0587614fafa763c50410fb126ebbe8 diff --git a/tests/expectations/compiler/compiler/integers/u16/eq.out b/tests/expectations/compiler/compiler/integers/u16/eq.out index 118a6396c0..7f3d12af6e 100644 --- a/tests/expectations/compiler/compiler/integers/u16/eq.out +++ b/tests/expectations/compiler/compiler/integers/u16/eq.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: aacc264ea8f875d044fe9d32dc074877f55b566fe3f5a95a1bbf7193797aa520 - initial_ast: d8ec08bd1f7422819148f21816252bb209fe01589464ac91d6129d459b27ddd7 + - initial_input_ast: 9c7090d59baa24c677f2a5b072a6487ba14703c6ff893e8e342b84537a0e4e59 + initial_ast: 30eac1e0efc2ba5258c1c6436ab8f1681c81e17b766cd94aa5d8fc684fea981e diff --git a/tests/expectations/compiler/compiler/integers/u16/ge.out b/tests/expectations/compiler/compiler/integers/u16/ge.out index eae08c2674..6bdd44fb4e 100644 --- a/tests/expectations/compiler/compiler/integers/u16/ge.out +++ b/tests/expectations/compiler/compiler/integers/u16/ge.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: a0711a6ed49dec13228ba659a9b314d9ce6676d662813bd195dad9137ff9bc5b - - initial_input_ast: c44e22bafbeb5729fbdbbfdce638ff6bccbcebb1ef4958a578915665a9251de9 - initial_ast: aaa4dc4173cb9fb0c05876f6fdee19e4a81d0c5afc82f7a8b488b0cdfc1e69ae + - initial_input_ast: 25c18e61267377f9d45aa8097941fd9920d277611e4e6a26e44bec19044ad90e + - initial_input_ast: 40c0cb654f2a935962647b51d536868c2a9caab366458fd55e9fe21cde620685 + initial_ast: ffb6b5cc96cc49173ff313fb36bef3ed9b90168de7f4e9d0181ce6f1a295c02f diff --git a/tests/expectations/compiler/compiler/integers/u16/gt.out b/tests/expectations/compiler/compiler/integers/u16/gt.out index 1cd35dc2f9..92777dc286 100644 --- a/tests/expectations/compiler/compiler/integers/u16/gt.out +++ b/tests/expectations/compiler/compiler/integers/u16/gt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: bbcfb719bb3775418cdc7eacc87fea6bb4b463a8ee5baf1ca448115098de0442 - - initial_input_ast: baaf3113b1461d0808023e5bcc59d482aa451aa5bff5815bdca2249c1a75515e - initial_ast: a142b4368f83dc792a96dfa115f4d8527acb2f87530b5693e26a40efcc9f1c8e + - initial_input_ast: b4fbf481b32bd84d6fc11397bab229124d8d261d677e5086e27ebec223a1f882 + - initial_input_ast: bd45fbb21f0dd4ebc486086d1e8914f5a76f2ee9ffd16a47cc0929855ba6eff1 + initial_ast: 1af63732ccbdbeda6197aec2f1075a29935f76dad0a579804351ce8cc1f7df4c diff --git a/tests/expectations/compiler/compiler/integers/u16/le.out b/tests/expectations/compiler/compiler/integers/u16/le.out index 498844d1eb..289c702bcf 100644 --- a/tests/expectations/compiler/compiler/integers/u16/le.out +++ b/tests/expectations/compiler/compiler/integers/u16/le.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: a0711a6ed49dec13228ba659a9b314d9ce6676d662813bd195dad9137ff9bc5b - - initial_input_ast: da98deac955107d3b01e18edeaa906c66b216e029e09959f12a02c64c8b64259 - initial_ast: cccd56dfff8508f810dc3acae53bac2d3e03afaec697f83bf45cd922ad5a3a63 + - initial_input_ast: 25c18e61267377f9d45aa8097941fd9920d277611e4e6a26e44bec19044ad90e + - initial_input_ast: b103a43941f8ec2e29ba5eaa3b8f5f4dc8647417aa0d1656b83ba683c6ca1ce7 + initial_ast: 7791cef3cfc2dacb2c80c33526b01d98e1ea67def70f24fe3b748dd3b1f83f6c diff --git a/tests/expectations/compiler/compiler/integers/u16/lt.out b/tests/expectations/compiler/compiler/integers/u16/lt.out index 50dfa2bb8c..44cc11475a 100644 --- a/tests/expectations/compiler/compiler/integers/u16/lt.out +++ b/tests/expectations/compiler/compiler/integers/u16/lt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 9383a4837a0adb9b494229de1f4fd4cb519a0afcf273d83dbd78c25c568fada5 - - initial_input_ast: 7bb6ab59dd3331f3e0121a736939323f73be4053f91859d186c620fd0e14244c - initial_ast: 811b1d04a4474b7f3b943caebe9e5fcca1f9fe7e77cc84e6fb85d40d0d66cb55 + - initial_input_ast: bc724c71e20a5d3aad5ed2665209557e8feada799c27830d72a06e0d064e69af + - initial_input_ast: ce67c57955f79db1f00cbe7b976195c609bb6f6f93a4f49c51c88fa349e65554 + initial_ast: 1a1b5c280796ec76d3289ad521472f4c844b2be27af6c7a8df5c3642c235f278 diff --git a/tests/expectations/compiler/compiler/integers/u16/max.out b/tests/expectations/compiler/compiler/integers/u16/max.out index 9cc2221707..c3a3711148 100644 --- a/tests/expectations/compiler/compiler/integers/u16/max.out +++ b/tests/expectations/compiler/compiler/integers/u16/max.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 940d740ba40284a1d3c3cf8737facd1e98968224dd93999dbcb336cb3f4ce571 - initial_ast: 09d4426d341f39c8164181d9793ffc37acc5a43f2148d5f0d646f146c24d00fb + initial_ast: ae0c5563b13ebfe51691690a6416fd6acec45f6fdaf710228d0cfe457fe7f4ff diff --git a/tests/expectations/compiler/compiler/integers/u16/min.out b/tests/expectations/compiler/compiler/integers/u16/min.out index 7e9f3bd43e..d193b871d2 100644 --- a/tests/expectations/compiler/compiler/integers/u16/min.out +++ b/tests/expectations/compiler/compiler/integers/u16/min.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: c7cfa681865a1c0623cfd356162d0c6750f3e06fb72126585eace0aeb21bae77 - initial_ast: 4dcfa3acfc7cf76ebcdb36fcb337052b62b0f5855559845cd1ed70942a89dc64 + initial_ast: 8334e4bb72796529b4205f50848c675e92c10bd246f5d7d1a8c93c6268415c12 diff --git a/tests/expectations/compiler/compiler/integers/u16/mul.out b/tests/expectations/compiler/compiler/integers/u16/mul.out index ec879e6607..8ea37c8c12 100644 --- a/tests/expectations/compiler/compiler/integers/u16/mul.out +++ b/tests/expectations/compiler/compiler/integers/u16/mul.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 2189415cb99cd7a07d28f5b9fd1f3d5e0da2150942d12da98fe8109c4988b6a3 - initial_ast: 56f9a8d2c0275f7dfd5894d5a5511a528bef0c016fc5569030c8f83d31fb76a6 + - initial_input_ast: 324aa2cb3c57c9e956792d50328347a3da38de524f5d6ce7ae0a66f646efcf85 + initial_ast: e2a68426e149f2421e4d63e272a7063924addc9d573aed98e3e66da3ce2388d4 diff --git a/tests/expectations/compiler/compiler/integers/u16/ne.out b/tests/expectations/compiler/compiler/integers/u16/ne.out index fd9f703071..a5aae39421 100644 --- a/tests/expectations/compiler/compiler/integers/u16/ne.out +++ b/tests/expectations/compiler/compiler/integers/u16/ne.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: c044ccf036223e8e8de1b69ffc11755c88021eb7d6fe33f1f51afafeb8b88999 - - initial_input_ast: 1927266ff190c94fb9739e2a59c73f17d4ad9cd9b47ef4022c9905087dbe8eac - initial_ast: 142411669f9231a6caf241a77f9b0382d071adb97f38057cef33152035bd8d57 + - initial_input_ast: 3ca06d5bbeb5e839a4ac328776de5debaa67570dcf5fe42f678c73581c5b0b79 + - initial_input_ast: 1c02488cb37ff8842703d1d1397b917a878f3dd65092191942e34319acf57563 + initial_ast: 94ada01afeb5eaee5ff709bb0f0ab218d25a98e3444c88c8c4fe86f5e12a8597 diff --git a/tests/expectations/compiler/compiler/integers/u16/operator_methods.out b/tests/expectations/compiler/compiler/integers/u16/operator_methods.out index 698c9dbdb9..7357228366 100644 --- a/tests/expectations/compiler/compiler/integers/u16/operator_methods.out +++ b/tests/expectations/compiler/compiler/integers/u16/operator_methods.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: fd9e082741dbeb3963fd5ef3d4fd4c242176c66b4e502b71e92a0832ec5afb43 - initial_ast: f600a9703875417713535777834d9185aa0423dc52202d8509a47c24a3ff0845 + - initial_input_ast: ff9c2d1e56ff3e1807432f3315573cbfaf9129ee77b5782bfc87fdb29018fcfa + initial_ast: 31efde0f3756ae0bdba6f830c5c69495bcffc411b0494e999361f903169bcfeb diff --git a/tests/expectations/compiler/compiler/integers/u16/or.out b/tests/expectations/compiler/compiler/integers/u16/or.out index b31088880b..645d8379cd 100644 --- a/tests/expectations/compiler/compiler/integers/u16/or.out +++ b/tests/expectations/compiler/compiler/integers/u16/or.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 645d8b76a8e35f3c5c40b8a8d7edaf61869ba567db8856ff407c6c6ca93e15ab - initial_ast: b4885ba3ede33a33d77dd109dadd3eeedb830964f2c2be6342e1181b7a91642c + - initial_input_ast: e42870a9c4915d12757e7ebe32492b7c4dd6f47134c6f2bd635d6e4be239c379 + initial_ast: 03a4a843645b294fb1fc5a09dc7b68322b84d528d146f65764fad775b7aadfb0 diff --git a/tests/expectations/compiler/compiler/integers/u16/pow.out b/tests/expectations/compiler/compiler/integers/u16/pow.out index f2cf7fbd4e..ab180c86ac 100644 --- a/tests/expectations/compiler/compiler/integers/u16/pow.out +++ b/tests/expectations/compiler/compiler/integers/u16/pow.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 2c0abac302ea0ac78650b87145d06eef89469d5fa6234bddc566bc5e918863d3 - initial_ast: 70419a837c7fe4db7f045518fa2ae6be9f4dd22a2db46d3385f91c2ac22f9952 + - initial_input_ast: 58e0404834b4715977bba6f7fe8c6f921692495839cac160e0d8ab227efef8b2 + initial_ast: 72dc22c3cdc69917e100b1dff909e4cf3aeeab534c38c85cc815c3e2d560277b diff --git a/tests/expectations/compiler/compiler/integers/u16/shl.out b/tests/expectations/compiler/compiler/integers/u16/shl.out index 4f27d1e014..61eb8d6864 100644 --- a/tests/expectations/compiler/compiler/integers/u16/shl.out +++ b/tests/expectations/compiler/compiler/integers/u16/shl.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: a84132ffbda80301c620b10a61957c60ff0cf52c846824353d74deb4b8fb95aa - initial_ast: 4c9bdb19e63c3defb3b2217d2aecf610702dc309860a3a28af4fc26ea2b32e95 + - initial_input_ast: 65dd7cf520245c5318843529da405a4b32044950de9495123e281819690c9b32 + initial_ast: 82a2d3404fc501579790b32b7136b0d7082f03b9dbaa689156aff83425ee90fb diff --git a/tests/expectations/compiler/compiler/integers/u16/shr.out b/tests/expectations/compiler/compiler/integers/u16/shr.out index 83f9a026f5..f52241f95f 100644 --- a/tests/expectations/compiler/compiler/integers/u16/shr.out +++ b/tests/expectations/compiler/compiler/integers/u16/shr.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: a84132ffbda80301c620b10a61957c60ff0cf52c846824353d74deb4b8fb95aa - initial_ast: 6397eb7568ea82b82d5a91f7ea15e15d393418d756ae018d855bf09246261986 + - initial_input_ast: 65dd7cf520245c5318843529da405a4b32044950de9495123e281819690c9b32 + initial_ast: cbebabccc13727ef891e9a7238fd4ea872af38abb89d16ffe8ced7e1a69b4435 diff --git a/tests/expectations/compiler/compiler/integers/u16/sub.out b/tests/expectations/compiler/compiler/integers/u16/sub.out index 5b97426fea..0de63fc768 100644 --- a/tests/expectations/compiler/compiler/integers/u16/sub.out +++ b/tests/expectations/compiler/compiler/integers/u16/sub.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 6fb34b6b6c6597f200d98d39d7ec66d5026257323f6e11cea02a2c07d3a482bd - initial_ast: ec2e2b4718488d2d07cbe5758260ae2d9d68c827177bd76cc1e5457f65017566 + - initial_input_ast: 254a400e9fe9ac80d9e2ed8254994a7bca4229005186c223d0a19585613f32b9 + initial_ast: 0e2dff3144d05c09e18be6408df8eb2e3d478d77e8321020c521aaa030f17329 diff --git a/tests/expectations/compiler/compiler/integers/u16/ternary.out b/tests/expectations/compiler/compiler/integers/u16/ternary.out index 49b14c90bc..8519a6c653 100644 --- a/tests/expectations/compiler/compiler/integers/u16/ternary.out +++ b/tests/expectations/compiler/compiler/integers/u16/ternary.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: d61da749e968cb3fb5ff715944606a2fbfe0e9e82a5505eb6de502b12061612d - - initial_input_ast: 6058927814d865491ab33221eebd68e6b860e154845faf69e17ccca306817367 - initial_ast: 80358eaf5d798403150ea7b58b5b45cf3d3a42f1f37152450d359afe309f2b31 + - initial_input_ast: 652d4ff29a89177b1a50bf825c8e0b588cd69b59d15401627d8ad9cb8bc8bea4 + - initial_input_ast: 5c2bc7483238201b8fd1d26d7bf18fd8cd88a0c968e4403d7e588c58d5135ce1 + initial_ast: 5e08c18e258666227e110aaf004889ff144ee0d10502c38618fe026bca8a7f9b diff --git a/tests/expectations/compiler/compiler/integers/u16/xor.out b/tests/expectations/compiler/compiler/integers/u16/xor.out index 761d984d62..3a517f685f 100644 --- a/tests/expectations/compiler/compiler/integers/u16/xor.out +++ b/tests/expectations/compiler/compiler/integers/u16/xor.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: c3ec83ed5d2dac98587cbb57952a6dec4a77fe4079c02d69813b75e4c7688dd9 - initial_ast: 8fa7fafe1a99b406cc460d5ef0e6c50ea4397c25e7c36997db4cc23810ef4465 + - initial_input_ast: a8c3ce4e7246629e031fb4bc3af76850f69098268ffd0b075bc06ef3efa50320 + initial_ast: 66ad51b933e4825aa5f7a37b7e4a7c6bac67d187b40f459d8827a6ac45bf86a3 diff --git a/tests/expectations/compiler/compiler/integers/u32/add.out b/tests/expectations/compiler/compiler/integers/u32/add.out index b0161a6d7f..25257dc53f 100644 --- a/tests/expectations/compiler/compiler/integers/u32/add.out +++ b/tests/expectations/compiler/compiler/integers/u32/add.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 24ab39bf0500a015a0573619c40908da20bfbd3bfd4546bb65b6332033c44ac5 - initial_ast: fc9b2c59dcc3901aa963eb618fc50a6d32f778010863b35e1b06a63d15fb695d + - initial_input_ast: 4ae3fcda756be204242383a3b61c067cdfe8b565664f0a30d5940ba4f7266e8a + initial_ast: 5a0c24bc78ade9b07e156c73b419d724fbcdf317553013cb3fa330a0778f369d diff --git a/tests/expectations/compiler/compiler/integers/u32/and.out b/tests/expectations/compiler/compiler/integers/u32/and.out index c23906b557..3555a2173a 100644 --- a/tests/expectations/compiler/compiler/integers/u32/and.out +++ b/tests/expectations/compiler/compiler/integers/u32/and.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 24ab39bf0500a015a0573619c40908da20bfbd3bfd4546bb65b6332033c44ac5 - initial_ast: daa2a43799f16cb796d6b97c170c600e42b550ac37a9494edc30b52612843358 + - initial_input_ast: 4ae3fcda756be204242383a3b61c067cdfe8b565664f0a30d5940ba4f7266e8a + initial_ast: e17f4df3c733feb3dd2f4d7b5abb3ce69a53c541ab58f2bdd8d9143dbd188a7e diff --git a/tests/expectations/compiler/compiler/integers/u32/console_assert.out b/tests/expectations/compiler/compiler/integers/u32/console_assert.out index 3a6aece283..c11fec7640 100644 --- a/tests/expectations/compiler/compiler/integers/u32/console_assert.out +++ b/tests/expectations/compiler/compiler/integers/u32/console_assert.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 03bbcc62085e4dd3fea97b5ab55d5a69ee2195c016c5142a591e2c560e531cf7 - initial_ast: 09903ab2024e24699030dd6f922b1cc87885a491ebe86bb1d59d157380233f9a + - initial_input_ast: 561ac4b4e304248d2a792844c79bc6bb2058fb18c89a2ffa413a605b95b105c7 + initial_ast: 8afd8f9a535a62766f5e7c60fa9f9eedfe9e469499de03abc4c2e839343ff569 diff --git a/tests/expectations/compiler/compiler/integers/u32/div.out b/tests/expectations/compiler/compiler/integers/u32/div.out index 88cee9ceb4..e4ccef5688 100644 --- a/tests/expectations/compiler/compiler/integers/u32/div.out +++ b/tests/expectations/compiler/compiler/integers/u32/div.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 6087c103d4a36793c6956bbc15e83d950a3dfd699a67af67371b24b5eb4f54ca - initial_ast: e6a1184fcf21d1fb2539eeacaabeebfbb8c99e8b588f0c09ae95b6fa60ba77fa + - initial_input_ast: a6c57f9e310c5c979bec62d2681c7bd2dc1ef0ce672a76c8480943858289937b + initial_ast: dcfa01bd4fe557a69a26ff51dc13d05c93774909013acd04ef7b6f47ea3241b4 diff --git a/tests/expectations/compiler/compiler/integers/u32/eq.out b/tests/expectations/compiler/compiler/integers/u32/eq.out index 7ed2669342..004ace36c2 100644 --- a/tests/expectations/compiler/compiler/integers/u32/eq.out +++ b/tests/expectations/compiler/compiler/integers/u32/eq.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: d1acfd7d802258ef14c025fc36ff6a50cd2d47b9ebca5a6bfb6c9050a343ca5b - initial_ast: 3930060cab3cda894f9b46576de10b68e7413c6a1779df7f89d4a825d8c33dfa + - initial_input_ast: 2be89543b341c40370cf165944cc0feba6f8519c6e61356e08fcc1deb82337a1 + initial_ast: 91b2ee94f5abc579c1272b6e72472360b0fa97d3e2c1f097d5f8ae9bb9a5802b diff --git a/tests/expectations/compiler/compiler/integers/u32/ge.out b/tests/expectations/compiler/compiler/integers/u32/ge.out index de6d292a16..2c90e34e6b 100644 --- a/tests/expectations/compiler/compiler/integers/u32/ge.out +++ b/tests/expectations/compiler/compiler/integers/u32/ge.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: d153359c184e6f986eca5f61efb1e108490d7cdc3243494aa38c099ccdfe9a23 - - initial_input_ast: a256bf07a585892d533066903adb8ad5052c091f8075646f85301faac29269bd - initial_ast: e061368c428c10ca120d110797fa08fd3b1a5e38a272ee6d5c1da7e9da39cb4d + - initial_input_ast: de8ad46ebf86c8cf39727a576289b732900d67a883b46a1fd7310a05e0a382a4 + - initial_input_ast: 90fd17221034d61fe7b8e6583a861d6d9d97461219d7370d0c34449d9badcc3e + initial_ast: 11daa94ed6010efd90f3729a4b16d64da70eb8baa9f6a9423db4cf995dbdf98b diff --git a/tests/expectations/compiler/compiler/integers/u32/gt.out b/tests/expectations/compiler/compiler/integers/u32/gt.out index d0c66a86e2..4e5a7a3cc6 100644 --- a/tests/expectations/compiler/compiler/integers/u32/gt.out +++ b/tests/expectations/compiler/compiler/integers/u32/gt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: c23e9a8097d2aef46d355bb51082c0160068704c7116cc887e28293d14ea69b8 - - initial_input_ast: 2ac67c7a3a56989674505fd4862927415cbc16cdefb72d7d3eb3e6ac1d7ad43f - initial_ast: a9de078a8c6ea3a6ad5543eb56b15f866207d25faddbd8b0240aa37da2d45749 + - initial_input_ast: 9e8ee0699c70350b4eb62623a588f890133dd278178de2d51aeacd9e4b01365e + - initial_input_ast: befb4b685175af0ffdb1e55ed784847e1bcae0b53d41f7ae04c343fa89662659 + initial_ast: 99dfda20b4fab0d486c05dacc2379bc4ea2ebced271cfbe704109672439e3b63 diff --git a/tests/expectations/compiler/compiler/integers/u32/le.out b/tests/expectations/compiler/compiler/integers/u32/le.out index 17a343199e..7375a20fb7 100644 --- a/tests/expectations/compiler/compiler/integers/u32/le.out +++ b/tests/expectations/compiler/compiler/integers/u32/le.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: d153359c184e6f986eca5f61efb1e108490d7cdc3243494aa38c099ccdfe9a23 - - initial_input_ast: f51ca874221687df1657767748ac98387250608d7f0e5c8102d944dbafbbee34 - initial_ast: 3d9967a1c55dfea678430b673ef71f117719a2d239f170843a6ead8d5c6a61db + - initial_input_ast: de8ad46ebf86c8cf39727a576289b732900d67a883b46a1fd7310a05e0a382a4 + - initial_input_ast: 1c2f0c75bc9b2b574e97ea3a0c18d30c5d3f4dd10c471e8ea81bf145ce0c9e40 + initial_ast: e22541f6c0e317e2c8d80e99c5a38241eba14f20095e29c6b684d91be8d68b22 diff --git a/tests/expectations/compiler/compiler/integers/u32/lt.out b/tests/expectations/compiler/compiler/integers/u32/lt.out index 77730627fd..805b1819ed 100644 --- a/tests/expectations/compiler/compiler/integers/u32/lt.out +++ b/tests/expectations/compiler/compiler/integers/u32/lt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 6af82ba7cfaa60ee0dfa8db6a145d2459bb5255acb4e175329a31d16723b58eb - - initial_input_ast: 7d3520f07675ac488044c92eec0b2ee1dc38cfe2f9ec850fe020aea60eeb7a3b - initial_ast: 7111e358e69cfc0bf425c821b892ed379ddeb7e704053f660a7149b633f09f18 + - initial_input_ast: 2bf35687c6b599cdd27e9357d4c909560d9333894df8371d8bdeeabec7e3b000 + - initial_input_ast: 4b6e56b6a0f3cb8453256560f005a11d753584cec14158e06b31796a46358fb2 + initial_ast: ccc5435502f9be55798b1a7c0a10b8e2311227993ad1ec4ef45269d168db2ff7 diff --git a/tests/expectations/compiler/compiler/integers/u32/max.out b/tests/expectations/compiler/compiler/integers/u32/max.out index dfdc5c54fd..43ea4a2b97 100644 --- a/tests/expectations/compiler/compiler/integers/u32/max.out +++ b/tests/expectations/compiler/compiler/integers/u32/max.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 76a0fe2199754831329d9b089d2c02f73d7457aaed6548372169318675b85f48 - initial_ast: c05447aab11b1d797ac4b137dd2a62b15cf2473d296c70c3bf4b0e39ad943cff + initial_ast: 4d4c9e7e2691af5fbae67fe6a9bbb1266180ee94dd2f56d1239f3502228b7808 diff --git a/tests/expectations/compiler/compiler/integers/u32/min.out b/tests/expectations/compiler/compiler/integers/u32/min.out index b46a45ab9b..19b0264fba 100644 --- a/tests/expectations/compiler/compiler/integers/u32/min.out +++ b/tests/expectations/compiler/compiler/integers/u32/min.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: c7cfa681865a1c0623cfd356162d0c6750f3e06fb72126585eace0aeb21bae77 - initial_ast: 84a1b63182db76d7e1ecf8bf85011f71337b4c756abc57f4eed16d6ccd7404f7 + initial_ast: ee15651731f192ef1d23b7f0cdd46bcca77bd5cc7406acb4655022e950e45211 diff --git a/tests/expectations/compiler/compiler/integers/u32/mul.out b/tests/expectations/compiler/compiler/integers/u32/mul.out index a3db93650c..3aa4045d1b 100644 --- a/tests/expectations/compiler/compiler/integers/u32/mul.out +++ b/tests/expectations/compiler/compiler/integers/u32/mul.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: f8b5b2b0523a7b105beca036d64e7faafd2f3565269eed4ab47b57a4552f803b - initial_ast: 445a52143c5561473e614674752bbfc1f0ab670b799713d2006989dece28d8d5 + - initial_input_ast: 546123213cad63ac213c6afeba106d3f0ca69f150c1b65342081d710eec7c7df + initial_ast: e465f246ad47e5a1198dd86c0153105633c0c581ca28b7d89646d14bcc6a6965 diff --git a/tests/expectations/compiler/compiler/integers/u32/ne.out b/tests/expectations/compiler/compiler/integers/u32/ne.out index 81bffa7f26..46bfdf2911 100644 --- a/tests/expectations/compiler/compiler/integers/u32/ne.out +++ b/tests/expectations/compiler/compiler/integers/u32/ne.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: c36a3ceeb3e7d90b2bf76e7cbce130286c71a0cb86e6671f64bffa99f48e6491 - - initial_input_ast: 8c66de958fbaa62572701b17e8fee53c7c5a51473c5deabd7d3279a73b271f21 - initial_ast: a2fce2693c1000822f5e3841994646404df0ffa0f343354362ab19d1da92ce22 + - initial_input_ast: 1f678103b8b79449301a7755180eabc64cdd0d844548634e04c31f7c75cada2a + - initial_input_ast: 9ba4eacac243edafb1cc7fd490b92a8e2ef9f8023eb552a7655403acae9a5adb + initial_ast: f64ad6d3ce2a45a19e6ad1daa9c285364d8e09d069b4a355ca5ee2d860ab8344 diff --git a/tests/expectations/compiler/compiler/integers/u32/operator_methods.out b/tests/expectations/compiler/compiler/integers/u32/operator_methods.out index 383a8fd3db..b418ef8460 100644 --- a/tests/expectations/compiler/compiler/integers/u32/operator_methods.out +++ b/tests/expectations/compiler/compiler/integers/u32/operator_methods.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: ea9df7ef3cc00db98b36855cf13c1091b7d8270ac2b9fe72b36bb7001e93e807 - initial_ast: 21b59fe60396056673a2f23d87a7544ec9be134f4a5ec02a922a6a0c3ee120ff + - initial_input_ast: 907decb03860d1163454d2b5b01e1034a748fd40b4d773e7f6b9130a11edf301 + initial_ast: 9b14e9927427a449ec257b18733774ac84137ba8415e434a21a5ad7df3c841c3 diff --git a/tests/expectations/compiler/compiler/integers/u32/or.out b/tests/expectations/compiler/compiler/integers/u32/or.out index b32b08b3ae..60c7956db9 100644 --- a/tests/expectations/compiler/compiler/integers/u32/or.out +++ b/tests/expectations/compiler/compiler/integers/u32/or.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 24ab39bf0500a015a0573619c40908da20bfbd3bfd4546bb65b6332033c44ac5 - initial_ast: 135d3a6df58371792424ff8dc87d24b7938aef33f4e13cb016a39de0c9aba20f + - initial_input_ast: 4ae3fcda756be204242383a3b61c067cdfe8b565664f0a30d5940ba4f7266e8a + initial_ast: 70a02e3a2d31667d1487777b1e5be0500fe1c5e07a5679b6c62a958c747cf0db diff --git a/tests/expectations/compiler/compiler/integers/u32/pow.out b/tests/expectations/compiler/compiler/integers/u32/pow.out index 7756ada02a..ae5ae36fce 100644 --- a/tests/expectations/compiler/compiler/integers/u32/pow.out +++ b/tests/expectations/compiler/compiler/integers/u32/pow.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 1b21a26a6e63949b68f60b4d8d5aceddd14582b1e7a97b8170c0575ec9b8c62d - initial_ast: 2daddd8a1b6d1fc3bd84b9b72a59f711fe6e2afaed0bf248796ad4f967f8a6bf + - initial_input_ast: 9b4fc7b86cfff53c6ce2de0e0b45e96f28f8f12e7cbe9780e1b863841bddb802 + initial_ast: d69e82c25b3bc31201e3e7e930474abeda34836ed376da9c8189ff9a8e7cf3af diff --git a/tests/expectations/compiler/compiler/integers/u32/shl.out b/tests/expectations/compiler/compiler/integers/u32/shl.out index 4c5758d6d2..019a22db0f 100644 --- a/tests/expectations/compiler/compiler/integers/u32/shl.out +++ b/tests/expectations/compiler/compiler/integers/u32/shl.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 0942fc3a0aaa64dd019acd4dcd23a548b11ad692ed1af1703201286bf3474552 - initial_ast: fe46e8d2f3a5f44c9e0298175ee1a9afdea56eb55cc7d959be20dba5cabf5c04 + - initial_input_ast: 3d9702d3e9990e8ae833c893cbd678a03963e7cd6d9ced5c5ef82850bce77059 + initial_ast: 155285c800a7473d4eb61b70e3dbea5868e8858040d5990452b11260201b5a64 diff --git a/tests/expectations/compiler/compiler/integers/u32/shr.out b/tests/expectations/compiler/compiler/integers/u32/shr.out index fc0ce334cb..ca8341877d 100644 --- a/tests/expectations/compiler/compiler/integers/u32/shr.out +++ b/tests/expectations/compiler/compiler/integers/u32/shr.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 0942fc3a0aaa64dd019acd4dcd23a548b11ad692ed1af1703201286bf3474552 - initial_ast: 9289596bee932cb6a10e55ecf4f8fae109c4ee8f1b450c212546d9887014e618 + - initial_input_ast: 3d9702d3e9990e8ae833c893cbd678a03963e7cd6d9ced5c5ef82850bce77059 + initial_ast: 2641b086567b6977bbb1a6e6d3b01aa6cdc0609ddcc91bcf379389d2d6d4c320 diff --git a/tests/expectations/compiler/compiler/integers/u32/sub.out b/tests/expectations/compiler/compiler/integers/u32/sub.out index 39eb6d9b13..a6b3123476 100644 --- a/tests/expectations/compiler/compiler/integers/u32/sub.out +++ b/tests/expectations/compiler/compiler/integers/u32/sub.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 8bea12e1a0f364a123045ecb496654c9448a99278cc875dae01f17b2d9fb3485 - initial_ast: dbd7ac04b429e55feb60410fa01f02152ca2b763ee1a6d7d3324314991838072 + - initial_input_ast: e87b936c82f37cf42b7963346a659b9dc14c5c09386e3bf792c4f4b72214ecca + initial_ast: ca926f8db9e2d6a076cb0427187af91ed0007539980b9866fb64d3344ff408e5 diff --git a/tests/expectations/compiler/compiler/integers/u32/ternary.out b/tests/expectations/compiler/compiler/integers/u32/ternary.out index e24d2b2e91..97a2b32ae0 100644 --- a/tests/expectations/compiler/compiler/integers/u32/ternary.out +++ b/tests/expectations/compiler/compiler/integers/u32/ternary.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 27f7025a824f61583d50487c11fc97bd272d7dd79c002f0123252457885d7aef - - initial_input_ast: ee9d28f19ee516c2adbca501a7e239df0a8c55189994a7480fabfa1baa79cb54 - initial_ast: a501d6b24248229cc476db3c38556aacb27ad8a2aa6398569a13c2fc87cb122b + - initial_input_ast: a9185aec47cddbf08cb487e40ac62991cb884eff4e0d87f4aaacbe5432a854fa + - initial_input_ast: 835e18dfc6dcfe2837cf2b959884fe9659e4d74d6f4faf3a759b2ffeb517a5a9 + initial_ast: d0d107f668b3b24963de1c6606c4642fb61b880dc408e9a5c0780be5955d25c9 diff --git a/tests/expectations/compiler/compiler/integers/u32/xor.out b/tests/expectations/compiler/compiler/integers/u32/xor.out index 1b99ce2a75..df5e86ee77 100644 --- a/tests/expectations/compiler/compiler/integers/u32/xor.out +++ b/tests/expectations/compiler/compiler/integers/u32/xor.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 7c48dc804dbb838ac85e31f9d913f494e82e941e19a7d0488f8017aa5b421d43 - initial_ast: 1a2b553b70b259e98ab8a4ec91d4b9561894f243239b881cc05a5b25243d6363 + - initial_input_ast: 4cfb12572aa79f3e554160080becef234c4dc2003b0e023d4f46f477167b8041 + initial_ast: adff946dfed39dcb3e3d9ae51c23b0aa280e7e1d8ec4a5caa66b0773b47cf518 diff --git a/tests/expectations/compiler/compiler/integers/u64/add.out b/tests/expectations/compiler/compiler/integers/u64/add.out index 4ba34021cb..14f9c2a38c 100644 --- a/tests/expectations/compiler/compiler/integers/u64/add.out +++ b/tests/expectations/compiler/compiler/integers/u64/add.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: b50fe7e5fcca4c73fff46b376e3eedec9ae02e15ca9f2d4f33f3a1b77b3f9168 - initial_ast: 340164d2eb54080cf67f584148ece7d5873c20a570a6bb0173d2d7fe8512e97b + - initial_input_ast: 5f0da349bc0cc127fd729d94bd9a17313acc2a712b2375e884ac07efaf2673ae + initial_ast: 40ffe2bb2a93df05e79970d86f6e90303fd9d97ef1c6468b04ddbfac51d0ba72 diff --git a/tests/expectations/compiler/compiler/integers/u64/and.out b/tests/expectations/compiler/compiler/integers/u64/and.out index 2f08874eaa..ceceff2179 100644 --- a/tests/expectations/compiler/compiler/integers/u64/and.out +++ b/tests/expectations/compiler/compiler/integers/u64/and.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: b50fe7e5fcca4c73fff46b376e3eedec9ae02e15ca9f2d4f33f3a1b77b3f9168 - initial_ast: 17d5fbf0845373e1b8b4dad54571cfc95015715414cb1b11e89ec0b3e2e2116d + - initial_input_ast: 5f0da349bc0cc127fd729d94bd9a17313acc2a712b2375e884ac07efaf2673ae + initial_ast: f5e1d058dda73d3fc4d7239e7df7d951a219b96f5a634379b73ac01253931cf8 diff --git a/tests/expectations/compiler/compiler/integers/u64/console_assert.out b/tests/expectations/compiler/compiler/integers/u64/console_assert.out index 0f2a422195..3ee4d812bb 100644 --- a/tests/expectations/compiler/compiler/integers/u64/console_assert.out +++ b/tests/expectations/compiler/compiler/integers/u64/console_assert.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 3d51bf3df58d2d1681a5d016d678cc89b339975bd257812cd4cd60160fb433ee - initial_ast: 5b3f45f81f96fd2606f09a1936b302b896a610c3f72f4d1549648cf506fe65b4 + - initial_input_ast: ffe727bd0e064f3c4f8b580e6817aaeb3a8f59a40fca63e69b2e162074b060df + initial_ast: 0a5a0f6d34994386a8ecb80aabf9c0c6d5806ae0ec1fc9b5556fb8bc5604efe3 diff --git a/tests/expectations/compiler/compiler/integers/u64/div.out b/tests/expectations/compiler/compiler/integers/u64/div.out index 0f8619f1cf..34844b06d4 100644 --- a/tests/expectations/compiler/compiler/integers/u64/div.out +++ b/tests/expectations/compiler/compiler/integers/u64/div.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: beeb0a9eacf523f7e10c566f746ffb272b789646ba1a471cea54faeeeb535464 - initial_ast: a79fed9ce5b7424f09ebfab59dc874c2b43cc71955d4c8d0d8c1f9277288d5be + - initial_input_ast: 6824ff7cf3bf1848c9697340221c23ed27db55bd35fa0e3d4a51afb342dca798 + initial_ast: 85cef5e6649beba39bc3ac0e4ef47dbdd8cf86f02a17dcea179f9f808c8ad6e9 diff --git a/tests/expectations/compiler/compiler/integers/u64/eq.out b/tests/expectations/compiler/compiler/integers/u64/eq.out index a8e4b02884..fcf5936beb 100644 --- a/tests/expectations/compiler/compiler/integers/u64/eq.out +++ b/tests/expectations/compiler/compiler/integers/u64/eq.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 1e05ac8daa4ebb9edbb2929a2a30db4a0f38a0bce1498d8b3a2983566ba73f2a - initial_ast: 0b87059e5a0ea16416c02be3dbf974dadaa25fcb273aa5095300bb86eb9c9a14 + - initial_input_ast: a30d87edb4b5e4228844a032596e7140e5c7c2c238a1a5ac1b0b551fd6994b18 + initial_ast: 1907bd79a2a14db601288444dd30ffbe19d7bd3acde563cdb034932539ccdbb4 diff --git a/tests/expectations/compiler/compiler/integers/u64/ge.out b/tests/expectations/compiler/compiler/integers/u64/ge.out index 2c98ebc635..6b82e73ab1 100644 --- a/tests/expectations/compiler/compiler/integers/u64/ge.out +++ b/tests/expectations/compiler/compiler/integers/u64/ge.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: c93814cf63d02ad8a937f8b60f81eae00e522352861e2fd10a2188a0384646d4 - - initial_input_ast: 2d62b4fb5f26898f99626d4ed69d0b4a24ee08262caf04bcbb1867b462f451f9 - initial_ast: c7c41443c2274ec7eab0282ab90404692aabe60fb959d9797f5ed93295740ac8 + - initial_input_ast: b4a2c614c8818d8c909889e083ead68d447d8b2a1d805e0f9ab559012e55d9b1 + - initial_input_ast: eca84ae5626a42e56bf16e86c3ae507b8043a9beebd8c822da2cec5af5ea4ff7 + initial_ast: a722340dc88c5b8b96411d2eb552ddf18011b81685a023f836220863d4fe15c9 diff --git a/tests/expectations/compiler/compiler/integers/u64/gt.out b/tests/expectations/compiler/compiler/integers/u64/gt.out index 24cf46662a..2bddb9ccc9 100644 --- a/tests/expectations/compiler/compiler/integers/u64/gt.out +++ b/tests/expectations/compiler/compiler/integers/u64/gt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 9ee8856bfaf5e7fc4d635092b4f7ea9501e3ce319694acebe8cbcaa3783e866c - - initial_input_ast: 2430f4c73831f48ad743c32463ad9a84e3e9039bec5ff8332dcc98932363fd66 - initial_ast: 2fddc57755bd974f2e5a7e605edbcca484741fdd7e04b9eb4c661e848c1f728d + - initial_input_ast: d90e3ab82224d91c5a023143ddd98de3f6597d2bf9c4bbebce33b4bbff780dbf + - initial_input_ast: b3203b60625dcbfc58481812d0b61fc6e3c9b23a1a60a6087ed75652c73d4de1 + initial_ast: fdab0d17c2ab3e4315e69882e57026965003a1d8c4fdffd1cfb49257e3ac7ac3 diff --git a/tests/expectations/compiler/compiler/integers/u64/le.out b/tests/expectations/compiler/compiler/integers/u64/le.out index a3de59285f..f43de9bf3b 100644 --- a/tests/expectations/compiler/compiler/integers/u64/le.out +++ b/tests/expectations/compiler/compiler/integers/u64/le.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: c93814cf63d02ad8a937f8b60f81eae00e522352861e2fd10a2188a0384646d4 - - initial_input_ast: 9fdfa77c361e0f36264bdc79549782e5c4accc35538700d984cd89863f9e2683 - initial_ast: 8324cc493c146c4b8265d86573e0c5d6ca185040fc0dd24398f43711d43839cd + - initial_input_ast: b4a2c614c8818d8c909889e083ead68d447d8b2a1d805e0f9ab559012e55d9b1 + - initial_input_ast: 9a30e6239a8777c12b21a658af4d97e393fbda720dd9f6890edbcbcf52fd82dd + initial_ast: c74de18958c3045ae35ec4a46d24690317d71a2b90e8ff86de35406435048916 diff --git a/tests/expectations/compiler/compiler/integers/u64/lt.out b/tests/expectations/compiler/compiler/integers/u64/lt.out index 071c46603a..a1d312fcad 100644 --- a/tests/expectations/compiler/compiler/integers/u64/lt.out +++ b/tests/expectations/compiler/compiler/integers/u64/lt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 7f5c6e459e8b00635226d3719b7d729913c93525e47053278a015fd24079c37d - - initial_input_ast: 35ef77a451dbc9df83934e68b1407ab2f8fe9014a8a59704475ec3c3942ef89f - initial_ast: fa31b24abd921d4af729dc4d00df07a76b4eba1b58c83d68287c1dc4fd3effce + - initial_input_ast: f480fbac737ff71dd5517371e2c8b974ec8e7f0d76f1cf95c071647838dd26bb + - initial_input_ast: 5d86162c8dd4157286ebdde26ba2738b2c09a077b09f50081f9f2ae6815f8d5a + initial_ast: 1ca9949c13e95bc83f571a0b368f028909c1ee51cdcb9bae618090e2453b7698 diff --git a/tests/expectations/compiler/compiler/integers/u64/max.out b/tests/expectations/compiler/compiler/integers/u64/max.out index 3ede96b564..c32350a0d0 100644 --- a/tests/expectations/compiler/compiler/integers/u64/max.out +++ b/tests/expectations/compiler/compiler/integers/u64/max.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: ad738add6c03b6224ccba9d8d735b6645444f9c16f3b652ec4c0903fa4bb33aa - initial_ast: ed6f4f209a48619099bbc178763027c1cb6de50f7e4eb7db9ec359e917b67322 + initial_ast: 5805a7b0223212c00b790cf7be5fa575a69ba00563ccfe82cfe4e83526ab5e30 diff --git a/tests/expectations/compiler/compiler/integers/u64/min.out b/tests/expectations/compiler/compiler/integers/u64/min.out index 72392385c6..e63558143c 100644 --- a/tests/expectations/compiler/compiler/integers/u64/min.out +++ b/tests/expectations/compiler/compiler/integers/u64/min.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: c7cfa681865a1c0623cfd356162d0c6750f3e06fb72126585eace0aeb21bae77 - initial_ast: 12ba9963cb5250d4d1d98a9fee0b7dd116e5065f8a83f5e79cdd623bf24307aa + initial_ast: 213665a73b2551c36d9adf44cc45cbca0b94e927e4650f1b63ba71d97a82c5f4 diff --git a/tests/expectations/compiler/compiler/integers/u64/mul.out b/tests/expectations/compiler/compiler/integers/u64/mul.out index ab5fe28d10..4fbaf2e28c 100644 --- a/tests/expectations/compiler/compiler/integers/u64/mul.out +++ b/tests/expectations/compiler/compiler/integers/u64/mul.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 0758dc997baa1ce2e35b7680289f58b145801d64671f55b98a163d84b76982a2 - initial_ast: 7d318ef8d005392a4bc79f3316f5847ead2d452787a5ad0c057b0b48e150baa3 + - initial_input_ast: b08335847b9ad7ff1fd1bc85da101950a3bd737aa7339aec6dea798f8bcc0c62 + initial_ast: f47d22d7b6ca3d00a26300a818218ffafe5765b8b5567e679bb2cc5e8152839d diff --git a/tests/expectations/compiler/compiler/integers/u64/ne.out b/tests/expectations/compiler/compiler/integers/u64/ne.out index 6a425d2870..80f3b7c980 100644 --- a/tests/expectations/compiler/compiler/integers/u64/ne.out +++ b/tests/expectations/compiler/compiler/integers/u64/ne.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 2c6f07fb52fcadfd42be53ab06838ce4ddc609995c7f4cbc3799f6daf92cc32b - - initial_input_ast: a090b0a76971eb5a83b3460b0e9ad051e293b1adc169b8a59eece9a7bcda4e56 - initial_ast: 824860fcd0efb5e8f59935166bd2c810068f6bffa23e5e0c02d6d95b6d88ec21 + - initial_input_ast: 19ccd8355c28de11d696f353eebeb35a92372d6aec6be93fca97ebe917117c89 + - initial_input_ast: fb901b45b5aaee305521668ae9e9edb15cc7cd0cd81814069e06d979a9371ce9 + initial_ast: 82ebe0469ebdbb62aa1986d47ed23440550c604fca3ef7a832a85e49f433a6a7 diff --git a/tests/expectations/compiler/compiler/integers/u64/operator_methods.out b/tests/expectations/compiler/compiler/integers/u64/operator_methods.out index ff0fc73679..6712ff1be9 100644 --- a/tests/expectations/compiler/compiler/integers/u64/operator_methods.out +++ b/tests/expectations/compiler/compiler/integers/u64/operator_methods.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: e5791e3381c49b3897104d9715a9e452f7009eb7fe621d5a63280dbbe50b3c54 - initial_ast: 25d05cdcdbaf148b060a54daa3de4b7d87a1b7189d667b0831bdb12cd0a28af3 + - initial_input_ast: 58dc0a83c33aaa0f6ccbc5c4441afc1731f3786e885421af64b00c79256cc1c7 + initial_ast: e859342d64b40e06cbdf128fe6a3ebf7d52061533c88c8569de422a2e6d530c5 diff --git a/tests/expectations/compiler/compiler/integers/u64/or.out b/tests/expectations/compiler/compiler/integers/u64/or.out index 0fbcd6c85a..7c419c9f13 100644 --- a/tests/expectations/compiler/compiler/integers/u64/or.out +++ b/tests/expectations/compiler/compiler/integers/u64/or.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: b50fe7e5fcca4c73fff46b376e3eedec9ae02e15ca9f2d4f33f3a1b77b3f9168 - initial_ast: f9763d0d8b774b35e807316ae6dd33dbe858881d7e4c45f80d05639c4c0c46bb + - initial_input_ast: 5f0da349bc0cc127fd729d94bd9a17313acc2a712b2375e884ac07efaf2673ae + initial_ast: 56bcffce6bbaf81ab22175d6be390d6719c8c9febe4422cb8c38231f00955fff diff --git a/tests/expectations/compiler/compiler/integers/u64/pow.out b/tests/expectations/compiler/compiler/integers/u64/pow.out index 60d8e0c043..b9051eea11 100644 --- a/tests/expectations/compiler/compiler/integers/u64/pow.out +++ b/tests/expectations/compiler/compiler/integers/u64/pow.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 21f494ba0942bd81a0971d1c7d591585cb72d198a89963e561baf0a1b007ac87 - initial_ast: 8fb5e2247aeac433dd36ae4239d96120b5720ab6d95670531b020b5c0d5ca1dc + - initial_input_ast: 124c63b86afdb483e1ecd1e917b68627e1cf503f728213235e860ee8f17108c5 + initial_ast: ad440deded6955ad9f1859a5a4f631b1ba866a4a12c47f27157ed46f9884cf46 diff --git a/tests/expectations/compiler/compiler/integers/u64/shl.out b/tests/expectations/compiler/compiler/integers/u64/shl.out index 66bd178f9c..d51dfaa588 100644 --- a/tests/expectations/compiler/compiler/integers/u64/shl.out +++ b/tests/expectations/compiler/compiler/integers/u64/shl.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 429335969b6c3ba968362b30d24c4aac270bc21f7675ac64235e979c324549b3 - initial_ast: 6886e667f1d6755f4de7173442beb567647c923e341a8d2be04557b6c6c951ef + - initial_input_ast: 73e39e8df0b0dbcde45e1965fe098a688eacc3c2a88464e943f0a9cf5eaeed35 + initial_ast: 659f4be7b9e90952d93f05249482360f6e3aee4b1404c69a1cac17e495ce3a15 diff --git a/tests/expectations/compiler/compiler/integers/u64/shr.out b/tests/expectations/compiler/compiler/integers/u64/shr.out index ee9dbeaa9d..478432240d 100644 --- a/tests/expectations/compiler/compiler/integers/u64/shr.out +++ b/tests/expectations/compiler/compiler/integers/u64/shr.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 429335969b6c3ba968362b30d24c4aac270bc21f7675ac64235e979c324549b3 - initial_ast: bf9740eebdc55fe0c35c7ec027c0ef328ab92e2a5228489a20911bbbe7deab37 + - initial_input_ast: 73e39e8df0b0dbcde45e1965fe098a688eacc3c2a88464e943f0a9cf5eaeed35 + initial_ast: da88f2c3a03918ad897f1b0b741abf719409fbea5a31c80adc1b13f9e1a35659 diff --git a/tests/expectations/compiler/compiler/integers/u64/sub.out b/tests/expectations/compiler/compiler/integers/u64/sub.out index a7174469fb..95f6740192 100644 --- a/tests/expectations/compiler/compiler/integers/u64/sub.out +++ b/tests/expectations/compiler/compiler/integers/u64/sub.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 083ead671da49260e9309556752e7e3bed665ae954c744b8d067a9919fb01222 - initial_ast: d5e74554cc310acf5a55a5d5a1bdd53eb03af925ea01be634ee8afe84639a505 + - initial_input_ast: 037a91c8ce566bd11e1c3fead1de1b913fdece7cda25fda8b140a48fe6ed8e18 + initial_ast: 39ea5db865ea1974b05751eab140885a72c24f82d9f8dde1715c695e02614473 diff --git a/tests/expectations/compiler/compiler/integers/u64/ternary.out b/tests/expectations/compiler/compiler/integers/u64/ternary.out index 59fd86535d..ed2d7d59c7 100644 --- a/tests/expectations/compiler/compiler/integers/u64/ternary.out +++ b/tests/expectations/compiler/compiler/integers/u64/ternary.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: c016901c75fdf8a1f458788af0598e582030b2957dd8c630b74148e2f3c908f6 - - initial_input_ast: 1d4cb77c5bba30e598cca54089f1530603af93a6feebc53229a968978036eb1c - initial_ast: ece173da72d8938a75fc6b467b37c3e2345ebe5fb679292bc256067c06011a34 + - initial_input_ast: 4450f5a11abdb8fc9b562c7aa9ca3aca3a9334124c635a0e28ae4168908f1bc1 + - initial_input_ast: 50119550f6c8019f7b05f4af5b542c1fe2167cd02c9e89760e82cacf40d3540c + initial_ast: ccd22598e95af28676e36e7f9a06ed0cd36216c1c346ff9fa048be2d3cd2ffd2 diff --git a/tests/expectations/compiler/compiler/integers/u64/xor.out b/tests/expectations/compiler/compiler/integers/u64/xor.out index 74d9b633de..a221658a3a 100644 --- a/tests/expectations/compiler/compiler/integers/u64/xor.out +++ b/tests/expectations/compiler/compiler/integers/u64/xor.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: f76d83befbe9326bc314867d02931b7ad78ca30ffcb9031997dfda28bfd5133e - initial_ast: 9a85f40d0e502c8e4cb423ba9ae2806a015ae0c46f1fce4f888898029707b461 + - initial_input_ast: 70db763c9973bbab02c7eb1bb73ffc6728907161f9b9682d08fa89d21ed948a8 + initial_ast: c957ff267117a8f0968fa0de50e0cba37727ec5bda0c04129e0e80a1af73cea4 diff --git a/tests/expectations/compiler/compiler/integers/u8/add.out b/tests/expectations/compiler/compiler/integers/u8/add.out index a03dd32099..769712ae8a 100644 --- a/tests/expectations/compiler/compiler/integers/u8/add.out +++ b/tests/expectations/compiler/compiler/integers/u8/add.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: b568f017162b4870af580492723986dac02d17b61cec3cec52cc8651e7d4dec8 - initial_ast: 754c6fc632d72724bb2447829ea6470d444fda41b7f4677635839184bd39e658 + - initial_input_ast: d0f3e37c62ac7e5546a31310c8128be2dd63e29ea4fa420f94e30c87a1fa7ac9 + initial_ast: ca5dd88c832e70bc94f675f07d595f9ca97c96e378d6d0e7b1454ee0ae82a0f5 diff --git a/tests/expectations/compiler/compiler/integers/u8/and.out b/tests/expectations/compiler/compiler/integers/u8/and.out index c3d6c2154b..849f0f8c4f 100644 --- a/tests/expectations/compiler/compiler/integers/u8/and.out +++ b/tests/expectations/compiler/compiler/integers/u8/and.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: b568f017162b4870af580492723986dac02d17b61cec3cec52cc8651e7d4dec8 - initial_ast: 988ae827a3cfcadeb7c89bf40a4c2c37f78ed97fe9e76dfb3aa74270f056b8ea + - initial_input_ast: d0f3e37c62ac7e5546a31310c8128be2dd63e29ea4fa420f94e30c87a1fa7ac9 + initial_ast: e1b6efccffbc715ad1452da1f418b97af24a8b68667b1e45c7a0d5eefe74e1cd diff --git a/tests/expectations/compiler/compiler/integers/u8/console_assert.out b/tests/expectations/compiler/compiler/integers/u8/console_assert.out index a2464b1e74..4bc854eea4 100644 --- a/tests/expectations/compiler/compiler/integers/u8/console_assert.out +++ b/tests/expectations/compiler/compiler/integers/u8/console_assert.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 8dd4987c574614c5154b47c61e6eafec80b878d6c4949bc95d8ee2eb96170add - initial_ast: b3a25f9933cbba508f01723126eba657c8317c2bc235d659c30fc9d9ec66f58f + - initial_input_ast: d2efab25011fe4638baa7285769822f2dc76fccadc1bb8b47dfb0e5a9cd4afeb + initial_ast: 976c120dfacc4f8dfc8dd885e97f7647e47aa947bf0de88116cdb47c0365fe22 diff --git a/tests/expectations/compiler/compiler/integers/u8/div.out b/tests/expectations/compiler/compiler/integers/u8/div.out index 2baec7e291..2a8e752ba6 100644 --- a/tests/expectations/compiler/compiler/integers/u8/div.out +++ b/tests/expectations/compiler/compiler/integers/u8/div.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 09d9e73603d60f95eb727839ce98545e429b63ca34293d14ffaac126d6dd381e - initial_ast: 0d9ff3ac45a9e6fd5e03221953a7e07500f93d3245e90b94145bcf2970e24070 + - initial_input_ast: 75c65019abb9d4d2b03ca454d75070980c5eddfd4a3f55105da62dc462e6f2b4 + initial_ast: 22171b92168db0d059a4b77bbaa15d89b3e0906b7b2d78a9ca09ad24f1569f8f diff --git a/tests/expectations/compiler/compiler/integers/u8/eq.out b/tests/expectations/compiler/compiler/integers/u8/eq.out index 07bf3b5f6e..a786069f98 100644 --- a/tests/expectations/compiler/compiler/integers/u8/eq.out +++ b/tests/expectations/compiler/compiler/integers/u8/eq.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: a4cd0750e35f81754a218922dd8a55d208009d236296668eaafa6aa8d60fdcb4 - initial_ast: afcc42569de04d0b1672a244a675e13b9ad998991488da9fa986860fb0468dc1 + - initial_input_ast: 52c6f13316dac6cd775fd0ed87c85b2193ce7ce98e4af5fe90a02228b91bd436 + initial_ast: 87b3bbec76c17216fc57bd6fa15b68e577677dab166b6802007221adbe977825 diff --git a/tests/expectations/compiler/compiler/integers/u8/ge.out b/tests/expectations/compiler/compiler/integers/u8/ge.out index 817be0e9ac..613ea3c0bf 100644 --- a/tests/expectations/compiler/compiler/integers/u8/ge.out +++ b/tests/expectations/compiler/compiler/integers/u8/ge.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: d0e7d4b75881411834839b3822bf80914e6018ba2729ff717c851ce34aa7eead - - initial_input_ast: 8eedbf6e59fef91aeee2f91f13799ccb1d990cc041268bdf7f7be526fd4c0b87 - initial_ast: 0387eb47ffc2188fee255556743ac7030b4a61ef5afc2b9bc4d13818d8d08740 + - initial_input_ast: 363f50e3854bd4f21cbf7a504c5c2115a80957b3fb1a57c02d53d9641b4ba75f + - initial_input_ast: 904d8fd6014d774459898b77c719aad7b8022aa655b5deb9d6c2a721d7764dca + initial_ast: e0065c23e2fb72f49fd520ee3e0daf78c1cc5082ffb8915f92ee8ea0ae62ab33 diff --git a/tests/expectations/compiler/compiler/integers/u8/gt.out b/tests/expectations/compiler/compiler/integers/u8/gt.out index 1bdf699bf4..9b44b9ff2a 100644 --- a/tests/expectations/compiler/compiler/integers/u8/gt.out +++ b/tests/expectations/compiler/compiler/integers/u8/gt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: be7952b3d9074f7a048ca1e95dc8749bb9fe03c3c1f4d1666cc81e16eaaed3dd - - initial_input_ast: e2a63d49a7e6c95f5f8eb00440e098d690e4223244b80b8790b5593be295e612 - initial_ast: 246b63815a2edb7ad0e09567170205f09ed8b805924efc8665d427ad575ae1d4 + - initial_input_ast: 11dfe30414af52cd3789b4661b5321703b3f7c59c1d56156453f017216549638 + - initial_input_ast: 3e57abe0efb9f8f96288dc4e5483d2bae4bfbfdf17656e06939dc902f22bfc06 + initial_ast: d64f69da03289b9219bbec0461ea57fab57c92ba19e1aede27f369cb727a8d49 diff --git a/tests/expectations/compiler/compiler/integers/u8/le.out b/tests/expectations/compiler/compiler/integers/u8/le.out index 1853bf6c70..56e99e7693 100644 --- a/tests/expectations/compiler/compiler/integers/u8/le.out +++ b/tests/expectations/compiler/compiler/integers/u8/le.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: d0e7d4b75881411834839b3822bf80914e6018ba2729ff717c851ce34aa7eead - - initial_input_ast: e83f3d1b68e9e42f5f4ef9ac8fa11c9f048661148dffd1f2337ec7a4fe7c7b70 - initial_ast: c77395e7a7c11b5e29249ff2e0458d8e0a3ddb160510522ec37c9679433587f7 + - initial_input_ast: 363f50e3854bd4f21cbf7a504c5c2115a80957b3fb1a57c02d53d9641b4ba75f + - initial_input_ast: e258c10edaaa1e75317f18338d4401727c00bc1f4ff31b63d6dd2d3c4055786a + initial_ast: 09f48703dcc898e14a5f532539ca2076c236b588b8df7ad4996bac7e3e3b7346 diff --git a/tests/expectations/compiler/compiler/integers/u8/lt.out b/tests/expectations/compiler/compiler/integers/u8/lt.out index da380bf49b..6b8d7e4ea9 100644 --- a/tests/expectations/compiler/compiler/integers/u8/lt.out +++ b/tests/expectations/compiler/compiler/integers/u8/lt.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 1b0305de2d2ddda28ff605bd26a4f6dd8edaaa1dd3db97f00ad53a4cd3cceb23 - - initial_input_ast: 9033a0de0826b7e572951e2dcf8e83f4f6515205058b7432ccff29a065cc2a49 - initial_ast: e80f2965d7b6bc3f51e6115f53f20968b14276fc1920428f458ff998032676bc + - initial_input_ast: 7f6f717332c3b7db6fb3cce23f081b8889744d750647472938f65fc22bba75d3 + - initial_input_ast: 070b47a3460318982ab945e6c9fb89c68207b3388126f8daadb463fa669834ed + initial_ast: f74c1aa1c42bbe7937c89f899cbe27c72cd687100ae5e60091fa9e224c5c395f diff --git a/tests/expectations/compiler/compiler/integers/u8/max.out b/tests/expectations/compiler/compiler/integers/u8/max.out index 9ba2c76738..54eb9bac5b 100644 --- a/tests/expectations/compiler/compiler/integers/u8/max.out +++ b/tests/expectations/compiler/compiler/integers/u8/max.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: c7cfa681865a1c0623cfd356162d0c6750f3e06fb72126585eace0aeb21bae77 - initial_ast: 76d2cd4e27f5746d6ab065808ae83a73e60b4798d30181e8a12ff9ae20194c94 + initial_ast: 06a54b9ac7794cfca1dcf06959d31a9c1e370ea0756a38e3dad117dd9b63db86 diff --git a/tests/expectations/compiler/compiler/integers/u8/min.out b/tests/expectations/compiler/compiler/integers/u8/min.out index d6aa9e50b3..e6ffb50102 100644 --- a/tests/expectations/compiler/compiler/integers/u8/min.out +++ b/tests/expectations/compiler/compiler/integers/u8/min.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 13720f61f86be3462e6829a230cb85abd2ea7a3e406c03bad349c0580839fd1b - initial_ast: 8c02652cea84f945daccc6578e4cb7ac701ab8c80ede22f74a441d04cb8be1a0 + initial_ast: 46a56c42ef819eb4de472a3a19d525d0fcd9d6b3d39e72d829c768badb823367 diff --git a/tests/expectations/compiler/compiler/integers/u8/mul.out b/tests/expectations/compiler/compiler/integers/u8/mul.out index 69bcb61580..251ca9e983 100644 --- a/tests/expectations/compiler/compiler/integers/u8/mul.out +++ b/tests/expectations/compiler/compiler/integers/u8/mul.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 1a47105e4a0a77e18f9e0109084a0c0b81cbf04bf4e449a86d0f9a214bbe297b - initial_ast: e70485ca8bf749103e8706c3d5df55005794f1fcb49ccd81487e7f8796c20290 + - initial_input_ast: dc88d1ee78f1dcf6e0c6680c832d10071756ed9b0430d61032df953dc09697f1 + initial_ast: e4a1f1d0a4028b8aa67a10773efe7c844cfc29829c4f7c3a9ddcc991efcd4975 diff --git a/tests/expectations/compiler/compiler/integers/u8/ne.out b/tests/expectations/compiler/compiler/integers/u8/ne.out index 4eac71727d..9eed1a62c5 100644 --- a/tests/expectations/compiler/compiler/integers/u8/ne.out +++ b/tests/expectations/compiler/compiler/integers/u8/ne.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: c40e8d5ce21623a727dc9b6404c0d7f6f251d36f82d30b9ba4f1f2804531a2a7 - - initial_input_ast: 699f3079ce1ae41896a7817fc10cba7d28e3ad1445c47f7a892a4867cd597be0 - initial_ast: af6fd0946705136e76fff48bc531292c128bf3d6f534b85129da2fceb2f153cc + - initial_input_ast: c689cc64548f987ae996743a1221fc7dc2f29c265f21f08e8f883383cf0e4f2b + - initial_input_ast: 9322acfd66d611ebc2ed47adc1c9cce394287216103578c2c822bec1318d6d1a + initial_ast: 628a22c4a0109e070ede3e4d11e417c54af817186627d21d62b91a2d0265a89b diff --git a/tests/expectations/compiler/compiler/integers/u8/operator_methods.out b/tests/expectations/compiler/compiler/integers/u8/operator_methods.out index 438630eaf9..3e7feebb28 100644 --- a/tests/expectations/compiler/compiler/integers/u8/operator_methods.out +++ b/tests/expectations/compiler/compiler/integers/u8/operator_methods.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 746d49d0a4fc6fd3bf0b001693187c5a4986b06b5e257fdb30778862abdd51fa - initial_ast: d498ddf01de9af370a6db1d6bc5f981e558d51ad6cab51ebb6cf50d2ccaef3d2 + - initial_input_ast: c3b116f4488d161d75436a017fb2cbef40813da29efcbe6f841eb8933101e1b9 + initial_ast: 82d73889c9776e0242c8518e9bbdca7784c06d225590bba7b1182290bb7a3d3f diff --git a/tests/expectations/compiler/compiler/integers/u8/or.out b/tests/expectations/compiler/compiler/integers/u8/or.out index f11f6e360e..c9adda059b 100644 --- a/tests/expectations/compiler/compiler/integers/u8/or.out +++ b/tests/expectations/compiler/compiler/integers/u8/or.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: b568f017162b4870af580492723986dac02d17b61cec3cec52cc8651e7d4dec8 - initial_ast: a45e30bb089e822608fa0c82be0139e781161e182dfe0e526b5d3aa4f74fb3e6 + - initial_input_ast: d0f3e37c62ac7e5546a31310c8128be2dd63e29ea4fa420f94e30c87a1fa7ac9 + initial_ast: 27bf809961323995093a1f6ab0e478d8cc72c51db3df6d60cf1e44fee855aeab diff --git a/tests/expectations/compiler/compiler/integers/u8/pow.out b/tests/expectations/compiler/compiler/integers/u8/pow.out index 9ca29dc992..c5590d6417 100644 --- a/tests/expectations/compiler/compiler/integers/u8/pow.out +++ b/tests/expectations/compiler/compiler/integers/u8/pow.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 9b6010040efa42a21face2e7a08f92bb764fc497738c0211887c06d195a41d16 - initial_ast: a397579f1ed7d54e9d6a2be47a517abaef1e751598c3c0d975f2e1811c8db72e + - initial_input_ast: b55eee822a4ad904943e328fec4c781891b6e783610dc30b0ed96ba09fb92f7f + initial_ast: 0a214cb2edb822939879523627dc3987766f2712c0344845622ef2a3c70cd082 diff --git a/tests/expectations/compiler/compiler/integers/u8/shl.out b/tests/expectations/compiler/compiler/integers/u8/shl.out index ca79553d76..eac0796199 100644 --- a/tests/expectations/compiler/compiler/integers/u8/shl.out +++ b/tests/expectations/compiler/compiler/integers/u8/shl.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 122462c0f087ef8b63c453544666f10f38e2cce33fbd6f4d84b9585177077077 - initial_ast: 0bfbbd577c1680dc314a933dd553c5b8f923a6500b993641aa289d09e6fa7b2d + - initial_input_ast: a047688deafc90ee0a7106bb8673139ab51d00958ede28d18194573e3b101c20 + initial_ast: 62e44233bb9d9422fb5e2aea4aafe80211aed90b206dfbbae966e6afee9a7058 diff --git a/tests/expectations/compiler/compiler/integers/u8/shr.out b/tests/expectations/compiler/compiler/integers/u8/shr.out index 41f12d306f..7c1fc203ec 100644 --- a/tests/expectations/compiler/compiler/integers/u8/shr.out +++ b/tests/expectations/compiler/compiler/integers/u8/shr.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 122462c0f087ef8b63c453544666f10f38e2cce33fbd6f4d84b9585177077077 - initial_ast: b310c8d522c70768838543087c884a8785081de31ef2302a20176dd697d57914 + - initial_input_ast: a047688deafc90ee0a7106bb8673139ab51d00958ede28d18194573e3b101c20 + initial_ast: b245401608c686823ed822513affde4c63b93fceb951e36d2aafc43b62eb8d35 diff --git a/tests/expectations/compiler/compiler/integers/u8/sub.out b/tests/expectations/compiler/compiler/integers/u8/sub.out index ad3ba55e97..a0c6387c4a 100644 --- a/tests/expectations/compiler/compiler/integers/u8/sub.out +++ b/tests/expectations/compiler/compiler/integers/u8/sub.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: e0a14c313387c27690fe95a691990d9a82c0d189ebe6510a209984a817907fb0 - initial_ast: 9b629c94d7ea45e415591d9dda63fbff07a93ec777b9b99be437ba2aff883bd1 + - initial_input_ast: 81c6ce5338920cb12db8f9e0ee4d48b70c5db0749721fe3b93f4a10ca25ca78c + initial_ast: 330b1de724be552bb96ba9ab29c435b01917a2a45274e7320416e69b525fdc85 diff --git a/tests/expectations/compiler/compiler/integers/u8/ternary.out b/tests/expectations/compiler/compiler/integers/u8/ternary.out index 6672b00311..127cc79f4b 100644 --- a/tests/expectations/compiler/compiler/integers/u8/ternary.out +++ b/tests/expectations/compiler/compiler/integers/u8/ternary.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 92a421ad9700284ef509658bad78166f5931b333e9f838bb141501a617e49cc7 - - initial_input_ast: c6e61d82e8081ec02c9363b22a0b5496a417885254c4e178d21597c39de6d95a - initial_ast: 9ed0471710e7c1109adac89e209ea157c5c0cb642661bb24bfd109537159b2e6 + - initial_input_ast: e3d0d7eec93a75e9229f9f7df388ac643dd0c8a5709dd87b8b9dcd33d7ac7dfe + - initial_input_ast: 9e11865bb074c2b2fe29b244e6f0455b3a2a776ad399c4a94a507160ac61d90f + initial_ast: e93da4f7e71673d73afc39c0eed8421661c7446585bb1b274c25cc530f12114c diff --git a/tests/expectations/compiler/compiler/integers/u8/xor.out b/tests/expectations/compiler/compiler/integers/u8/xor.out index 61ac7e22c5..f915f575da 100644 --- a/tests/expectations/compiler/compiler/integers/u8/xor.out +++ b/tests/expectations/compiler/compiler/integers/u8/xor.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: f3f4106ac9259a15289bec28ed917f5781227eb13d1e0eafb3e9f8644727e119 - initial_ast: 79255bfd6845fac131d7d3ea97624ef9a0076305ddeb40447e531c38044357d9 + - initial_input_ast: a97e9d2baff4e618cd0e33a360edd34cc594c297881809ebe8f149421eb35058 + initial_ast: 3623101ef43835eb94ef509d96bc615c794a5962fe6d99a759cead4762b1a32e diff --git a/tests/expectations/compiler/compiler/mutability/cond_mut.out b/tests/expectations/compiler/compiler/mutability/cond_mut.out index bc847a27a2..c9ead776bf 100644 --- a/tests/expectations/compiler/compiler/mutability/cond_mut.out +++ b/tests/expectations/compiler/compiler/mutability/cond_mut.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 4450d380390e4b22d69c9b44ee782266384b84ba991347c0f96e8f624d6512e7 - initial_ast: 2d05e70558b1a34ac0778929dc306c177ae344de02feca3f1ed7be554f3da944 + initial_ast: 3ebac0fca4dbade78ec12f157596dba9c76fb16c5bc396b09f142f0f8c09caf1 diff --git a/tests/expectations/compiler/compiler/mutability/let_mut_nested.out b/tests/expectations/compiler/compiler/mutability/let_mut_nested.out index 1b6a02ce32..6bea61f3be 100644 --- a/tests/expectations/compiler/compiler/mutability/let_mut_nested.out +++ b/tests/expectations/compiler/compiler/mutability/let_mut_nested.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 0ef14a72e85eff8a241f34061899762d2fee7906cc3505475f0dac47b9458f8a - initial_ast: e25b363c3583b46fa1a8e10eef94717ca4b87128c8578a4b44ad344ff113eef8 + initial_ast: 7a01457f995190b44a85aeea983efd53691f14a6a6215a5c383a1745215e3a08 diff --git a/tests/expectations/compiler/compiler/records/declaration.out b/tests/expectations/compiler/compiler/records/declaration.out index d211d59a8e..9b1ee0cc3a 100644 --- a/tests/expectations/compiler/compiler/records/declaration.out +++ b/tests/expectations/compiler/compiler/records/declaration.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: no input - initial_ast: ed6dbb2a60da9a91da4b3845e3919b0520666cf4d7223e5634e1e8e38dd9243d + initial_ast: 521e5d52842366dec0513f66f766f476c40726a273c128be80f4dad071770184 diff --git a/tests/expectations/compiler/compiler/records/init_expression.out b/tests/expectations/compiler/compiler/records/init_expression.out index 97d133aee1..65f55f15cf 100644 --- a/tests/expectations/compiler/compiler/records/init_expression.out +++ b/tests/expectations/compiler/compiler/records/init_expression.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: no input - initial_ast: cc9fdc5ee476d5c8930260c5fc50c968915434892180f0084f15cd69b905dc20 + initial_ast: 9c4367e2cd0d77aad3278a468811575001f4a12a6dc89528f144ba83188a21dd diff --git a/tests/expectations/compiler/compiler/records/init_expression_shorthand.out b/tests/expectations/compiler/compiler/records/init_expression_shorthand.out index 909857c5a5..9ea49ae3e9 100644 --- a/tests/expectations/compiler/compiler/records/init_expression_shorthand.out +++ b/tests/expectations/compiler/compiler/records/init_expression_shorthand.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: no input - initial_ast: c765de9e29d4ca9bd9ba2f7a5ee72c2e4c8278948d32a6c9a441f5eacde564ea + initial_ast: 63f05850c4a2829d1311dd95c4f0d4381ae668efbbb980b1b77df6ca7bab47ef diff --git a/tests/expectations/compiler/compiler/statements/all_loops.out b/tests/expectations/compiler/compiler/statements/all_loops.out index 835fd8db4e..7837b08066 100644 --- a/tests/expectations/compiler/compiler/statements/all_loops.out +++ b/tests/expectations/compiler/compiler/statements/all_loops.out @@ -4,4 +4,4 @@ expectation: Pass outputs: - output: - initial_input_ast: 2f21b4d5dc1058106889da0975de69c33e29bb184dace42559ad3e4da5140d21 - initial_ast: 72d72a8e2719419f4fde8b2ef6b4600d9056efe736df419c8c426e9279dfe807 + initial_ast: 2a994fe4b97c5521c507adf2e1bf80406360f43460b6772b159fb7b7cd22052f diff --git a/tests/expectations/compiler/compiler/statements/block.out b/tests/expectations/compiler/compiler/statements/block.out index 15abdae716..063c6aa4f4 100644 --- a/tests/expectations/compiler/compiler/statements/block.out +++ b/tests/expectations/compiler/compiler/statements/block.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 198eb7d80bc19a6592fb460e0cebcbe3f5078d54990fffc59c7df12b184b7f45 - initial_ast: cf7ed47dfec89e9218f8ccb717a749c9477392dbfc53de8f32627490312ff7cb + - initial_input_ast: d50bb92b3d32c220f9b177a2944e83524ec638210e3c3e9ef250c3f8a83b5763 + initial_ast: 953413cf09585028648d8b894f9d6c215f7d7020a32ef5258d921588ecfd938f diff --git a/tests/expectations/compiler/compiler/statements/chain.out b/tests/expectations/compiler/compiler/statements/chain.out index 7af3db9192..9557222437 100644 --- a/tests/expectations/compiler/compiler/statements/chain.out +++ b/tests/expectations/compiler/compiler/statements/chain.out @@ -3,7 +3,7 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: fe5796b8d715bb6171a2512556ac35483e41e87c7ea0245d879d4af6a2cc5a53 - - initial_input_ast: 96ab541d4a0830d109dd74d3f3bff3b1e50a1ecea05334bb6042b71a6f15cf94 - - initial_input_ast: f2d89f71957ad254e7693b39d829d0728443e2fe3a2664295fa83fe97bda12ca - initial_ast: 932158cc78956ff54049a8372c266737c8eb0ea98268a818691877412739d59a + - initial_input_ast: aa02d314388c981213199b82875cbcd5d9294f4a2437f1ad43cad3d932477cfc + - initial_input_ast: c6b87710f157f556462a1863022511355541148837c2fbe22ae3a24f701f9009 + - initial_input_ast: 671bfce5bcae583d2f2887463fc7b8e6ba382342e4487deffb21f788854fcce0 + initial_ast: c1a3716ea08f9efe85cc1f14486baf16f05a6870b708f2d2803a4ac202d42a02 diff --git a/tests/expectations/compiler/compiler/statements/compare_diff_types_fail.out b/tests/expectations/compiler/compiler/statements/compare_diff_types_fail.out index b752c331a9..32a4c8ab16 100644 --- a/tests/expectations/compiler/compiler/statements/compare_diff_types_fail.out +++ b/tests/expectations/compiler/compiler/statements/compare_diff_types_fail.out @@ -1,7 +1,5 @@ --- namespace: Compile -expectation: Pass +expectation: Fail outputs: - - output: - - initial_input_ast: fb915314d9b78be969b79981f55977bf7ef662c72c93184cf0e60788575f763a - initial_ast: 0a313845582b4929789b314c5b8ac3f516b1aa01e34f1ec6009c0dc144f92616 + - "Error [ETYC0372003]: Found type `i8` but type `u8` was expected\n --> compiler-test:4:19\n |\n 4 | let b: bool = a == 1u8;\n | ^^^^^^^^\nError [ETYC0372003]: Found type `i8` but type `u8` was expected\n --> compiler-test:5:19\n |\n 5 | let c: bool = a != 1u8;\n | ^^^^^^^^\nError [ETYC0372003]: Found type `i8` but type `u8` was expected\n --> compiler-test:6:19\n |\n 6 | let d: bool = a > 1u8;\n | ^^^^^^^\nError [ETYC0372003]: Found type `i8` but type `u8` was expected\n --> compiler-test:7:19\n |\n 7 | let e: bool = a < 1u8;\n | ^^^^^^^\nError [ETYC0372003]: Found type `i8` but type `u8` was expected\n --> compiler-test:8:19\n |\n 8 | let f: bool = a >= 1u8;\n | ^^^^^^^^\nError [ETYC0372003]: Found type `i8` but type `u8` was expected\n --> compiler-test:9:19\n |\n 9 | let g: bool = a <= 1u8;\n | ^^^^^^^^\n" diff --git a/tests/expectations/compiler/compiler/statements/for_loop.out b/tests/expectations/compiler/compiler/statements/for_loop.out index d0836a69dc..7ef92daf07 100644 --- a/tests/expectations/compiler/compiler/statements/for_loop.out +++ b/tests/expectations/compiler/compiler/statements/for_loop.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 9fe934b08244cf726123179e290ddfd645bb8b283579741664055ea576b4800f - initial_ast: 59e060022eb735e5e9c9391f9da56dd48c463ed1b2c0b14ec89d6db80859d2ac + - initial_input_ast: b783de4b3764f310f8caf321377730e14b18d3a4546d4fd75a0c65df7485aaa4 + initial_ast: 3b179410cdf5bd9be35d9f32bf7a9d3728af5110dde493d5e4e0327e8b52afae diff --git a/tests/expectations/compiler/compiler/statements/iteration_basic.out b/tests/expectations/compiler/compiler/statements/iteration_basic.out index 14d5114a54..93baeafa00 100644 --- a/tests/expectations/compiler/compiler/statements/iteration_basic.out +++ b/tests/expectations/compiler/compiler/statements/iteration_basic.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: a07781bcb6b37246cd6b048878a0951cc90bb0f2a4fc05e2fb36b0e16928f37f - initial_ast: c7a14971408cb0fff82d8c45417c93dfa2d36254b21c1b55610a3527a49f6afe + - initial_input_ast: e2f8baa5457f9a69c1576b612a64f90a887dcf30b1705d06e0cbc8123670fcbe + initial_ast: 1ab8082d178c9ec905c26dc114a3d59b833db599b574d6e8dac35b4c19d15da2 diff --git a/tests/expectations/compiler/compiler/statements/iteration_variable.out b/tests/expectations/compiler/compiler/statements/iteration_variable.out index c24c057927..f9c79c1366 100644 --- a/tests/expectations/compiler/compiler/statements/iteration_variable.out +++ b/tests/expectations/compiler/compiler/statements/iteration_variable.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: c918ce1ffc15cd823113a571123910dde670829e3fd04a22ca6f3fed8fd16eb4 - initial_ast: 3ff81ead4edb3474008c23b7c146d12138cd4c19d3bb6479fe2e45965ea12eb7 + - initial_input_ast: 38bd70450af900f8f29df8355e234d0940c125835e73128115c421deb1559dcc + initial_ast: c34103e55484773e5ecc365a64a5602d51314177fc641c85ecbccbed28d5fff2 diff --git a/tests/expectations/compiler/compiler/statements/multiple_returns.out b/tests/expectations/compiler/compiler/statements/multiple_returns.out index 9193685f78..a0a8b11f5e 100644 --- a/tests/expectations/compiler/compiler/statements/multiple_returns.out +++ b/tests/expectations/compiler/compiler/statements/multiple_returns.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 198eb7d80bc19a6592fb460e0cebcbe3f5078d54990fffc59c7df12b184b7f45 - - initial_input_ast: e8c168b68e9259dd1cbe1810a54c0523005878e57bbeaa9d4493191347d62fe2 - initial_ast: 00624c4b4091d0e5812c3682e44b6973f327a74df02482434edbda0b10f71371 + - initial_input_ast: d50bb92b3d32c220f9b177a2944e83524ec638210e3c3e9ef250c3f8a83b5763 + - initial_input_ast: 86bde1be3731f0556c98e727518d64912becc5ec59fc5324caad88ec2af9466b + initial_ast: db1076f201c99a3414e99a9635af9843a7b0d30dfd472d8ea546b2e1ee1be551 diff --git a/tests/expectations/compiler/compiler/statements/mutate.out b/tests/expectations/compiler/compiler/statements/mutate.out index afb4371e2b..ec5ec9abe7 100644 --- a/tests/expectations/compiler/compiler/statements/mutate.out +++ b/tests/expectations/compiler/compiler/statements/mutate.out @@ -3,6 +3,6 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: 1616955974a4cb7c759158043772f241d043e67ed0063818c456aa1fae054b0c - - initial_input_ast: 9ebf6d54b77d669ce67d3574d054a2bab06b159b077cb1b30e9014575badbc3b - initial_ast: 62081a8f0aba9dae78c9baae1b8333743581880f37eb051147b48789d929551b + - initial_input_ast: 9e2c58fdce9ddc6c6fb38937bc719ac2cd48b67f4494c3432b6fbab07a2bcd8b + - initial_input_ast: 2fd36e0c315d84653246f0d015f62b979c097510176d95961bb06e1b2f6530c8 + initial_ast: 5f8f465ca346100d1ad74beff0d3fb2605681450df4665cdb4c788417fd6e310 diff --git a/tests/expectations/compiler/compiler/statements/ternary_explicit_and_implicit.out b/tests/expectations/compiler/compiler/statements/ternary_explicit_and_implicit.out index 88c9a9ad9c..e50057a813 100644 --- a/tests/expectations/compiler/compiler/statements/ternary_explicit_and_implicit.out +++ b/tests/expectations/compiler/compiler/statements/ternary_explicit_and_implicit.out @@ -3,5 +3,5 @@ namespace: Compile expectation: Pass outputs: - output: - - initial_input_ast: ecc54967dfe1b2c067baa1fe6d2dfababe2a728338906c482b6582c25dd5cb0f - initial_ast: 2810ef0ebe18a03a525672e448d6ed0d949fd9f3b2ddaea971f1785537d7ca4b + - initial_input_ast: 08cf0b82d701b0529b62919009d3c46f129ac45ce385efba85986ccf3029f70b + initial_ast: 33babd1980b054f26f24154a31c20a84e37bfa1e91d4bdb652923ee906a2b074 diff --git a/tests/expectations/parser/parser/expression/binary/add.out b/tests/expectations/parser/parser/expression/binary/add.out index 4a37b71a7f..26f43b48e4 100644 --- a/tests/expectations/parser/parser/expression/binary/add.out +++ b/tests/expectations/parser/parser/expression/binary/add.out @@ -5,16 +5,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 6 @@ -26,16 +24,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 4 @@ -49,16 +45,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -69,8 +63,7 @@ outputs: hi: 9 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 @@ -84,16 +77,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -106,16 +97,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 hi: 15 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 18 @@ -133,16 +122,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -153,8 +140,7 @@ outputs: hi: 9 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 @@ -170,16 +156,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -192,16 +176,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 hi: 15 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 18 @@ -218,16 +200,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "5" - span: lo: 24 hi: 27 right: Literal: - Integer: - - U8 + U8: - "6" - span: lo: 30 diff --git a/tests/expectations/parser/parser/expression/binary/bit_and.out b/tests/expectations/parser/parser/expression/binary/bit_and.out index 28816988e9..365c867eb1 100644 --- a/tests/expectations/parser/parser/expression/binary/bit_and.out +++ b/tests/expectations/parser/parser/expression/binary/bit_and.out @@ -5,16 +5,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 6 @@ -26,16 +24,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 4 @@ -49,16 +45,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -69,8 +63,7 @@ outputs: hi: 9 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 @@ -84,8 +77,7 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 @@ -94,16 +86,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 hi: 9 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 @@ -118,8 +108,7 @@ outputs: hi: 15 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 18 @@ -133,16 +122,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -153,8 +140,7 @@ outputs: hi: 9 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 @@ -170,8 +156,7 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 @@ -180,16 +165,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 hi: 9 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 @@ -206,16 +189,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 18 hi: 21 right: Literal: - Integer: - - U8 + U8: - "5" - span: lo: 24 @@ -230,8 +211,7 @@ outputs: hi: 27 right: Literal: - Integer: - - U8 + U8: - "6" - span: lo: 30 diff --git a/tests/expectations/parser/parser/expression/binary/bit_or.out b/tests/expectations/parser/parser/expression/binary/bit_or.out index 2717872d8e..a2e14d0a9a 100644 --- a/tests/expectations/parser/parser/expression/binary/bit_or.out +++ b/tests/expectations/parser/parser/expression/binary/bit_or.out @@ -5,16 +5,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 6 @@ -26,16 +24,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 4 @@ -49,16 +45,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -69,8 +63,7 @@ outputs: hi: 9 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 @@ -84,8 +77,7 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 @@ -94,16 +86,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 hi: 9 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 @@ -118,8 +108,7 @@ outputs: hi: 15 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 18 @@ -133,16 +122,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -153,8 +140,7 @@ outputs: hi: 9 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 @@ -170,8 +156,7 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 @@ -180,16 +165,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 hi: 9 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 @@ -206,16 +189,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 18 hi: 21 right: Literal: - Integer: - - U8 + U8: - "5" - span: lo: 24 @@ -230,8 +211,7 @@ outputs: hi: 27 right: Literal: - Integer: - - U8 + U8: - "6" - span: lo: 30 diff --git a/tests/expectations/parser/parser/expression/binary/bit_xor.out b/tests/expectations/parser/parser/expression/binary/bit_xor.out index 92b087105d..02adbc3561 100644 --- a/tests/expectations/parser/parser/expression/binary/bit_xor.out +++ b/tests/expectations/parser/parser/expression/binary/bit_xor.out @@ -5,16 +5,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 6 @@ -26,16 +24,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 4 @@ -49,16 +45,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -69,8 +63,7 @@ outputs: hi: 9 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 @@ -84,16 +77,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -106,16 +97,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 hi: 15 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 18 @@ -133,16 +122,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -153,8 +140,7 @@ outputs: hi: 9 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 @@ -170,16 +156,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -192,16 +176,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 hi: 15 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 18 @@ -218,16 +200,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "5" - span: lo: 24 hi: 27 right: Literal: - Integer: - - U8 + U8: - "6" - span: lo: 30 diff --git a/tests/expectations/parser/parser/expression/binary/div.out b/tests/expectations/parser/parser/expression/binary/div.out index 784a4cf719..8c6bb1505f 100644 --- a/tests/expectations/parser/parser/expression/binary/div.out +++ b/tests/expectations/parser/parser/expression/binary/div.out @@ -5,16 +5,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 6 @@ -26,16 +24,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 4 @@ -49,16 +45,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -69,8 +63,7 @@ outputs: hi: 9 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 @@ -84,16 +77,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 7 @@ -106,16 +97,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 13 hi: 16 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 20 diff --git a/tests/expectations/parser/parser/expression/binary/eq.out b/tests/expectations/parser/parser/expression/binary/eq.out index baf16a11b0..473792d084 100644 --- a/tests/expectations/parser/parser/expression/binary/eq.out +++ b/tests/expectations/parser/parser/expression/binary/eq.out @@ -5,16 +5,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 7 @@ -26,16 +24,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 5 @@ -49,16 +45,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -71,16 +65,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 13 hi: 16 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 19 @@ -100,16 +92,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -122,16 +112,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 13 hi: 16 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 19 @@ -150,16 +138,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 26 hi: 29 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 32 @@ -172,16 +158,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "5" - span: lo: 39 hi: 42 right: Literal: - Integer: - - U8 + U8: - "6" - span: lo: 45 diff --git a/tests/expectations/parser/parser/expression/binary/ge.out b/tests/expectations/parser/parser/expression/binary/ge.out index ab8e053aef..86ce9ad764 100644 --- a/tests/expectations/parser/parser/expression/binary/ge.out +++ b/tests/expectations/parser/parser/expression/binary/ge.out @@ -5,16 +5,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 7 @@ -26,16 +24,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 7 @@ -49,16 +45,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -71,16 +65,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 13 hi: 16 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 19 diff --git a/tests/expectations/parser/parser/expression/binary/gt.out b/tests/expectations/parser/parser/expression/binary/gt.out index e63a5ad20a..6cb8177cd9 100644 --- a/tests/expectations/parser/parser/expression/binary/gt.out +++ b/tests/expectations/parser/parser/expression/binary/gt.out @@ -5,16 +5,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 6 @@ -26,16 +24,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 4 @@ -49,16 +45,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -71,16 +65,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 hi: 15 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 18 diff --git a/tests/expectations/parser/parser/expression/binary/le.out b/tests/expectations/parser/parser/expression/binary/le.out index ffb8cc8bc8..47f1a1463a 100644 --- a/tests/expectations/parser/parser/expression/binary/le.out +++ b/tests/expectations/parser/parser/expression/binary/le.out @@ -5,16 +5,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 7 @@ -26,16 +24,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 7 @@ -49,16 +45,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -71,16 +65,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 13 hi: 16 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 19 diff --git a/tests/expectations/parser/parser/expression/binary/lt.out b/tests/expectations/parser/parser/expression/binary/lt.out index 12ad96fed1..3a69a75dc0 100644 --- a/tests/expectations/parser/parser/expression/binary/lt.out +++ b/tests/expectations/parser/parser/expression/binary/lt.out @@ -5,16 +5,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 6 @@ -26,16 +24,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 4 @@ -49,16 +45,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -71,16 +65,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 hi: 15 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 18 diff --git a/tests/expectations/parser/parser/expression/binary/mul.out b/tests/expectations/parser/parser/expression/binary/mul.out index 2a9ef88f99..836a1bbd94 100644 --- a/tests/expectations/parser/parser/expression/binary/mul.out +++ b/tests/expectations/parser/parser/expression/binary/mul.out @@ -5,16 +5,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 6 @@ -26,16 +24,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 4 @@ -49,16 +45,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -69,8 +63,7 @@ outputs: hi: 9 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 12 @@ -84,16 +77,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 7 @@ -106,16 +97,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 13 hi: 16 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 20 @@ -135,16 +124,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 7 @@ -157,16 +144,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 13 hi: 16 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 20 @@ -183,16 +168,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "5" - span: lo: 26 hi: 29 right: Literal: - Integer: - - U8 + U8: - "6" - span: lo: 33 diff --git a/tests/expectations/parser/parser/expression/binary/neq.out b/tests/expectations/parser/parser/expression/binary/neq.out index faadb4b150..d47b861603 100644 --- a/tests/expectations/parser/parser/expression/binary/neq.out +++ b/tests/expectations/parser/parser/expression/binary/neq.out @@ -5,16 +5,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 7 @@ -26,16 +24,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 5 @@ -49,16 +45,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -71,16 +65,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 13 hi: 16 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 19 @@ -100,16 +92,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -122,16 +112,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 13 hi: 16 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 19 @@ -150,16 +138,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 26 hi: 29 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 32 @@ -172,16 +158,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "5" - span: lo: 39 hi: 42 right: Literal: - Integer: - - U8 + U8: - "6" - span: lo: 45 diff --git a/tests/expectations/parser/parser/expression/binary/pow.out b/tests/expectations/parser/parser/expression/binary/pow.out index 3518b91ced..8cf1975cfc 100644 --- a/tests/expectations/parser/parser/expression/binary/pow.out +++ b/tests/expectations/parser/parser/expression/binary/pow.out @@ -5,16 +5,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 7 @@ -26,16 +24,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 5 @@ -47,8 +43,7 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 @@ -57,16 +52,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 7 hi: 10 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 14 diff --git a/tests/expectations/parser/parser/expression/binary/shl.out b/tests/expectations/parser/parser/expression/binary/shl.out index b48a76d608..eff86a37a0 100644 --- a/tests/expectations/parser/parser/expression/binary/shl.out +++ b/tests/expectations/parser/parser/expression/binary/shl.out @@ -5,16 +5,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 7 @@ -26,16 +24,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 5 @@ -49,16 +45,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 7 @@ -69,8 +63,7 @@ outputs: hi: 10 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 14 @@ -84,16 +77,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -106,16 +97,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 13 hi: 16 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 19 @@ -133,16 +122,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 7 @@ -153,8 +140,7 @@ outputs: hi: 10 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 14 @@ -170,16 +156,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -192,16 +176,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 13 hi: 16 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 19 @@ -218,16 +200,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "5" - span: lo: 26 hi: 29 right: Literal: - Integer: - - U8 + U8: - "6" - span: lo: 32 diff --git a/tests/expectations/parser/parser/expression/binary/shr.out b/tests/expectations/parser/parser/expression/binary/shr.out index 8db4b5803d..04082f6b28 100644 --- a/tests/expectations/parser/parser/expression/binary/shr.out +++ b/tests/expectations/parser/parser/expression/binary/shr.out @@ -5,16 +5,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 7 @@ -26,16 +24,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 5 @@ -49,16 +45,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 7 @@ -69,8 +63,7 @@ outputs: hi: 10 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 14 @@ -84,16 +77,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -106,16 +97,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 13 hi: 16 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 19 @@ -133,16 +122,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 7 @@ -153,8 +140,7 @@ outputs: hi: 10 right: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 14 @@ -170,16 +156,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 6 @@ -192,16 +176,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "3" - span: lo: 13 hi: 16 right: Literal: - Integer: - - U8 + U8: - "4" - span: lo: 19 @@ -218,16 +200,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "5" - span: lo: 26 hi: 29 right: Literal: - Integer: - - U8 + U8: - "6" - span: lo: 32 diff --git a/tests/expectations/parser/parser/expression/binary/sub.out b/tests/expectations/parser/parser/expression/binary/sub.out index 9135e81167..33bfc0af35 100644 --- a/tests/expectations/parser/parser/expression/binary/sub.out +++ b/tests/expectations/parser/parser/expression/binary/sub.out @@ -5,16 +5,14 @@ outputs: - Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 6 @@ -26,16 +24,14 @@ outputs: - Binary: left: Literal: - Integer: - - U16 + U16: - "2" - span: lo: 0 hi: 4 right: Literal: - Integer: - - U64 + U64: - "3" - span: lo: 5 @@ -49,16 +45,14 @@ outputs: Binary: left: Literal: - Integer: - - U32 + U32: - "1" - span: lo: 0 hi: 4 right: Literal: - Integer: - - U32 + U32: - "2" - span: lo: 7 @@ -69,8 +63,7 @@ outputs: hi: 11 right: Literal: - Integer: - - U32 + U32: - "3" - span: lo: 14 @@ -84,16 +77,14 @@ outputs: Binary: left: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 0 hi: 3 right: Literal: - Integer: - - U16 + U16: - "2" - span: lo: 6 @@ -106,16 +97,14 @@ outputs: Binary: left: Literal: - Integer: - - U32 + U32: - "3" - span: lo: 13 hi: 17 right: Literal: - Integer: - - I64 + I64: - "4" - span: lo: 20 diff --git a/tests/expectations/parser/parser/expression/literal/int_parse/i128.out b/tests/expectations/parser/parser/expression/literal/int_parse/i128.out index d54232b9b3..0e61e79d70 100644 --- a/tests/expectations/parser/parser/expression/literal/int_parse/i128.out +++ b/tests/expectations/parser/parser/expression/literal/int_parse/i128.out @@ -3,736 +3,631 @@ namespace: ParseExpression expectation: Pass outputs: - Literal: - Integer: - - I128 + I128: - "123" - span: lo: 0 hi: 7 - Literal: - Integer: - - I128 + I128: - "123" - span: lo: 0 hi: 7 - Literal: - Integer: - - I128 + I128: - "456" - span: lo: 0 hi: 7 - Literal: - Integer: - - I128 + I128: - "87377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 84 - Literal: - Integer: - - I128 + I128: - "8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 404 - Literal: - Integer: - - I128 + I128: - "340130024" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "158951116" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "155529659" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "642023166" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "228481736" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "469712960" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "929437719" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "721072814" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "363254789" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "906732565" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "288246391" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "724940549" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "487101620" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "261373583" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "891163927" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "743967544" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "8372586" - span: lo: 0 hi: 11 - Literal: - Integer: - - I128 + I128: - "461793278" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "806307045" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "122764546" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "356336181" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "158370903" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "774460877" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "557174131" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "492401267" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "893445620" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "957757048" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "721540649" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "390746493" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "211251725" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "938266114" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "156985870" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "703831126" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "729964155" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "988151305" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "320872435" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "719287167" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "152289486" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "740067975" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "728627816" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "385008978" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "553967635" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "71980713" - span: lo: 0 hi: 12 - Literal: - Integer: - - I128 + I128: - "519444716" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "116499965" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "717422268" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "18966279" - span: lo: 0 hi: 12 - Literal: - Integer: - - I128 + I128: - "22458638" - span: lo: 0 hi: 12 - Literal: - Integer: - - I128 + I128: - "857282620" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "920675898" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "762235516" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "469018377" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "199986521" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "536679358" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "591399452" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "83083158" - span: lo: 0 hi: 12 - Literal: - Integer: - - I128 + I128: - "599449051" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "445442318" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "585486590" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "209278800" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "873568117" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "664470940" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "465262783" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "605652874" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "376803940" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "965247040" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "598474509" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "845119918" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "648159133" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "669051032" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "800600261" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "434689764" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "520060080" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "804659385" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "537828058" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "716600292" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "387020273" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "199375617" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "680337189" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "818479931" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "893693281" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "87377802" - span: lo: 0 hi: 12 - Literal: - Integer: - - I128 + I128: - "84699261" - span: lo: 0 hi: 12 - Literal: - Integer: - - I128 + I128: - "292826090" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "569171405" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "387436237" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "150682190" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "888770419" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "824696431" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "765659803" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "270163693" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "427940240" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "504997332" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "337808338" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "907200008" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "757177889" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "696697188" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "41376051" - span: lo: 0 hi: 12 - Literal: - Integer: - - I128 + I128: - "496293518" - span: lo: 0 hi: 13 - Literal: - Integer: - - I128 + I128: - "251218820" - span: lo: 0 diff --git a/tests/expectations/parser/parser/expression/literal/int_parse/i16.out b/tests/expectations/parser/parser/expression/literal/int_parse/i16.out index 5ed924e1a1..4da22229ad 100644 --- a/tests/expectations/parser/parser/expression/literal/int_parse/i16.out +++ b/tests/expectations/parser/parser/expression/literal/int_parse/i16.out @@ -3,736 +3,631 @@ namespace: ParseExpression expectation: Pass outputs: - Literal: - Integer: - - I16 + I16: - "123" - span: lo: 0 hi: 6 - Literal: - Integer: - - I16 + I16: - "123" - span: lo: 0 hi: 6 - Literal: - Integer: - - I16 + I16: - "456" - span: lo: 0 hi: 6 - Literal: - Integer: - - I16 + I16: - "87377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 83 - Literal: - Integer: - - I16 + I16: - "8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 403 - Literal: - Integer: - - I16 + I16: - "340130024" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "158951116" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "155529659" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "642023166" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "228481736" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "469712960" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "929437719" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "721072814" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "363254789" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "906732565" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "288246391" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "724940549" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "487101620" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "261373583" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "891163927" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "743967544" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "8372586" - span: lo: 0 hi: 10 - Literal: - Integer: - - I16 + I16: - "461793278" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "806307045" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "122764546" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "356336181" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "158370903" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "774460877" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "557174131" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "492401267" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "893445620" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "957757048" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "721540649" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "390746493" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "211251725" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "938266114" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "156985870" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "703831126" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "729964155" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "988151305" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "320872435" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "719287167" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "152289486" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "740067975" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "728627816" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "385008978" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "553967635" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "71980713" - span: lo: 0 hi: 11 - Literal: - Integer: - - I16 + I16: - "519444716" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "116499965" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "717422268" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "18966279" - span: lo: 0 hi: 11 - Literal: - Integer: - - I16 + I16: - "22458638" - span: lo: 0 hi: 11 - Literal: - Integer: - - I16 + I16: - "857282620" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "920675898" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "762235516" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "469018377" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "199986521" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "536679358" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "591399452" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "83083158" - span: lo: 0 hi: 11 - Literal: - Integer: - - I16 + I16: - "599449051" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "445442318" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "585486590" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "209278800" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "873568117" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "664470940" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "465262783" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "605652874" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "376803940" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "965247040" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "598474509" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "845119918" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "648159133" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "669051032" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "800600261" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "434689764" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "520060080" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "804659385" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "537828058" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "716600292" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "387020273" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "199375617" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "680337189" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "818479931" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "893693281" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "87377802" - span: lo: 0 hi: 11 - Literal: - Integer: - - I16 + I16: - "84699261" - span: lo: 0 hi: 11 - Literal: - Integer: - - I16 + I16: - "292826090" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "569171405" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "387436237" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "150682190" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "888770419" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "824696431" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "765659803" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "270163693" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "427940240" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "504997332" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "337808338" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "907200008" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "757177889" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "696697188" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "41376051" - span: lo: 0 hi: 11 - Literal: - Integer: - - I16 + I16: - "496293518" - span: lo: 0 hi: 12 - Literal: - Integer: - - I16 + I16: - "251218820" - span: lo: 0 diff --git a/tests/expectations/parser/parser/expression/literal/int_parse/i32.out b/tests/expectations/parser/parser/expression/literal/int_parse/i32.out index cd2750609b..2ab28183df 100644 --- a/tests/expectations/parser/parser/expression/literal/int_parse/i32.out +++ b/tests/expectations/parser/parser/expression/literal/int_parse/i32.out @@ -3,736 +3,631 @@ namespace: ParseExpression expectation: Pass outputs: - Literal: - Integer: - - I32 + I32: - "123" - span: lo: 0 hi: 6 - Literal: - Integer: - - I32 + I32: - "123" - span: lo: 0 hi: 6 - Literal: - Integer: - - I32 + I32: - "456" - span: lo: 0 hi: 6 - Literal: - Integer: - - I32 + I32: - "87377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 83 - Literal: - Integer: - - I32 + I32: - "8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 403 - Literal: - Integer: - - I32 + I32: - "340130024" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "158951116" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "155529659" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "642023166" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "228481736" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "469712960" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "929437719" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "721072814" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "363254789" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "906732565" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "288246391" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "724940549" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "487101620" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "261373583" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "891163927" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "743967544" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "8372586" - span: lo: 0 hi: 10 - Literal: - Integer: - - I32 + I32: - "461793278" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "806307045" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "122764546" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "356336181" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "158370903" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "774460877" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "557174131" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "492401267" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "893445620" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "957757048" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "721540649" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "390746493" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "211251725" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "938266114" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "156985870" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "703831126" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "729964155" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "988151305" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "320872435" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "719287167" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "152289486" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "740067975" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "728627816" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "385008978" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "553967635" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "71980713" - span: lo: 0 hi: 11 - Literal: - Integer: - - I32 + I32: - "519444716" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "116499965" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "717422268" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "18966279" - span: lo: 0 hi: 11 - Literal: - Integer: - - I32 + I32: - "22458638" - span: lo: 0 hi: 11 - Literal: - Integer: - - I32 + I32: - "857282620" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "920675898" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "762235516" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "469018377" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "199986521" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "536679358" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "591399452" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "83083158" - span: lo: 0 hi: 11 - Literal: - Integer: - - I32 + I32: - "599449051" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "445442318" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "585486590" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "209278800" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "873568117" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "664470940" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "465262783" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "605652874" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "376803940" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "965247040" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "598474509" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "845119918" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "648159133" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "669051032" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "800600261" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "434689764" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "520060080" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "804659385" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "537828058" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "716600292" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "387020273" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "199375617" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "680337189" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "818479931" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "893693281" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "87377802" - span: lo: 0 hi: 11 - Literal: - Integer: - - I32 + I32: - "84699261" - span: lo: 0 hi: 11 - Literal: - Integer: - - I32 + I32: - "292826090" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "569171405" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "387436237" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "150682190" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "888770419" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "824696431" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "765659803" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "270163693" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "427940240" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "504997332" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "337808338" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "907200008" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "757177889" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "696697188" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "41376051" - span: lo: 0 hi: 11 - Literal: - Integer: - - I32 + I32: - "496293518" - span: lo: 0 hi: 12 - Literal: - Integer: - - I32 + I32: - "251218820" - span: lo: 0 diff --git a/tests/expectations/parser/parser/expression/literal/int_parse/i64.out b/tests/expectations/parser/parser/expression/literal/int_parse/i64.out index e2d0a25612..31870870f2 100644 --- a/tests/expectations/parser/parser/expression/literal/int_parse/i64.out +++ b/tests/expectations/parser/parser/expression/literal/int_parse/i64.out @@ -3,736 +3,631 @@ namespace: ParseExpression expectation: Pass outputs: - Literal: - Integer: - - I64 + I64: - "123" - span: lo: 0 hi: 6 - Literal: - Integer: - - I64 + I64: - "123" - span: lo: 0 hi: 6 - Literal: - Integer: - - I64 + I64: - "456" - span: lo: 0 hi: 6 - Literal: - Integer: - - I64 + I64: - "87377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 83 - Literal: - Integer: - - I64 + I64: - "8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 403 - Literal: - Integer: - - I64 + I64: - "340130024" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "158951116" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "155529659" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "642023166" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "228481736" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "469712960" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "929437719" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "721072814" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "363254789" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "906732565" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "288246391" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "724940549" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "487101620" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "261373583" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "891163927" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "743967544" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "8372586" - span: lo: 0 hi: 10 - Literal: - Integer: - - I64 + I64: - "461793278" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "806307045" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "122764546" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "356336181" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "158370903" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "774460877" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "557174131" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "492401267" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "893445620" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "957757048" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "721540649" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "390746493" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "211251725" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "938266114" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "156985870" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "703831126" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "729964155" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "988151305" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "320872435" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "719287167" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "152289486" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "740067975" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "728627816" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "385008978" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "553967635" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "71980713" - span: lo: 0 hi: 11 - Literal: - Integer: - - I64 + I64: - "519444716" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "116499965" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "717422268" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "18966279" - span: lo: 0 hi: 11 - Literal: - Integer: - - I64 + I64: - "22458638" - span: lo: 0 hi: 11 - Literal: - Integer: - - I64 + I64: - "857282620" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "920675898" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "762235516" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "469018377" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "199986521" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "536679358" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "591399452" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "83083158" - span: lo: 0 hi: 11 - Literal: - Integer: - - I64 + I64: - "599449051" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "445442318" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "585486590" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "209278800" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "873568117" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "664470940" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "465262783" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "605652874" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "376803940" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "965247040" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "598474509" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "845119918" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "648159133" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "669051032" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "800600261" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "434689764" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "520060080" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "804659385" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "537828058" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "716600292" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "387020273" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "199375617" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "680337189" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "818479931" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "893693281" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "87377802" - span: lo: 0 hi: 11 - Literal: - Integer: - - I64 + I64: - "84699261" - span: lo: 0 hi: 11 - Literal: - Integer: - - I64 + I64: - "292826090" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "569171405" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "387436237" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "150682190" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "888770419" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "824696431" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "765659803" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "270163693" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "427940240" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "504997332" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "337808338" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "907200008" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "757177889" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "696697188" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "41376051" - span: lo: 0 hi: 11 - Literal: - Integer: - - I64 + I64: - "496293518" - span: lo: 0 hi: 12 - Literal: - Integer: - - I64 + I64: - "251218820" - span: lo: 0 diff --git a/tests/expectations/parser/parser/expression/literal/int_parse/i8.out b/tests/expectations/parser/parser/expression/literal/int_parse/i8.out index fc26243b66..cf6fe6fb31 100644 --- a/tests/expectations/parser/parser/expression/literal/int_parse/i8.out +++ b/tests/expectations/parser/parser/expression/literal/int_parse/i8.out @@ -3,736 +3,631 @@ namespace: ParseExpression expectation: Pass outputs: - Literal: - Integer: - - I8 + I8: - "123" - span: lo: 0 hi: 5 - Literal: - Integer: - - I8 + I8: - "123" - span: lo: 0 hi: 5 - Literal: - Integer: - - I8 + I8: - "456" - span: lo: 0 hi: 5 - Literal: - Integer: - - I8 + I8: - "87377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 82 - Literal: - Integer: - - I8 + I8: - "8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 402 - Literal: - Integer: - - I8 + I8: - "340130024" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "158951116" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "155529659" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "642023166" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "228481736" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "469712960" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "929437719" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "721072814" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "363254789" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "906732565" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "288246391" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "724940549" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "487101620" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "261373583" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "891163927" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "743967544" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "8372586" - span: lo: 0 hi: 9 - Literal: - Integer: - - I8 + I8: - "461793278" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "806307045" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "122764546" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "356336181" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "158370903" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "774460877" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "557174131" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "492401267" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "893445620" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "957757048" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "721540649" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "390746493" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "211251725" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "938266114" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "156985870" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "703831126" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "729964155" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "988151305" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "320872435" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "719287167" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "152289486" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "740067975" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "728627816" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "385008978" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "553967635" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "71980713" - span: lo: 0 hi: 10 - Literal: - Integer: - - I8 + I8: - "519444716" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "116499965" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "717422268" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "18966279" - span: lo: 0 hi: 10 - Literal: - Integer: - - I8 + I8: - "22458638" - span: lo: 0 hi: 10 - Literal: - Integer: - - I8 + I8: - "857282620" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "920675898" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "762235516" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "469018377" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "199986521" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "536679358" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "591399452" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "83083158" - span: lo: 0 hi: 10 - Literal: - Integer: - - I8 + I8: - "599449051" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "445442318" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "585486590" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "209278800" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "873568117" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "664470940" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "465262783" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "605652874" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "376803940" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "965247040" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "598474509" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "845119918" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "648159133" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "669051032" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "800600261" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "434689764" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "520060080" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "804659385" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "537828058" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "716600292" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "387020273" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "199375617" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "680337189" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "818479931" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "893693281" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "87377802" - span: lo: 0 hi: 10 - Literal: - Integer: - - I8 + I8: - "84699261" - span: lo: 0 hi: 10 - Literal: - Integer: - - I8 + I8: - "292826090" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "569171405" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "387436237" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "150682190" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "888770419" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "824696431" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "765659803" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "270163693" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "427940240" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "504997332" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "337808338" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "907200008" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "757177889" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "696697188" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "41376051" - span: lo: 0 hi: 10 - Literal: - Integer: - - I8 + I8: - "496293518" - span: lo: 0 hi: 11 - Literal: - Integer: - - I8 + I8: - "251218820" - span: lo: 0 diff --git a/tests/expectations/parser/parser/expression/literal/int_parse/u128.out b/tests/expectations/parser/parser/expression/literal/int_parse/u128.out index 50de8b53dc..b8cab02aa0 100644 --- a/tests/expectations/parser/parser/expression/literal/int_parse/u128.out +++ b/tests/expectations/parser/parser/expression/literal/int_parse/u128.out @@ -3,736 +3,631 @@ namespace: ParseExpression expectation: Pass outputs: - Literal: - Integer: - - U128 + U128: - "123" - span: lo: 0 hi: 7 - Literal: - Integer: - - U128 + U128: - "123" - span: lo: 0 hi: 7 - Literal: - Integer: - - U128 + U128: - "456" - span: lo: 0 hi: 7 - Literal: - Integer: - - U128 + U128: - "87377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 84 - Literal: - Integer: - - U128 + U128: - "8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 404 - Literal: - Integer: - - U128 + U128: - "340130024" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "158951116" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "155529659" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "642023166" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "228481736" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "469712960" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "929437719" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "721072814" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "363254789" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "906732565" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "288246391" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "724940549" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "487101620" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "261373583" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "891163927" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "743967544" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "8372586" - span: lo: 0 hi: 11 - Literal: - Integer: - - U128 + U128: - "461793278" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "806307045" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "122764546" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "356336181" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "158370903" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "774460877" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "557174131" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "492401267" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "893445620" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "957757048" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "721540649" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "390746493" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "211251725" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "938266114" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "156985870" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "703831126" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "729964155" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "988151305" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "320872435" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "719287167" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "152289486" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "740067975" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "728627816" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "385008978" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "553967635" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "71980713" - span: lo: 0 hi: 12 - Literal: - Integer: - - U128 + U128: - "519444716" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "116499965" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "717422268" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "18966279" - span: lo: 0 hi: 12 - Literal: - Integer: - - U128 + U128: - "22458638" - span: lo: 0 hi: 12 - Literal: - Integer: - - U128 + U128: - "857282620" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "920675898" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "762235516" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "469018377" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "199986521" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "536679358" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "591399452" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "83083158" - span: lo: 0 hi: 12 - Literal: - Integer: - - U128 + U128: - "599449051" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "445442318" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "585486590" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "209278800" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "873568117" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "664470940" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "465262783" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "605652874" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "376803940" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "965247040" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "598474509" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "845119918" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "648159133" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "669051032" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "800600261" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "434689764" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "520060080" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "804659385" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "537828058" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "716600292" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "387020273" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "199375617" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "680337189" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "818479931" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "893693281" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "87377802" - span: lo: 0 hi: 12 - Literal: - Integer: - - U128 + U128: - "84699261" - span: lo: 0 hi: 12 - Literal: - Integer: - - U128 + U128: - "292826090" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "569171405" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "387436237" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "150682190" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "888770419" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "824696431" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "765659803" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "270163693" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "427940240" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "504997332" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "337808338" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "907200008" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "757177889" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "696697188" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "41376051" - span: lo: 0 hi: 12 - Literal: - Integer: - - U128 + U128: - "496293518" - span: lo: 0 hi: 13 - Literal: - Integer: - - U128 + U128: - "251218820" - span: lo: 0 diff --git a/tests/expectations/parser/parser/expression/literal/int_parse/u16.out b/tests/expectations/parser/parser/expression/literal/int_parse/u16.out index 6ff88e91f0..18a3d874ca 100644 --- a/tests/expectations/parser/parser/expression/literal/int_parse/u16.out +++ b/tests/expectations/parser/parser/expression/literal/int_parse/u16.out @@ -3,736 +3,631 @@ namespace: ParseExpression expectation: Pass outputs: - Literal: - Integer: - - U16 + U16: - "123" - span: lo: 0 hi: 6 - Literal: - Integer: - - U16 + U16: - "123" - span: lo: 0 hi: 6 - Literal: - Integer: - - U16 + U16: - "456" - span: lo: 0 hi: 6 - Literal: - Integer: - - U16 + U16: - "87377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 83 - Literal: - Integer: - - U16 + U16: - "8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 403 - Literal: - Integer: - - U16 + U16: - "340130024" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "158951116" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "155529659" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "642023166" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "228481736" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "469712960" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "929437719" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "721072814" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "363254789" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "906732565" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "288246391" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "724940549" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "487101620" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "261373583" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "891163927" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "743967544" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "8372586" - span: lo: 0 hi: 10 - Literal: - Integer: - - U16 + U16: - "461793278" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "806307045" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "122764546" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "356336181" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "158370903" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "774460877" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "557174131" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "492401267" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "893445620" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "957757048" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "721540649" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "390746493" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "211251725" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "938266114" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "156985870" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "703831126" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "729964155" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "988151305" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "320872435" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "719287167" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "152289486" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "740067975" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "728627816" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "385008978" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "553967635" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "71980713" - span: lo: 0 hi: 11 - Literal: - Integer: - - U16 + U16: - "519444716" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "116499965" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "717422268" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "18966279" - span: lo: 0 hi: 11 - Literal: - Integer: - - U16 + U16: - "22458638" - span: lo: 0 hi: 11 - Literal: - Integer: - - U16 + U16: - "857282620" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "920675898" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "762235516" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "469018377" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "199986521" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "536679358" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "591399452" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "83083158" - span: lo: 0 hi: 11 - Literal: - Integer: - - U16 + U16: - "599449051" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "445442318" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "585486590" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "209278800" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "873568117" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "664470940" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "465262783" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "605652874" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "376803940" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "965247040" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "598474509" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "845119918" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "648159133" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "669051032" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "800600261" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "434689764" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "520060080" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "804659385" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "537828058" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "716600292" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "387020273" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "199375617" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "680337189" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "818479931" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "893693281" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "87377802" - span: lo: 0 hi: 11 - Literal: - Integer: - - U16 + U16: - "84699261" - span: lo: 0 hi: 11 - Literal: - Integer: - - U16 + U16: - "292826090" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "569171405" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "387436237" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "150682190" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "888770419" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "824696431" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "765659803" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "270163693" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "427940240" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "504997332" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "337808338" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "907200008" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "757177889" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "696697188" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "41376051" - span: lo: 0 hi: 11 - Literal: - Integer: - - U16 + U16: - "496293518" - span: lo: 0 hi: 12 - Literal: - Integer: - - U16 + U16: - "251218820" - span: lo: 0 diff --git a/tests/expectations/parser/parser/expression/literal/int_parse/u32.out b/tests/expectations/parser/parser/expression/literal/int_parse/u32.out index 40ce000c3b..3e75200db9 100644 --- a/tests/expectations/parser/parser/expression/literal/int_parse/u32.out +++ b/tests/expectations/parser/parser/expression/literal/int_parse/u32.out @@ -3,736 +3,631 @@ namespace: ParseExpression expectation: Pass outputs: - Literal: - Integer: - - U32 + U32: - "123" - span: lo: 0 hi: 6 - Literal: - Integer: - - U32 + U32: - "123" - span: lo: 0 hi: 6 - Literal: - Integer: - - U32 + U32: - "456" - span: lo: 0 hi: 6 - Literal: - Integer: - - U32 + U32: - "87377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 83 - Literal: - Integer: - - U32 + U32: - "8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 403 - Literal: - Integer: - - U32 + U32: - "340130024" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "158951116" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "155529659" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "642023166" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "228481736" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "469712960" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "929437719" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "721072814" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "363254789" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "906732565" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "288246391" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "724940549" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "487101620" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "261373583" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "891163927" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "743967544" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "8372586" - span: lo: 0 hi: 10 - Literal: - Integer: - - U32 + U32: - "461793278" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "806307045" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "122764546" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "356336181" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "158370903" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "774460877" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "557174131" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "492401267" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "893445620" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "957757048" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "721540649" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "390746493" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "211251725" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "938266114" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "156985870" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "703831126" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "729964155" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "988151305" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "320872435" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "719287167" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "152289486" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "740067975" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "728627816" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "385008978" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "553967635" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "71980713" - span: lo: 0 hi: 11 - Literal: - Integer: - - U32 + U32: - "519444716" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "116499965" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "717422268" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "18966279" - span: lo: 0 hi: 11 - Literal: - Integer: - - U32 + U32: - "22458638" - span: lo: 0 hi: 11 - Literal: - Integer: - - U32 + U32: - "857282620" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "920675898" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "762235516" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "469018377" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "199986521" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "536679358" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "591399452" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "83083158" - span: lo: 0 hi: 11 - Literal: - Integer: - - U32 + U32: - "599449051" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "445442318" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "585486590" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "209278800" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "873568117" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "664470940" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "465262783" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "605652874" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "376803940" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "965247040" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "598474509" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "845119918" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "648159133" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "669051032" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "800600261" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "434689764" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "520060080" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "804659385" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "537828058" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "716600292" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "387020273" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "199375617" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "680337189" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "818479931" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "893693281" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "87377802" - span: lo: 0 hi: 11 - Literal: - Integer: - - U32 + U32: - "84699261" - span: lo: 0 hi: 11 - Literal: - Integer: - - U32 + U32: - "292826090" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "569171405" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "387436237" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "150682190" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "888770419" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "824696431" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "765659803" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "270163693" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "427940240" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "504997332" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "337808338" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "907200008" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "757177889" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "696697188" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "41376051" - span: lo: 0 hi: 11 - Literal: - Integer: - - U32 + U32: - "496293518" - span: lo: 0 hi: 12 - Literal: - Integer: - - U32 + U32: - "251218820" - span: lo: 0 diff --git a/tests/expectations/parser/parser/expression/literal/int_parse/u64.out b/tests/expectations/parser/parser/expression/literal/int_parse/u64.out index 218688217d..722dd4bd20 100644 --- a/tests/expectations/parser/parser/expression/literal/int_parse/u64.out +++ b/tests/expectations/parser/parser/expression/literal/int_parse/u64.out @@ -3,736 +3,631 @@ namespace: ParseExpression expectation: Pass outputs: - Literal: - Integer: - - U64 + U64: - "123" - span: lo: 0 hi: 6 - Literal: - Integer: - - U64 + U64: - "123" - span: lo: 0 hi: 6 - Literal: - Integer: - - U64 + U64: - "456" - span: lo: 0 hi: 6 - Literal: - Integer: - - U64 + U64: - "87377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 83 - Literal: - Integer: - - U64 + U64: - "8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 403 - Literal: - Integer: - - U64 + U64: - "340130024" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "158951116" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "155529659" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "642023166" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "228481736" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "469712960" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "929437719" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "721072814" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "363254789" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "906732565" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "288246391" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "724940549" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "487101620" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "261373583" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "891163927" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "743967544" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "8372586" - span: lo: 0 hi: 10 - Literal: - Integer: - - U64 + U64: - "461793278" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "806307045" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "122764546" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "356336181" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "158370903" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "774460877" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "557174131" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "492401267" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "893445620" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "957757048" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "721540649" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "390746493" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "211251725" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "938266114" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "156985870" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "703831126" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "729964155" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "988151305" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "320872435" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "719287167" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "152289486" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "740067975" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "728627816" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "385008978" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "553967635" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "71980713" - span: lo: 0 hi: 11 - Literal: - Integer: - - U64 + U64: - "519444716" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "116499965" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "717422268" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "18966279" - span: lo: 0 hi: 11 - Literal: - Integer: - - U64 + U64: - "22458638" - span: lo: 0 hi: 11 - Literal: - Integer: - - U64 + U64: - "857282620" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "920675898" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "762235516" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "469018377" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "199986521" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "536679358" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "591399452" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "83083158" - span: lo: 0 hi: 11 - Literal: - Integer: - - U64 + U64: - "599449051" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "445442318" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "585486590" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "209278800" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "873568117" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "664470940" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "465262783" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "605652874" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "376803940" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "965247040" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "598474509" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "845119918" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "648159133" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "669051032" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "800600261" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "434689764" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "520060080" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "804659385" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "537828058" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "716600292" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "387020273" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "199375617" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "680337189" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "818479931" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "893693281" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "87377802" - span: lo: 0 hi: 11 - Literal: - Integer: - - U64 + U64: - "84699261" - span: lo: 0 hi: 11 - Literal: - Integer: - - U64 + U64: - "292826090" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "569171405" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "387436237" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "150682190" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "888770419" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "824696431" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "765659803" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "270163693" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "427940240" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "504997332" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "337808338" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "907200008" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "757177889" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "696697188" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "41376051" - span: lo: 0 hi: 11 - Literal: - Integer: - - U64 + U64: - "496293518" - span: lo: 0 hi: 12 - Literal: - Integer: - - U64 + U64: - "251218820" - span: lo: 0 diff --git a/tests/expectations/parser/parser/expression/literal/int_parse/u8.out b/tests/expectations/parser/parser/expression/literal/int_parse/u8.out index 251b5521d4..710cf4c164 100644 --- a/tests/expectations/parser/parser/expression/literal/int_parse/u8.out +++ b/tests/expectations/parser/parser/expression/literal/int_parse/u8.out @@ -3,736 +3,631 @@ namespace: ParseExpression expectation: Pass outputs: - Literal: - Integer: - - U8 + U8: - "123" - span: lo: 0 hi: 5 - Literal: - Integer: - - U8 + U8: - "123" - span: lo: 0 hi: 5 - Literal: - Integer: - - U8 + U8: - "456" - span: lo: 0 hi: 5 - Literal: - Integer: - - U8 + U8: - "87377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 82 - Literal: - Integer: - - U8 + U8: - "8737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802873778028737780287377802" - span: lo: 0 hi: 402 - Literal: - Integer: - - U8 + U8: - "340130024" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "158951116" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "155529659" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "642023166" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "228481736" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "469712960" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "929437719" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "721072814" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "363254789" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "906732565" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "288246391" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "724940549" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "487101620" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "261373583" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "891163927" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "743967544" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "8372586" - span: lo: 0 hi: 9 - Literal: - Integer: - - U8 + U8: - "461793278" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "806307045" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "122764546" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "356336181" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "158370903" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "774460877" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "557174131" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "492401267" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "893445620" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "957757048" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "721540649" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "390746493" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "211251725" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "938266114" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "156985870" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "703831126" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "729964155" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "988151305" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "320872435" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "719287167" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "152289486" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "740067975" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "728627816" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "385008978" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "553967635" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "71980713" - span: lo: 0 hi: 10 - Literal: - Integer: - - U8 + U8: - "519444716" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "116499965" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "717422268" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "18966279" - span: lo: 0 hi: 10 - Literal: - Integer: - - U8 + U8: - "22458638" - span: lo: 0 hi: 10 - Literal: - Integer: - - U8 + U8: - "857282620" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "920675898" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "762235516" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "469018377" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "199986521" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "536679358" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "591399452" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "83083158" - span: lo: 0 hi: 10 - Literal: - Integer: - - U8 + U8: - "599449051" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "445442318" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "585486590" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "209278800" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "873568117" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "664470940" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "465262783" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "605652874" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "376803940" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "965247040" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "598474509" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "845119918" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "648159133" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "669051032" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "800600261" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "434689764" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "520060080" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "804659385" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "537828058" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "716600292" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "387020273" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "199375617" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "680337189" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "818479931" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "893693281" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "87377802" - span: lo: 0 hi: 10 - Literal: - Integer: - - U8 + U8: - "84699261" - span: lo: 0 hi: 10 - Literal: - Integer: - - U8 + U8: - "292826090" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "569171405" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "387436237" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "150682190" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "888770419" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "824696431" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "765659803" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "270163693" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "427940240" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "504997332" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "337808338" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "907200008" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "757177889" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "696697188" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "41376051" - span: lo: 0 hi: 10 - Literal: - Integer: - - U8 + U8: - "496293518" - span: lo: 0 hi: 11 - Literal: - Integer: - - U8 + U8: - "251218820" - span: lo: 0 diff --git a/tests/expectations/parser/parser/expression/unary/neg.out b/tests/expectations/parser/parser/expression/unary/neg.out index 1915a436a2..6bddc3c4e1 100644 --- a/tests/expectations/parser/parser/expression/unary/neg.out +++ b/tests/expectations/parser/parser/expression/unary/neg.out @@ -51,8 +51,7 @@ outputs: - Unary: receiver: Literal: - Integer: - - I8 + I8: - "5" - span: lo: 1 diff --git a/tests/expectations/parser/parser/functions/const_input.out b/tests/expectations/parser/parser/functions/const_input.out index 03dfda29f0..344569d1aa 100644 --- a/tests/expectations/parser/parser/functions/const_input.out +++ b/tests/expectations/parser/parser/functions/const_input.out @@ -11,13 +11,11 @@ outputs: - Variable: identifier: "{\"name\":\"x\",\"span\":\"{\\\"lo\\\":19,\\\"hi\\\":20}\"}" mode: Const - type_: - IntegerType: U8 + type_: U8 span: lo: 19 hi: 20 - output: - IntegerType: U8 + output: U8 core_mapping: ~ block: statements: [] @@ -33,13 +31,11 @@ outputs: - Variable: identifier: "{\"name\":\"y\",\"span\":\"{\\\"lo\\\":56,\\\"hi\\\":57}\"}" mode: Const - type_: - IntegerType: U64 + type_: U64 span: lo: 56 hi: 57 - output: - IntegerType: U8 + output: U8 core_mapping: ~ block: statements: [] diff --git a/tests/expectations/parser/parser/functions/const_param.out b/tests/expectations/parser/parser/functions/const_param.out index aee1679873..599b81e5fd 100644 --- a/tests/expectations/parser/parser/functions/const_param.out +++ b/tests/expectations/parser/parser/functions/const_param.out @@ -11,29 +11,25 @@ outputs: - Variable: identifier: "{\"name\":\"x\",\"span\":\"{\\\"lo\\\":13,\\\"hi\\\":14}\"}" mode: Private - type_: - IntegerType: U32 + type_: U32 span: lo: 13 hi: 14 - Variable: identifier: "{\"name\":\"y\",\"span\":\"{\\\"lo\\\":30,\\\"hi\\\":31}\"}" mode: Const - type_: - IntegerType: I32 + type_: I32 span: lo: 30 hi: 31 - output: - IntegerType: U8 + output: U8 core_mapping: ~ block: statements: - Return: expression: Literal: - Integer: - - U8 + U8: - "0" - span: lo: 57 @@ -53,29 +49,25 @@ outputs: - Variable: identifier: "{\"name\":\"x\",\"span\":\"{\\\"lo\\\":85,\\\"hi\\\":86}\"}" mode: Const - type_: - IntegerType: U32 + type_: U32 span: lo: 85 hi: 86 - Variable: identifier: "{\"name\":\"y\",\"span\":\"{\\\"lo\\\":93,\\\"hi\\\":94}\"}" mode: Private - type_: - IntegerType: I32 + type_: I32 span: lo: 93 hi: 94 - output: - IntegerType: U8 + output: U8 core_mapping: ~ block: statements: - Return: expression: Literal: - Integer: - - U8 + U8: - "0" - span: lo: 120 diff --git a/tests/expectations/parser/parser/functions/empty2.out b/tests/expectations/parser/parser/functions/empty2.out index e44e4c6b66..8c5d573d96 100644 --- a/tests/expectations/parser/parser/functions/empty2.out +++ b/tests/expectations/parser/parser/functions/empty2.out @@ -8,8 +8,7 @@ outputs: "{\"name\":\"x\",\"span\":\"{\\\"lo\\\":11,\\\"hi\\\":12}\"}": identifier: "{\"name\":\"x\",\"span\":\"{\\\"lo\\\":11,\\\"hi\\\":12}\"}" input: [] - output: - IntegerType: U8 + output: U8 core_mapping: ~ block: statements: [] diff --git a/tests/expectations/parser/parser/functions/params.out b/tests/expectations/parser/parser/functions/params.out index 4e0e4b6ff3..e47ae0251c 100644 --- a/tests/expectations/parser/parser/functions/params.out +++ b/tests/expectations/parser/parser/functions/params.out @@ -11,29 +11,25 @@ outputs: - Variable: identifier: "{\"name\":\"x\",\"span\":\"{\\\"lo\\\":13,\\\"hi\\\":14}\"}" mode: Private - type_: - IntegerType: U32 + type_: U32 span: lo: 13 hi: 14 - Variable: identifier: "{\"name\":\"y\",\"span\":\"{\\\"lo\\\":21,\\\"hi\\\":22}\"}" mode: Private - type_: - IntegerType: I32 + type_: I32 span: lo: 21 hi: 22 - output: - IntegerType: U8 + output: U8 core_mapping: ~ block: statements: - Return: expression: Literal: - Integer: - - U8 + U8: - "0" - span: lo: 48 diff --git a/tests/expectations/parser/parser/functions/params_return.out b/tests/expectations/parser/parser/functions/params_return.out index 36c9a9f248..126f30cb40 100644 --- a/tests/expectations/parser/parser/functions/params_return.out +++ b/tests/expectations/parser/parser/functions/params_return.out @@ -11,29 +11,25 @@ outputs: - Variable: identifier: "{\"name\":\"x\",\"span\":\"{\\\"lo\\\":13,\\\"hi\\\":14}\"}" mode: Private - type_: - IntegerType: U32 + type_: U32 span: lo: 13 hi: 14 - Variable: identifier: "{\"name\":\"y\",\"span\":\"{\\\"lo\\\":21,\\\"hi\\\":22}\"}" mode: Private - type_: - IntegerType: I32 + type_: I32 span: lo: 21 hi: 22 - output: - IntegerType: U32 + output: U32 core_mapping: ~ block: statements: - Return: expression: Literal: - Integer: - - U8 + U8: - "0" - span: lo: 49 diff --git a/tests/expectations/parser/parser/functions/public_param.out b/tests/expectations/parser/parser/functions/public_param.out index 7db82ec75c..6dd3cb1ac7 100644 --- a/tests/expectations/parser/parser/functions/public_param.out +++ b/tests/expectations/parser/parser/functions/public_param.out @@ -11,29 +11,25 @@ outputs: - Variable: identifier: "{\"name\":\"x\",\"span\":\"{\\\"lo\\\":13,\\\"hi\\\":14}\"}" mode: Private - type_: - IntegerType: U32 + type_: U32 span: lo: 13 hi: 14 - Variable: identifier: "{\"name\":\"y\",\"span\":\"{\\\"lo\\\":28,\\\"hi\\\":29}\"}" mode: Public - type_: - IntegerType: I32 + type_: I32 span: lo: 28 hi: 29 - output: - IntegerType: U8 + output: U8 core_mapping: ~ block: statements: - Return: expression: Literal: - Integer: - - U8 + U8: - "0" - span: lo: 55 @@ -53,29 +49,25 @@ outputs: - Variable: identifier: "{\"name\":\"x\",\"span\":\"{\\\"lo\\\":81,\\\"hi\\\":82}\"}" mode: Public - type_: - IntegerType: U32 + type_: U32 span: lo: 81 hi: 82 - Variable: identifier: "{\"name\":\"y\",\"span\":\"{\\\"lo\\\":89,\\\"hi\\\":90}\"}" mode: Private - type_: - IntegerType: I32 + type_: I32 span: lo: 89 hi: 90 - output: - IntegerType: U8 + output: U8 core_mapping: ~ block: statements: - Return: expression: Literal: - Integer: - - U8 + U8: - "0" - span: lo: 116 diff --git a/tests/expectations/parser/parser/functions/return.out b/tests/expectations/parser/parser/functions/return.out index 2a7224c915..2f2001238d 100644 --- a/tests/expectations/parser/parser/functions/return.out +++ b/tests/expectations/parser/parser/functions/return.out @@ -8,16 +8,14 @@ outputs: "{\"name\":\"x\",\"span\":\"{\\\"lo\\\":11,\\\"hi\\\":12}\"}": identifier: "{\"name\":\"x\",\"span\":\"{\\\"lo\\\":11,\\\"hi\\\":12}\"}" input: [] - output: - IntegerType: U32 + output: U32 core_mapping: ~ block: statements: - Return: expression: Literal: - Integer: - - U8 + U8: - "0" - span: lo: 35 diff --git a/tests/expectations/parser/parser/inputs/input_const.out b/tests/expectations/parser/parser/inputs/input_const.out index 91b3842308..5668fc4524 100644 --- a/tests/expectations/parser/parser/inputs/input_const.out +++ b/tests/expectations/parser/parser/inputs/input_const.out @@ -19,13 +19,11 @@ outputs: lo: 18 hi: 22 - mode: Const - type_: - IntegerType: U8 + type_: U8 name: "{\"name\":\"b\",\"span\":\"{\\\"lo\\\":38,\\\"hi\\\":39}\"}" value: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 49 @@ -85,15 +83,13 @@ outputs: lo: 118 hi: 125 - mode: Const - type_: - IntegerType: I8 + type_: I8 name: "{\"name\":\"f\",\"span\":\"{\\\"lo\\\":199,\\\"hi\\\":200}\"}" value: Unary: receiver: Literal: - Integer: - - I8 + I8: - "2" - span: lo: 211 @@ -124,13 +120,11 @@ outputs: lo: 233 hi: 237 - mode: Private - type_: - IntegerType: U8 + type_: U8 name: "{\"name\":\"r1\",\"span\":\"{\\\"lo\\\":247,\\\"hi\\\":249}\"}" value: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 259 @@ -190,15 +184,13 @@ outputs: lo: 313 hi: 320 - mode: Private - type_: - IntegerType: I8 + type_: I8 name: "{\"name\":\"r4\",\"span\":\"{\\\"lo\\\":388,\\\"hi\\\":390}\"}" value: Unary: receiver: Literal: - Integer: - - I8 + I8: - "1" - span: lo: 398 diff --git a/tests/expectations/parser/parser/inputs/input_constant.out b/tests/expectations/parser/parser/inputs/input_constant.out index f6ec91a868..62d5f3cd67 100644 --- a/tests/expectations/parser/parser/inputs/input_constant.out +++ b/tests/expectations/parser/parser/inputs/input_constant.out @@ -19,13 +19,11 @@ outputs: lo: 21 hi: 25 - mode: Const - type_: - IntegerType: U8 + type_: U8 name: "{\"name\":\"b\",\"span\":\"{\\\"lo\\\":44,\\\"hi\\\":45}\"}" value: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 55 @@ -85,15 +83,13 @@ outputs: lo: 133 hi: 140 - mode: Const - type_: - IntegerType: I8 + type_: I8 name: "{\"name\":\"f\",\"span\":\"{\\\"lo\\\":217,\\\"hi\\\":218}\"}" value: Unary: receiver: Literal: - Integer: - - I8 + I8: - "2" - span: lo: 229 @@ -124,13 +120,11 @@ outputs: lo: 251 hi: 255 - mode: Private - type_: - IntegerType: U8 + type_: U8 name: "{\"name\":\"r1\",\"span\":\"{\\\"lo\\\":265,\\\"hi\\\":267}\"}" value: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 277 @@ -190,15 +184,13 @@ outputs: lo: 331 hi: 338 - mode: Private - type_: - IntegerType: I8 + type_: I8 name: "{\"name\":\"r4\",\"span\":\"{\\\"lo\\\":406,\\\"hi\\\":408}\"}" value: Unary: receiver: Literal: - Integer: - - I8 + I8: - "1" - span: lo: 416 diff --git a/tests/expectations/parser/parser/inputs/input_public.out b/tests/expectations/parser/parser/inputs/input_public.out index 99d38154ae..18d7b88b7c 100644 --- a/tests/expectations/parser/parser/inputs/input_public.out +++ b/tests/expectations/parser/parser/inputs/input_public.out @@ -19,13 +19,11 @@ outputs: lo: 19 hi: 23 - mode: Public - type_: - IntegerType: U8 + type_: U8 name: "{\"name\":\"b\",\"span\":\"{\\\"lo\\\":57,\\\"hi\\\":58}\"}" value: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 68 @@ -85,15 +83,13 @@ outputs: lo: 190 hi: 197 - mode: Public - type_: - IntegerType: I8 + type_: I8 name: "{\"name\":\"f\",\"span\":\"{\\\"lo\\\":272,\\\"hi\\\":273}\"}" value: Unary: receiver: Literal: - Integer: - - I8 + I8: - "2" - span: lo: 284 @@ -124,13 +120,11 @@ outputs: lo: 306 hi: 310 - mode: Private - type_: - IntegerType: U8 + type_: U8 name: "{\"name\":\"r1\",\"span\":\"{\\\"lo\\\":337,\\\"hi\\\":339}\"}" value: Literal: - Integer: - - U8 + U8: - "2" - span: lo: 349 @@ -190,15 +184,13 @@ outputs: lo: 453 hi: 460 - mode: Private - type_: - IntegerType: I8 + type_: I8 name: "{\"name\":\"r4\",\"span\":\"{\\\"lo\\\":528,\\\"hi\\\":530}\"}" value: Unary: receiver: Literal: - Integer: - - I8 + I8: - "1" - span: lo: 538 diff --git a/tests/expectations/parser/parser/serialize/one_plus_one.out b/tests/expectations/parser/parser/serialize/one_plus_one.out index 68f2c1f0a1..7c0aaa2afa 100644 --- a/tests/expectations/parser/parser/serialize/one_plus_one.out +++ b/tests/expectations/parser/parser/serialize/one_plus_one.out @@ -8,8 +8,7 @@ outputs: "{\"name\":\"main\",\"span\":\"{\\\"lo\\\":11,\\\"hi\\\":15}\"}": identifier: "{\"name\":\"main\",\"span\":\"{\\\"lo\\\":11,\\\"hi\\\":15}\"}" input: [] - output: - IntegerType: U8 + output: U8 core_mapping: ~ block: statements: @@ -18,13 +17,9 @@ outputs: Binary: left: Literal: - Integer: - - U8 - - "1" + U8: "1" right: Literal: - Integer: - - U8 - - "1" + U8: "1" op: Add circuits: {} diff --git a/tests/expectations/parser/parser/statement/block.out b/tests/expectations/parser/parser/statement/block.out index c10003659d..7390c4b1dc 100644 --- a/tests/expectations/parser/parser/statement/block.out +++ b/tests/expectations/parser/parser/statement/block.out @@ -12,8 +12,7 @@ outputs: - Return: expression: Literal: - Integer: - - U8 + U8: - "0" - span: lo: 9 @@ -41,8 +40,7 @@ outputs: - Return: expression: Literal: - Integer: - - U8 + U8: - "0" - span: lo: 11 @@ -66,8 +64,7 @@ outputs: - Return: expression: Literal: - Integer: - - U8 + U8: - "0" - span: lo: 16 diff --git a/tests/expectations/parser/parser/statement/conditional.out b/tests/expectations/parser/parser/statement/conditional.out index b790157444..664002f406 100644 --- a/tests/expectations/parser/parser/statement/conditional.out +++ b/tests/expectations/parser/parser/statement/conditional.out @@ -10,8 +10,7 @@ outputs: - Return: expression: Literal: - Integer: - - U8 + U8: - "0" - span: lo: 14 @@ -34,8 +33,7 @@ outputs: - Return: expression: Literal: - Integer: - - U8 + U8: - "0" - span: lo: 16 @@ -128,8 +126,7 @@ outputs: - Return: expression: Literal: - Integer: - - U8 + U8: - "0" - span: lo: 16 diff --git a/tests/expectations/parser/parser/statement/definition.out b/tests/expectations/parser/parser/statement/definition.out index 2a51701ba9..7ae4c73632 100644 --- a/tests/expectations/parser/parser/statement/definition.out +++ b/tests/expectations/parser/parser/statement/definition.out @@ -10,8 +10,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"expr\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":16}\"}" span: @@ -25,8 +24,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U16 + type_: U16 value: Binary: left: @@ -48,8 +46,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Call: function: @@ -83,8 +80,7 @@ outputs: span: lo: 6 hi: 7 - type_: - IntegerType: I8 + type_: I8 value: Identifier: "{\"name\":\"expr\",\"span\":\"{\\\"lo\\\":14,\\\"hi\\\":18}\"}" span: @@ -98,8 +94,7 @@ outputs: span: lo: 6 hi: 7 - type_: - IntegerType: I16 + type_: I16 value: Binary: left: @@ -121,8 +116,7 @@ outputs: span: lo: 6 hi: 7 - type_: - IntegerType: I8 + type_: I8 value: Call: function: @@ -156,8 +150,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U32 + type_: U32 value: Identifier: "{\"name\":\"expr\",\"span\":\"{\\\"lo\\\":13,\\\"hi\\\":17}\"}" span: @@ -171,8 +164,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U32 + type_: U32 value: Binary: left: @@ -194,8 +186,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U32 + type_: U32 value: Call: function: @@ -215,8 +206,7 @@ outputs: span: lo: 6 hi: 7 - type_: - IntegerType: U32 + type_: U32 value: Identifier: "{\"name\":\"expr\",\"span\":\"{\\\"lo\\\":15,\\\"hi\\\":19}\"}" span: @@ -230,8 +220,7 @@ outputs: span: lo: 6 hi: 7 - type_: - IntegerType: U32 + type_: U32 value: Binary: left: @@ -253,8 +242,7 @@ outputs: span: lo: 6 hi: 7 - type_: - IntegerType: U32 + type_: U32 value: Call: function: diff --git a/tests/expectations/parser/parser/statement/iteration.out b/tests/expectations/parser/parser/statement/iteration.out index 40ebacfb96..404942821b 100644 --- a/tests/expectations/parser/parser/statement/iteration.out +++ b/tests/expectations/parser/parser/statement/iteration.out @@ -4,20 +4,17 @@ expectation: Pass outputs: - Iteration: variable: "{\"name\":\"x\",\"span\":\"{\\\"lo\\\":4,\\\"hi\\\":5}\"}" - type_: - IntegerType: U8 + type_: U8 start: Literal: - Integer: - - U8 + U8: - "0" - span: lo: 13 hi: 16 stop: Literal: - Integer: - - U8 + U8: - "7" - span: lo: 18 @@ -33,20 +30,17 @@ outputs: hi: 24 - Iteration: variable: "{\"name\":\"x\",\"span\":\"{\\\"lo\\\":4,\\\"hi\\\":5}\"}" - type_: - IntegerType: I64 + type_: I64 start: Literal: - Integer: - - I64 + I64: - "0" - span: lo: 14 hi: 18 stop: Literal: - Integer: - - I64 + I64: - "7" - span: lo: 20 @@ -57,8 +51,7 @@ outputs: - Return: expression: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 34 @@ -84,8 +77,7 @@ outputs: hi: 22 stop: Literal: - Integer: - - U8 + U8: - "99" - span: lo: 24 @@ -96,8 +88,7 @@ outputs: - Return: expression: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 38 @@ -116,8 +107,7 @@ outputs: type_: Boolean start: Literal: - Integer: - - U8 + U8: - "0" - span: lo: 15 @@ -130,8 +120,7 @@ outputs: - Return: expression: Literal: - Integer: - - U8 + U8: - "1" - span: lo: 34 diff --git a/tests/expectations/parser/parser/statement/return.out b/tests/expectations/parser/parser/statement/return.out index 3c5d92787f..9b608bd054 100644 --- a/tests/expectations/parser/parser/statement/return.out +++ b/tests/expectations/parser/parser/statement/return.out @@ -11,8 +11,7 @@ outputs: - Return: expression: Literal: - Integer: - - U8 + U8: - "5" - span: lo: 7 diff --git a/tests/expectations/parser/parser/unreachable/math_op_pass.out b/tests/expectations/parser/parser/unreachable/math_op_pass.out index 77a7e8a3e2..df7ee1cc17 100644 --- a/tests/expectations/parser/parser/unreachable/math_op_pass.out +++ b/tests/expectations/parser/parser/unreachable/math_op_pass.out @@ -10,8 +10,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Binary: left: @@ -33,8 +32,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Binary: left: @@ -56,8 +54,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Binary: left: @@ -79,8 +76,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Binary: left: @@ -102,8 +98,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Binary: left: @@ -125,8 +120,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Binary: left: @@ -148,8 +142,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Binary: left: diff --git a/tests/expectations/parser/parser/unreachable/postfix_pass.out b/tests/expectations/parser/parser/unreachable/postfix_pass.out index e988e32eaa..df54b1e845 100644 --- a/tests/expectations/parser/parser/unreachable/postfix_pass.out +++ b/tests/expectations/parser/parser/unreachable/postfix_pass.out @@ -10,8 +10,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"aimport\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":19}\"}" span: @@ -25,8 +24,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"a_\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":14}\"}" span: @@ -40,8 +38,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"aas\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":15}\"}" span: @@ -55,8 +52,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"aconsole\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":20}\"}" span: @@ -70,8 +66,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"aconst\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":18}\"}" span: @@ -85,8 +80,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"alet\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":16}\"}" span: @@ -100,8 +94,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"afor\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":16}\"}" span: @@ -115,8 +108,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"aif\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":15}\"}" span: @@ -130,8 +122,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"aelse\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":17}\"}" span: @@ -145,8 +136,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"ai8\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":15}\"}" span: @@ -160,8 +150,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"ai16\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":16}\"}" span: @@ -175,8 +164,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"ai32\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":16}\"}" span: @@ -190,8 +178,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"ai64\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":16}\"}" span: @@ -205,8 +192,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"ai128\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":17}\"}" span: @@ -220,8 +206,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"au8\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":15}\"}" span: @@ -235,8 +220,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"au16\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":16}\"}" span: @@ -250,8 +234,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"au32\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":16}\"}" span: @@ -265,8 +248,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"au64\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":16}\"}" span: @@ -280,8 +262,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"au128\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":17}\"}" span: @@ -295,8 +276,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"areturn\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":19}\"}" span: @@ -310,8 +290,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"aself\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":17}\"}" span: @@ -325,8 +304,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"aSelf\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":17}\"}" span: @@ -340,8 +318,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"atrue\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":17}\"}" span: @@ -355,8 +332,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"afalse\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":18}\"}" span: @@ -370,8 +346,7 @@ outputs: span: lo: 4 hi: 5 - type_: - IntegerType: U8 + type_: U8 value: Identifier: "{\"name\":\"a0\",\"span\":\"{\\\"lo\\\":12,\\\"hi\\\":14}\"}" span: