--- 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)
=================
Binary file hws/hw05.pdf has changed
--- 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$