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

Updatelanguage #1361

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 comments in) the code and the documentation, without altering the names of data structures Term and Expression.