StoneCypher / fsl

Finite State Language specification
9 stars 1 forks source link

constructor config to disallow overrides #1225

Closed StoneCypher closed 1 year ago

StoneCypher commented 1 year ago

If .allows_override (#1222) is true, the user should still be able to set it false at creation. The converse does not hold - if a machine disallows it, the user cannot subsequently allow it. This may make things more strict, but not less strict.