prochitecture / pml

Translator for PML (Prochitecture Markup Language)
2 stars 0 forks source link

Error for a longer chain of attributes #12

Closed vvoovv closed 2 years ago

vvoovv commented 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.

polarkernel commented 2 years ago

This PML produces an error:

Fixed and committed to master branch.

vvoovv commented 2 years ago

Thanks.

I added a test in _tests/testcondition.py.