Skip to content

tslsynth: "True" cannot be part of an AST. #58

@w14

Description

@w14

tslsynth is happy with this program:

always assume {
	f x <-> X u;
}

always guarantee {
	false -> [ u <- false ];
	false -> [ u <- true ];
}

but unhappy when you replace the last "false" with "true". The error is:

tslsynth: "True" cannot be part of an AST.

Is this the intended behavior? If not, I will fix it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions