GEGlobalResearch / DARPA-ASKE-TA1

ANSWER Project to demonstrate knowledge-driven extraction of scientific models from code and texts
Other
8 stars 5 forks source link

Eval grammar vol2 #61

Closed kittaakos closed 4 years ago

kittaakos commented 4 years ago

@crapo, here is another alternative for the eval statements, it follows your initial grammar where the SadlEquationInvocation has its dedicated expressions and units ECollection.

So you can write:

uri "http://test".
Evaluate CAL_SOS(1 { "cm" }, 2).

as opposed to the following I have suggested in #60

uri "http://test".
Evaluate CAL_SOS(1 "cm", 2).
kittaakos commented 4 years ago

Closing in favor of #60.