You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the incremental flag (command line repeat option) has two uses:
it enables automatic reload of the database and incremental builds,
it activates assigning atoms to statement labels
Assigning atoms to statement labels is also used by the grammar statement parsing, as statement atoms (Label) are used as nodes in formula syntax trees.
We shall probably decouple the two.
The text was updated successfully, but these errors were encountered:
Currently, the
incremental
flag (command linerepeat
option) has two uses:Assigning atoms to statement labels is also used by the grammar statement parsing, as statement atoms (
Label
) are used as nodes in formula syntax trees.We shall probably decouple the two.
The text was updated successfully, but these errors were encountered: