From: Richard W.M. Jones Date: Fri, 3 Jan 2020 11:33:31 +0000 (+0000) Subject: Rename Eval -> Run, split out some Ast functions into new Eval. X-Git-Tag: v'0.2'~102 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=f36210fd16a8e4e4d6ecdd8825bf8b8307943472;hp=f36210fd16a8e4e4d6ecdd8825bf8b8307943472;p=goals.git Rename Eval -> Run, split out some Ast functions into new Eval. This gives us more consistent nomenclature: - "Run" for running targets. - "Eval" for simplifying and evaluating expressions, etc. - "Ast" is a library of AST-related structures. ---