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

REPL mode when started without command line parameters #4

Open
coldfix opened this issue May 9, 2015 · 0 comments
Open

REPL mode when started without command line parameters #4

coldfix opened this issue May 9, 2015 · 0 comments

Comments

@coldfix
Copy link
Owner

coldfix commented May 9, 2015

Might be nice in certain situations. Though, this requires a minor language redesign: inquiries can only be posted after the constraints are added, and there should be special syntax to distinguish them. I'm thinking of something like:

./Citip
> X/Y/Z
> check I(X:Y:Z) <= 0
...

On the command line use something like --inquire or --check (+short form). I don't think constraints should be required to be marked as such, but for explicity, one could add for example a --constraint option (although the short option is in conflict with the one of --check).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant