[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Wed Nov 3 09:45:24 CET 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/11/03 09:45:24
Added files:
cm3/m3-sys/m3cc/gcc/gcc/m3cg/: m3cg.def
Log message:
work in progress
I would like to make multiple passes over the m3cg intermediate form,
without "reparsing" it more than once. So, I would like to read it into
an array of structs. So, I would like the "marshalling" to be
more data driven/declarative, such as by using the existing
declarativeness but in a slightly more malleable form.
That is -- a "data" file that can be evaluated under the influence
of varying macros. Such as, one set of macros to declare struct
fields, and another set of macros to do the marshalling like currently.
More information about the M3commit
mailing list