$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Proto Help
From: David A. Greene (greened_at_[hidden])
Date: 2010-01-01 23:08:01
I am trying to use proto to generate an IR for a custom
language. I've got basic expressions working and am
moving on to generate the statements of the custom language
I'm working on getting "if" statements generated. I've
attached a compilable testcase. I can't seem to get the
grammar+transforms to work for the IfRule.
Am I on the right track? What am I missing?
Thanks.
-Dave