generator: support listelement-ref PopcountList
authorChristian Linhart <chris@demorecorder.com>
Thu, 4 Sep 2014 15:50:51 +0000 (17:50 +0200)
committerChristian Linhart <chris@demorecorder.com>
Sat, 6 Sep 2014 13:39:20 +0000 (15:39 +0200)
commit52bedd0c3b682442557e0e9276eab6b78ac9508b
tree22d42fde5f1d8ea11b7c0205167de1d8059c2de8
parentcb074e06bbacac78f031c7a463bf7aec7e87755e
generator: support listelement-ref

Support for listelement-ref needs the follwing three changes
(in the order as they appear in the patch):

* making the current list-element accessible with the variable
  xcb_listelement which is a pointer to the list-element

* supporting lists of simple-type for sumof with a nested expression

* using the variable for resolving a listelement-ref expression

Message-ID: <1409845851-38950-4-git-send-email-chris@demorecorder.com>
Patch-Thread-Subject: [Xcb] support popcount of a list and associated xml changes
Patch-Set: PopcountList
Patch-Number: libxcb 4/4
Patch-Version: V1
Signed-off-by: Christian Linhart <chris@DemoRecorder.com>
src/c_client.py