Skip to content

Commit

Permalink
[ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico authored Apr 21, 2020
1 parent 7412055 commit ccc81f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ i: s -> exp_interm
| s "_" s "^" s -> exp_under_super
s: l exp? r -> exp_par
| "\left" (l | "." | "\vert" | "\mid") start? "\right" (r | "." | "\vert" | "\mid") -> exp_par
| "\begin{{matrix}}" row_mat ("\\" row_mat?)* "\end{{matrix}}" -> exp_mat
| "\begin{matrix}" row_mat ("\\" row_mat?)* "\end{matrix}" -> exp_mat
| "{" i+ "}" -> exp
| u "{" exp "}" -> exp_unary
| b "{" exp "}" "{" exp "}" -> exp_binary
Expand Down

0 comments on commit ccc81f4

Please sign in to comment.