mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-11 11:47:21 +03:00
48a1f0590b
* Add assert statements to AST * Add support in passes * Add parser support * Add tyc support * Add support for assert statements in the remaining passes * Fix examples, tests, and regen expectations * Fmt * Regen expectations |
||
---|---|---|
.. | ||
inputs | ||
access_negative_fail.leo | ||
access_out_of_bounds_fail.leo | ||
assign_unit_fail.leo | ||
declare_fail.leo | ||
function_call_returns_tuple.leo | ||
function_early_return.leo | ||
function_return_nothing.leo | ||
function_return_single_fail.leo | ||
function_return_unit.leo | ||
function_return_varying_modes.leo | ||
function_return.leo | ||
function_unit_input_fail.leo | ||
return_statement_fail.leo | ||
return_with_different_modes.leo | ||
singleton_tuple_fail.leo | ||
tuple_access.leo | ||
tuple_destructure.leo | ||
tuple_in_assignment.leo | ||
tuple_in_definition.leo | ||
tuple_in_function_param.leo | ||
tuple_in_loop.leo | ||
tuple_in_record_fail.leo | ||
tuple_in_return_type.leo | ||
tuple_in_struct_fail.leo | ||
tuple_not_allowed_fail.leo | ||
type_fail.leo | ||
unit.leo |