Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add try tactic #1032

Merged
merged 3 commits into from
Jan 30, 2024
Merged

Add try tactic #1032

merged 3 commits into from
Jan 30, 2024

Conversation

NotBad4U
Copy link
Member

If T is a tactic, then try T is a tactic that is just like T except that, if T fails, try T successfully does nothing at all (rather than failing).

If T is a tactic, then try T is a tactic that is just like T except that, if T fails, try T successfully does nothing at all (rather than failing).
Copy link
Member

@fblanqui fblanqui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Alessio. Just a few cosmetic changes are needed.

doc/lambdapi.bnf Outdated Show resolved Hide resolved
editors/vscode/syntaxes/lp.tmLanguage.json Outdated Show resolved Hide resolved
editors/vim/syntax/lambdapi.vim Outdated Show resolved Hide resolved
src/parsing/lpLexer.ml Outdated Show resolved Hide resolved
src/parsing/lpParser.mly Outdated Show resolved Hide resolved
src/parsing/syntax.ml Outdated Show resolved Hide resolved
@fblanqui
Copy link
Member

Please update CHANGES.md as well.

@fblanqui fblanqui merged commit bc447c9 into Deducteam:master Jan 30, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants