Closed cassanof closed 1 year ago
I also wrote a small verification script that makes sure the translated types actually make sense (dataset_builder/verification/verify_luau_types.py).
dataset_builder/verification/verify_luau_types.py
The issue now is evaluation. What do we do? Do we enforce well-typedness (--!strict)?
--!strict
looks amazing!
I also wrote a small verification script that makes sure the translated types actually make sense (
dataset_builder/verification/verify_luau_types.py
).The issue now is evaluation. What do we do? Do we enforce well-typedness (
--!strict
)?