Closed vvoovv closed 2 years ago
This PML grammar works:
facade(item.aaa.bbb) { }
This PML produces an error:
facade(item.aaa.bbb.ccc) { }
The problem file is attached.
Fixed and committed to master branch.
Thanks.
I added a test in _tests/testcondition.py.
This PML grammar works:
This PML produces an error:
The problem file is attached.