Skip to content

Commit

Permalink
Added two predefined literals in Y4
Browse files Browse the repository at this point in the history
Added two predefined literals in `Y4` (typical use: for regular expressions): `'\w+'` and `'[a-z]'`
  • Loading branch information
lmendo committed Jul 3, 2020
1 parent c5bbb7f commit 573e659
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Binary file modified help.mat
Binary file not shown.
Binary file modified preLit.mat
Binary file not shown.
2 changes: 2 additions & 0 deletions preLit.txt
Expand Up @@ -317,6 +317,8 @@ Y4
3 '[A-Za-z]+'
4 '[A-Za-z\-]+'
5 '[A-Za-z\-\d]+'
6 '\w+'
7 '[a-z]'


Y5
Expand Down
Binary file modified spec/MATL_spec.pdf
Binary file not shown.
4 changes: 3 additions & 1 deletion spec/preLitTable/preLitTableY4.tex
Expand Up @@ -6,5 +6,7 @@
\matl{3} & \matl{'[A-Za-z]+'} \\ \hline
\matl{4} & \matl{'[A-Za-z\textbackslash -]+'} &
\matl{5} & \matl{'[A-Za-z\textbackslash -\textbackslash d]+'} &
& \\ \hline
\matl{6} & \matl{'\textbackslash w+'} \\ \hline
\matl{7} & \matl{'[a-z]'} &
& & & \\ \hline
\end{longtable}

0 comments on commit 573e659

Please sign in to comment.