mirror of
https://github.com/LucasVbr/croissant.git
synced 2026-07-09 15:07:48 +00:00
feat: Add Assign
This commit is contained in:
@@ -61,6 +61,7 @@ let test_string_of_binary_operator () =
|
||||
("<=", "LessThanEquals", LessThanEquals);
|
||||
(">", "GreaterThan", GreaterThan);
|
||||
(">=", "GreaterThanEquals", GreaterThanEquals);
|
||||
("=", "Assign", Assign);
|
||||
]
|
||||
in
|
||||
List.iter
|
||||
|
||||
Reference in New Issue
Block a user