agentm / project-m36

Project: M36 Relational Algebra Engine
The Unlicense
894 stars 48 forks source link

Inconsistency between TutorialD and Client library #299

Closed farzadbekran closed 2 years ago

farzadbekran commented 2 years ago

There is a minor inconsistency regarding relation variable names. Client library allows me to define relvars with names like system.users (i.e containing special characters), but if i go to tutd and try to run :showexpr system.users I get an unexpected character error.

agentm commented 2 years ago

It's true. The TutorialD language should allow names to be quoted. It should be a quick fix.

agentm commented 2 years ago

Resolved in b47ffdfb1a3800953854a68c3e58a509c9b49e96.