Rename Eval -> Run, split out some Ast functions into new Eval.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 3 Jan 2020 11:33:31 +0000 (11:33 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 3 Jan 2020 11:37:20 +0000 (11:37 +0000)
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.


No differences found