Hello Клочков,
2012/1/22 Клочков Роман monk@slavsoft.surgut.ru:
The only problem for me is mem-ref. When there is an array of structs, I need to use something like cffi::aggregatep to set fact, that struct are positioned in row, not pointers to them.
This is an issue we're addressing in the 'fsbv' branch. There, when you define a FOO structure, (:STRUCT FOO) denotes the aggregate type, and plain FOO is deprecated but interpreted to mean (:POINTER (:STRUCT FOO)).
Cheers,