Coccinelle release 1.0.0-rc13
[bpt/coccinelle.git] / bundles / menhirLib / menhir-20120123 / demos / calc / README
CommitLineData
d6ce1786
C
1This tiny program reads arithmetic expressions from the standard input
2channel. Each expression is expected to be complete when the current line
3ends. Its value is then displayed on the standard output channel. This
4code is adapted from ocamlyacc's documentation.