leo/compiler/tests/mutability
Alessandro Coglio 2ddb474dce
Merge pull request #903 from AleoHQ/bug/abnf-circuit-grammar
Bug/abnf-circuit-grammar
2021-05-06 11:50:20 -07:00
..
array_mut.leo deprecate let mut, undeprecate const, let is now mutable by default 2021-03-18 15:19:07 -04:00
array_splice_mut.leo deprecate let mut, undeprecate const, let is now mutable by default 2021-03-18 15:19:07 -04:00
array_tuple_mut.leo deprecate let mut, undeprecate const, let is now mutable by default 2021-03-18 15:19:07 -04:00
array.leo deprecate let mut, undeprecate const, let is now mutable by default 2021-03-18 15:19:07 -04:00
circuit_function_mut.leo deprecate let mut, undeprecate const, let is now mutable by default 2021-03-18 15:19:07 -04:00
circuit_mut.leo hacky, but optional comma only allowed on last member variable 2021-04-29 15:22:17 -04:00
circuit_static_function_mut.leo deprecate let mut, undeprecate const, let is now mutable by default 2021-03-18 15:19:07 -04:00
circuit_variable_mut.leo hacky, but optional comma only allowed on last member variable 2021-04-29 15:22:17 -04:00
circuit.leo hacky, but optional comma only allowed on last member variable 2021-04-29 15:22:17 -04:00
cond_mut.leo fix tests merged from master 2021-03-25 11:19:42 -04:00
const.leo deprecate let mut, undeprecate const, let is now mutable by default 2021-03-18 15:19:07 -04:00
function_input_mut.leo function input mutable by default 2021-03-19 11:30:24 -04:00
function_input.leo function input mutable by default 2021-03-19 11:30:24 -04:00
let_mut_nested.leo bug fix 905, make sure values are constant when assign is constant 2021-05-03 15:32:11 -04:00
let_mut.leo deprecate let mut, undeprecate const, let is now mutable by default 2021-03-18 15:19:07 -04:00
let.leo deprecate let mut, undeprecate const, let is now mutable by default 2021-03-18 15:19:07 -04:00
mod.rs add tests for dead code elim 2021-03-23 15:49:56 -07:00
swap.leo bug fix 905, make sure values are constant when assign is constant 2021-05-03 15:32:11 -04:00