# Problem with using DADL-parser? **Category:** [Reference Implementation: Java (archive)](https://discourse.openehr.org/c/reference-implementation-java-archive/154) **Created:** 2009-02-21 12:42 UTC **Views:** 6 **Replies:** 3 **URL:** https://discourse.openehr.org/t/problem-with-using-dadl-parser/13188 --- ## Post #1 by @system I have a simple DADL file, I copy it here --- ## Post #2 by @system It looks like it has to do with the: \(List<ITEM>\), when I remove it, this error disappears\. I took this syntax from an example, page 23, chapter 4\.1, in this file: http://www.openehr.org/releases/1.0.1/architecture/am/adl.pdf In there is following text, is this wrong? Or is it an error in the DADL\-parser? Thanks, Bert 4 dADL \- Data ADL 4\.1 Overview The dADL syntax provides a formal means of expressing instance data based on an underlying information model, which is readable both by humans and machines\. The general appearance is exemplified by the following:       person = \(List<PERSON>\) <             \[01234\] = <                 name = <                    forenames = <"Sherlock">                    family\_name = <"Holmes">                    salutation = <"Mr">                 >                 address = <                    habitation\_number = <"221B">                    street\_name = <“Baker St”>                    city = <“London”>                    country = <“England”>                 >             >             \[01235\] = <                 \-\- etc --- ## Post #3 by @system Hi Bert, It seems the combination of typed object block and the keyed attributes together triggered this error\. I have now fixed it in the parser \(by adjusting the lookahead depth\) and included your testcase there\. Thanks for the report\! Regards, Rong --- ## Post #4 by @system Thank you for quick fixing ;\) Bert --- **Canonical:** https://discourse.openehr.org/t/problem-with-using-dadl-parser/13188 **Original content:** https://discourse.openehr.org/t/problem-with-using-dadl-parser/13188