UnitedLexCorp / SimpleTalk

An implementation of HyperTalk in Ohm-js
Apache License 2.0
7 stars 1 forks source link

"delete" command should use object specifiers #213

Closed dkrasner closed 3 years ago

dkrasner commented 3 years ago

Main Points

our current grammar/semantics implementation of the "delete" command does no use object specifiers, restricting the grammar and making some of the handling a bit more complex than necessary. This is due to the fact these commands were written before object specifiers were fully developed.

The "deleteModel" command handler should also be removed from part.