Coccinelle release 1.0.0-rc13
[bpt/coccinelle.git] / bundles / menhirLib / menhir-20120123 / demos / calc-param / README
CommitLineData
d6ce1786
C
1In this variant of the calc demo, the parser's semantic actions are
2parameterized over a structure, called [Semantics], which defines how numbers
3should be interpreted. The parser is later instantiated with floating-point
4numbers, so the calculator actually performs floating-point evaluation -- but
5the grammar specification is independent of this detail.