objectLambda extends ParsingREPL[Query] with Parser
Simple lambda calculus implementation to illustrate Kiama's support for
nominal rewriting. This implementation is closely based on the example
used in Scrap your Nameplate, James Cheney, ICFP 2005.
(Changed in version 2.9.0) The p0 call-by-name arguments is evaluated at most once per constructed Parser object, instead of on every need that arises during parsing.
Simple lambda calculus implementation to illustrate Kiama's support for nominal rewriting. This implementation is closely based on the example used in Scrap your Nameplate, James Cheney, ICFP 2005.