forked from objectionary/eo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(objectionary#2729): syntax pack + multithread printing
- Loading branch information
1 parent
248b57b
commit a8d62b4
Showing
2 changed files
with
39 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
eo-parser/src/test/resources/org/eolang/parser/packs/syntax/binded-reversed-application.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# @todo #2729:60min Enable the test when it's possible. Current syntax is not supported now. In our | ||
# EBNF such is understood as vertical application with 3 arguments. But all arguments in | ||
# application must be either all bound or not. But it should not be like that with reversed | ||
# application. Need to extend the grammar and make sure the test works. Don't forget to remove the | ||
# puzzle. | ||
skip: true | ||
xsls: [] | ||
tests: | ||
- /program/errors[count(*)=0] | ||
eo: | | ||
if. > condition | ||
TRUE | ||
"TRUE":0 | ||
"FALSE":1 |