feat: Add Assign

This commit is contained in:
Lucàs
2024-07-03 11:26:22 +02:00
parent 072e062925
commit e3c26ba702
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ type binary_operator =
| LessThanEquals
| GreaterThan
| GreaterThanEquals
| Assign
type unary_operator = Negate | Not