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

'Holes' need arbitrary extra modifiers and constraints #17

Open
alimpfard opened this issue Aug 22, 2019 · 2 comments
Open

'Holes' need arbitrary extra modifiers and constraints #17

alimpfard opened this issue Aug 22, 2019 · 2 comments

Comments

@alimpfard
Copy link
Owner

filtering only on a single message might not be enough

needs:

  • decent syntax
  • decently fast impl for specific csp

initial syntax ideas:

  • ?<Constraint, Constraint> - needs a bit of work on both the parser and the lexer
  • leave it to a userspace metafunction to implement (@comptime ?{Constraint}) and just add some syntactic sugar for it
@alimpfard
Copy link
Owner Author

temporarily resolved:

syntax: (? ?: constraint ?: constraint)
constraints can only be responds_to checks

@alimpfard
Copy link
Owner Author

constraints can now also be link and equality checks (not if they're strings), same syntax

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

No branches or pull requests

1 participant