We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make it possible for twelf logic programs to do interesting things in the Mac UI.
As a proof of concept I have two branches https://github.com/jcreedcmu/twelf/tree/jcreed/domains and https://github.com/jcreedcmu/twelf-mac/tree/jcreed/twelf-alert which together allow for pragmas like
%solve foo : alert "Hello, World" *.
or
program : unit -> type. / : program * <- alert "Hello, World" *. %query 1 1 program OUT.
to trigger an alert dialog.
The text was updated successfully, but these errors were encountered:
jcreedcmu
No branches or pull requests
Make it possible for twelf logic programs to do interesting things in the Mac UI.
As a proof of concept I have two branches https://github.com/jcreedcmu/twelf/tree/jcreed/domains and https://github.com/jcreedcmu/twelf-mac/tree/jcreed/twelf-alert which together allow for pragmas like
or
to trigger an alert dialog.
The text was updated successfully, but these errors were encountered: