Skip to content

Commit

Permalink
Rename grammar production 'connect-clause' -> 'connect-equation'
Browse files Browse the repository at this point in the history
This is both a better match with names of related productions such as 'if-equation', and also corresponds to what the resulting equation is called.
  • Loading branch information
henrikt-ma committed Nov 7, 2022
1 parent 2333899 commit e278f12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chapters/equations.tex
Expand Up @@ -46,7 +46,7 @@ \section{Equations in Equation Sections}\label{equations-in-equation-sections}
( simple-expression "=" expression
| if-equation
| for-equation
| connect-clause
| connect-equation
| when-equation
| component-reference function-call-args
)
Expand Down
4 changes: 2 additions & 2 deletions chapters/syntax.tex
Expand Up @@ -253,7 +253,7 @@ \subsection{Equations}\label{equations1}
( simple-expression "=" expression
| if-equation
| for-equation
| connect-clause
| connect-equation
| when-equation
| component-reference function-call-args
)
Expand Down Expand Up @@ -331,7 +331,7 @@ \subsection{Equations}\label{equations1}
}
end when

connect-clause :
connect-equation :
connect "(" component-reference "," component-reference ")"
\end{lstlisting}

Expand Down

0 comments on commit e278f12

Please sign in to comment.