-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
EDL: Expectation Definition Language #241
Conversation
🆙 2019-06-03: This is the updated syntax:
|
Code extracted from mumuki/mulang#241
564dc48
to
3822a5a
Compare
6b9fd79
to
e34bd6f
Compare
Refactoring contextualized module
0e7b0df
to
37c1814
Compare
Updated grammar: http://foo123.github.io/examples/codemirror-grammar/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lovely 😍
Just gonna fix some typos in docs
I think this is not done but good enough. Also, we should place those doc on top of #207 |
This PR provides the ability to mulang to parse more complex inspections using a more human-like language, and provides a new easier to handle expectations internally.
It looks like it is also easy to generate a syntax highlighter for this language with code mirror:
Depends on #238
Pending Tasks:
anything
matcher:returns with anything
,calls with (0, anything)
nonliteral
andliteral
matchers