r25777 - Language Server - Evaluable (fia/pull/119']#119)This change moves Value (a concrete value) out

Github Bot

Poster of Commits
Language Server - Evaluable (#119)

This change moves Value (a concrete value) out of the parse tree and replaces it with Evaluable (an abstract Command with a meaningful associated Value).

Summary of changes below:

* Evaluable directly applied to upstream/main

* rename Value.LocateValue

* TypedNode interface

* note about LocatedValue.evaluatesTo expecting an exact match

* Rename LocatedValue, and add a small comment about it

* spotless >:c

View on Github
 
Last edited by a moderator:
Top