equal
deleted
inserted
replaced
6 |
6 |
7 %%http://regexcrossword.com/challenges/cities/puzzles/1 |
7 %%http://regexcrossword.com/challenges/cities/puzzles/1 |
8 %%https://jex.im/regulex/ |
8 %%https://jex.im/regulex/ |
9 %%https://www.reddit.com/r/ProgrammingLanguages/comments/42dlem/mona_compiler_development_part_2_parsing/ |
9 %%https://www.reddit.com/r/ProgrammingLanguages/comments/42dlem/mona_compiler_development_part_2_parsing/ |
10 %%https://www.reddit.com/r/ProgrammingLanguages/comments/43wlkq/formal_grammar_for_csh_tsch_sh_or_bash/ |
10 %%https://www.reddit.com/r/ProgrammingLanguages/comments/43wlkq/formal_grammar_for_csh_tsch_sh_or_bash/ |
|
11 |
|
12 %% regex displayers |
|
13 %% https://regexper.com/#a%7Ca |
|
14 %% https://www.debuggex.com |
|
15 %% https://jex.im/regulex/#!embed=false&flags=&re=%5E(a%7Cb)*%3F%24 |
|
16 |
|
17 %% email validator |
|
18 %% http://www.ex-parrot.com/%7Epdw/Mail-RFC822-Address.html |
|
19 |
|
20 %% regex testers |
|
21 % https://regex101.com |
|
22 % http://regexr.com |
|
23 |
|
24 %% emacs regexes |
|
25 %% https://www.gnu.org/software/emacs/manual/html_node/elisp/Regular-Expressions.html |
|
26 |
|
27 %% reasons for a new prgramming language |
|
28 %% http://beautifulracket.com |
11 |
29 |
12 \begin{document} |
30 \begin{document} |
13 \fnote{\copyright{} Christian Urban, King's College London, 2014, 2015, 2016} |
31 \fnote{\copyright{} Christian Urban, King's College London, 2014, 2015, 2016} |
14 |
32 |
15 \section*{Handout 1} |
33 \section*{Handout 1} |