JorgeyGari/sym_tfg

Define the grammar in a formal way

JorgeyGari opened this issue · 0 comments

% TODO: Define the grammar in a formal way

The \verb|expr| rule is a silent rule that matches any of the following rules: \verb|assign|, \verb|operation|, \verb|polynomial| or \verb|solve|. This rule is used to group the different types of expressions that can be found in the input file, and all the operations the program can perform.