# HG changeset patch # User Christian Urban # Date 1553165783 0 # Node ID 136517d67d401114a6acdbf279ae5d5d4b0190c6 # Parent f4818c95a32eeb03ca4a5c774c7041da2daf9566 updated diff -r f4818c95a32e -r 136517d67d40 LINKS --- a/LINKS Tue Feb 12 21:23:00 2019 +0000 +++ b/LINKS Thu Mar 21 10:56:23 2019 +0000 @@ -1,3 +1,10 @@ + +Curated list of awesome resources on Compilers, Interpreters and Runtimes +http://aalhour.com/awesome-compilers +https://github.com/aalhour/awesome-compilers + +---------------- + Thinking Forth (Book to read) ================= diff -r f4818c95a32e -r 136517d67d40 hws/hw05.pdf Binary file hws/hw05.pdf has changed diff -r f4818c95a32e -r 136517d67d40 hws/hw05.tex --- a/hws/hw05.tex Tue Feb 12 21:23:00 2019 +0000 +++ b/hws/hw05.tex Thu Mar 21 10:56:23 2019 +0000 @@ -107,7 +107,17 @@ \item[$\bullet$] $ba$ \item[$\bullet$] $bb$ \item[$\bullet$] $baa$ -\end{itemize} +\end{itemize} + +\item Suppose the following context-free grammar + + \begin{plstx}[margin=1cm] + : \meta{S\/} ::= a\cdot \meta{S\/}\cdot a\;\mid\; + b\cdot \meta{S\/}\cdot b\;\mid\; \epsilon\\ + \end{plstx} + +Describe which language is generated by this grammar. + \item {\bf(Optional)} Recall the definitions for $Der$ and $der$