Add FBY instruction

This commit is contained in:
2022-12-09 22:56:51 +01:00
parent a29666f673
commit e9dd3fbde4
4 changed files with 12 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ type t_expression =
| ETriOp of full_ty * triop * t_expression * t_expression * t_expression
| EComp of full_ty * compop * t_expression * t_expression
| EWhen of full_ty * t_expression * t_expression
| EFby of full_ty * t_expression * t_expression
| EConst of full_ty * const
| ETuple of full_ty * (t_expression list)
| EApp of full_ty * t_node * t_expression