AmpersandTarski / Ampersand

Build database applications faster than anyone else, and keep your data pollution free as a bonus.
http://ampersandtarski.github.io/
GNU General Public License v3.0
40 stars 8 forks source link

Rename expressions to terms in the documentation and some error messages. #1362

Closed stefjoosten closed 1 year ago

stefjoosten commented 1 year ago

In the theory, relations are combined into terms (not in expressions) In the parser and in the user manual of Ampersand we talk about "terms" In the A-structure, we talk about "expressions". (that is: the data structure Term and Expression occur both in the compiler) I have sanitized the use of these words throughout the code and the documentation.

The purpose of this is to align the words in practice to the theory (so use Term as opposed to Expression)