Cleanning after last merge + parser factorisation

This commit is contained in:
dsac
2022-12-10 00:00:17 +01:00
parent 53e356ff55
commit eb469bc960
3 changed files with 81 additions and 129 deletions

View File

@@ -47,7 +47,6 @@ 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