summaryrefslogtreecommitdiff
path: root/Homework/cs5300/homework-five
diff options
context:
space:
mode:
Diffstat (limited to 'Homework/cs5300/homework-five')
-rw-r--r--Homework/cs5300/homework-five/1.excalidraw.pngbin0 -> 35547 bytes
-rw-r--r--Homework/cs5300/homework-five/6.excalidraw.pngbin0 -> 17224 bytes
-rw-r--r--Homework/cs5300/homework-five/compilers_assn_5.html456
-rw-r--r--Homework/cs5300/homework-five/compilers_assn_5.org157
-rw-r--r--Homework/cs5300/homework-five/compilers_assn_5.pdfbin0 -> 93041 bytes
-rw-r--r--Homework/cs5300/homework-five/compilers_assn_5.tex192
-rw-r--r--Homework/cs5300/homework-five/missfont.log22
7 files changed, 827 insertions, 0 deletions
diff --git a/Homework/cs5300/homework-five/1.excalidraw.png b/Homework/cs5300/homework-five/1.excalidraw.png
new file mode 100644
index 0000000..272aafe
--- /dev/null
+++ b/Homework/cs5300/homework-five/1.excalidraw.png
Binary files differ
diff --git a/Homework/cs5300/homework-five/6.excalidraw.png b/Homework/cs5300/homework-five/6.excalidraw.png
new file mode 100644
index 0000000..1a1caa4
--- /dev/null
+++ b/Homework/cs5300/homework-five/6.excalidraw.png
Binary files differ
diff --git a/Homework/cs5300/homework-five/compilers_assn_5.html b/Homework/cs5300/homework-five/compilers_assn_5.html
new file mode 100644
index 0000000..6d1a166
--- /dev/null
+++ b/Homework/cs5300/homework-five/compilers_assn_5.html
@@ -0,0 +1,456 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+<head>
+<!-- 2023-02-16 Thu 21:18 -->
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+<title>Assignment Five</title>
+<meta name="author" content="Lizzy Hunt" />
+<meta name="generator" content="Org Mode" />
+<style>
+ #content { max-width: 60em; margin: auto; }
+ .title { text-align: center;
+ margin-bottom: .2em; }
+ .subtitle { text-align: center;
+ font-size: medium;
+ font-weight: bold;
+ margin-top:0; }
+ .todo { font-family: monospace; color: red; }
+ .done { font-family: monospace; color: green; }
+ .priority { font-family: monospace; color: orange; }
+ .tag { background-color: #eee; font-family: monospace;
+ padding: 2px; font-size: 80%; font-weight: normal; }
+ .timestamp { color: #bebebe; }
+ .timestamp-kwd { color: #5f9ea0; }
+ .org-right { margin-left: auto; margin-right: 0px; text-align: right; }
+ .org-left { margin-left: 0px; margin-right: auto; text-align: left; }
+ .org-center { margin-left: auto; margin-right: auto; text-align: center; }
+ .underline { text-decoration: underline; }
+ #postamble p, #preamble p { font-size: 90%; margin: .2em; }
+ p.verse { margin-left: 3%; }
+ pre {
+ border: 1px solid #e6e6e6;
+ border-radius: 3px;
+ background-color: #f2f2f2;
+ padding: 8pt;
+ font-family: monospace;
+ overflow: auto;
+ margin: 1.2em;
+ }
+ pre.src {
+ position: relative;
+ overflow: auto;
+ }
+ pre.src:before {
+ display: none;
+ position: absolute;
+ top: -8px;
+ right: 12px;
+ padding: 3px;
+ color: #555;
+ background-color: #f2f2f299;
+ }
+ pre.src:hover:before { display: inline; margin-top: 14px;}
+ /* Languages per Org manual */
+ pre.src-asymptote:before { content: 'Asymptote'; }
+ pre.src-awk:before { content: 'Awk'; }
+ pre.src-authinfo::before { content: 'Authinfo'; }
+ pre.src-C:before { content: 'C'; }
+ /* pre.src-C++ doesn't work in CSS */
+ pre.src-clojure:before { content: 'Clojure'; }
+ pre.src-css:before { content: 'CSS'; }
+ pre.src-D:before { content: 'D'; }
+ pre.src-ditaa:before { content: 'ditaa'; }
+ pre.src-dot:before { content: 'Graphviz'; }
+ pre.src-calc:before { content: 'Emacs Calc'; }
+ pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
+ pre.src-fortran:before { content: 'Fortran'; }
+ pre.src-gnuplot:before { content: 'gnuplot'; }
+ pre.src-haskell:before { content: 'Haskell'; }
+ pre.src-hledger:before { content: 'hledger'; }
+ pre.src-java:before { content: 'Java'; }
+ pre.src-js:before { content: 'Javascript'; }
+ pre.src-latex:before { content: 'LaTeX'; }
+ pre.src-ledger:before { content: 'Ledger'; }
+ pre.src-lisp:before { content: 'Lisp'; }
+ pre.src-lilypond:before { content: 'Lilypond'; }
+ pre.src-lua:before { content: 'Lua'; }
+ pre.src-matlab:before { content: 'MATLAB'; }
+ pre.src-mscgen:before { content: 'Mscgen'; }
+ pre.src-ocaml:before { content: 'Objective Caml'; }
+ pre.src-octave:before { content: 'Octave'; }
+ pre.src-org:before { content: 'Org mode'; }
+ pre.src-oz:before { content: 'OZ'; }
+ pre.src-plantuml:before { content: 'Plantuml'; }
+ pre.src-processing:before { content: 'Processing.js'; }
+ pre.src-python:before { content: 'Python'; }
+ pre.src-R:before { content: 'R'; }
+ pre.src-ruby:before { content: 'Ruby'; }
+ pre.src-sass:before { content: 'Sass'; }
+ pre.src-scheme:before { content: 'Scheme'; }
+ pre.src-screen:before { content: 'Gnu Screen'; }
+ pre.src-sed:before { content: 'Sed'; }
+ pre.src-sh:before { content: 'shell'; }
+ pre.src-sql:before { content: 'SQL'; }
+ pre.src-sqlite:before { content: 'SQLite'; }
+ /* additional languages in org.el's org-babel-load-languages alist */
+ pre.src-forth:before { content: 'Forth'; }
+ pre.src-io:before { content: 'IO'; }
+ pre.src-J:before { content: 'J'; }
+ pre.src-makefile:before { content: 'Makefile'; }
+ pre.src-maxima:before { content: 'Maxima'; }
+ pre.src-perl:before { content: 'Perl'; }
+ pre.src-picolisp:before { content: 'Pico Lisp'; }
+ pre.src-scala:before { content: 'Scala'; }
+ pre.src-shell:before { content: 'Shell Script'; }
+ pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
+ /* additional language identifiers per "defun org-babel-execute"
+ in ob-*.el */
+ pre.src-cpp:before { content: 'C++'; }
+ pre.src-abc:before { content: 'ABC'; }
+ pre.src-coq:before { content: 'Coq'; }
+ pre.src-groovy:before { content: 'Groovy'; }
+ /* additional language identifiers from org-babel-shell-names in
+ ob-shell.el: ob-shell is the only babel language using a lambda to put
+ the execution function name together. */
+ pre.src-bash:before { content: 'bash'; }
+ pre.src-csh:before { content: 'csh'; }
+ pre.src-ash:before { content: 'ash'; }
+ pre.src-dash:before { content: 'dash'; }
+ pre.src-ksh:before { content: 'ksh'; }
+ pre.src-mksh:before { content: 'mksh'; }
+ pre.src-posh:before { content: 'posh'; }
+ /* Additional Emacs modes also supported by the LaTeX listings package */
+ pre.src-ada:before { content: 'Ada'; }
+ pre.src-asm:before { content: 'Assembler'; }
+ pre.src-caml:before { content: 'Caml'; }
+ pre.src-delphi:before { content: 'Delphi'; }
+ pre.src-html:before { content: 'HTML'; }
+ pre.src-idl:before { content: 'IDL'; }
+ pre.src-mercury:before { content: 'Mercury'; }
+ pre.src-metapost:before { content: 'MetaPost'; }
+ pre.src-modula-2:before { content: 'Modula-2'; }
+ pre.src-pascal:before { content: 'Pascal'; }
+ pre.src-ps:before { content: 'PostScript'; }
+ pre.src-prolog:before { content: 'Prolog'; }
+ pre.src-simula:before { content: 'Simula'; }
+ pre.src-tcl:before { content: 'tcl'; }
+ pre.src-tex:before { content: 'TeX'; }
+ pre.src-plain-tex:before { content: 'Plain TeX'; }
+ pre.src-verilog:before { content: 'Verilog'; }
+ pre.src-vhdl:before { content: 'VHDL'; }
+ pre.src-xml:before { content: 'XML'; }
+ pre.src-nxml:before { content: 'XML'; }
+ /* add a generic configuration mode; LaTeX export needs an additional
+ (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
+ pre.src-conf:before { content: 'Configuration File'; }
+
+ table { border-collapse:collapse; }
+ caption.t-above { caption-side: top; }
+ caption.t-bottom { caption-side: bottom; }
+ td, th { vertical-align:top; }
+ th.org-right { text-align: center; }
+ th.org-left { text-align: center; }
+ th.org-center { text-align: center; }
+ td.org-right { text-align: right; }
+ td.org-left { text-align: left; }
+ td.org-center { text-align: center; }
+ dt { font-weight: bold; }
+ .footpara { display: inline; }
+ .footdef { margin-bottom: 1em; }
+ .figure { padding: 1em; }
+ .figure p { text-align: center; }
+ .equation-container {
+ display: table;
+ text-align: center;
+ width: 100%;
+ }
+ .equation {
+ vertical-align: middle;
+ }
+ .equation-label {
+ display: table-cell;
+ text-align: right;
+ vertical-align: middle;
+ }
+ .inlinetask {
+ padding: 10px;
+ border: 2px solid gray;
+ margin: 10px;
+ background: #ffffcc;
+ }
+ #org-div-home-and-up
+ { text-align: right; font-size: 70%; white-space: nowrap; }
+ textarea { overflow-x: auto; }
+ .linenr { font-size: smaller }
+ .code-highlighted { background-color: #ffff00; }
+ .org-info-js_info-navigation { border-style: none; }
+ #org-info-js_console-label
+ { font-size: 10px; font-weight: bold; white-space: nowrap; }
+ .org-info-js_search-highlight
+ { background-color: #ffff00; color: #000000; font-weight: bold; }
+ .org-svg { }
+</style>
+<script>
+ window.MathJax = {
+ tex: {
+ ams: {
+ multlineWidth: '85%'
+ },
+ tags: 'ams',
+ tagSide: 'right',
+ tagIndent: '.8em'
+ },
+ chtml: {
+ scale: 1.0,
+ displayAlign: 'center',
+ displayIndent: '0em'
+ },
+ svg: {
+ scale: 1.0,
+ displayAlign: 'center',
+ displayIndent: '0em'
+ },
+ output: {
+ font: 'mathjax-modern',
+ displayOverflow: 'overflow'
+ }
+ };
+</script>
+
+<script
+ id="MathJax-script"
+ async
+ src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
+</script>
+</head>
+<body>
+<div id="content" class="content">
+<h1 class="title">Assignment Five</h1>
+
+<div id="outline-container-orgd749271" class="outline-2">
+<h2 id="orgd749271"><span class="section-number-2">1.</span> Question One</h2>
+<div class="outline-text-2" id="text-1">
+\begin{verbatim}
+N -> N a N b N
+ -> ε a N b N (using N -> ε)
+ -> ε a N a N b N b N (using N -> N a N b N)
+ -> ε a N a N b N a N b N b N (using N -> N a N b N)
+ -> ε a ε a N b N a N b N b N (using N -> ε)
+ -> ε a ε a ε b N a N b N b N (using N -> ε)
+ -> ε a ε a ε b ε a N b N b N (using N -> ε)
+ -> ε a ε a ε b ε a ε b N b N (using N -> ε)
+ -> ε a ε a ε b ε a ε b ε b N (using N -> ε)
+ -> ε a ε a ε b ε a ε b ε b ε (using N -> ε)
+ -> aababb (remove epsilons for clarity)
+\end{verbatim}
+
+
+<div id="orgedc3ab8" class="figure">
+<p><img src="./1.excalidraw.png" alt="1.excalidraw.png" />
+</p>
+</div>
+</div>
+</div>
+
+<div id="outline-container-org35f1897" class="outline-2">
+<h2 id="org35f1897"><span class="section-number-2">2.</span> Question Two</h2>
+<div class="outline-text-2" id="text-2">
+\begin{verbatim}
+N -> N N
+ -> N * N (using N -> N *)
+ -> (N) * N (using N -> (N))
+ -> (N + N) * N (using N -> N + N)
+ -> (a + N) * N (using N -> a)
+ -> (a + a) * N (using N -> a)
+ -> (a + a) * a (using N -> a)
+\end{verbatim}
+</div>
+</div>
+
+<div id="outline-container-org2f075dc" class="outline-2">
+<h2 id="org2f075dc"><span class="section-number-2">3.</span> Question Three</h2>
+<div class="outline-text-2" id="text-3">
+\begin{verbatim}
+N -> b N a N
+ -> b ε a N (using N -> ε)
+ -> b ε a a N b N (using N -> a N b N)
+ -> b ε a a a N b N b N (using N -> a N b N)
+ -> b ε a a a ε b N b N (using N -> ε)
+ -> b ε a a a ε b ε b N (using N -> ε)
+ -> b ε a a a ε b ε b ε (using N -> ε)
+\end{verbatim}
+</div>
+</div>
+
+<div id="outline-container-org733adfa" class="outline-2">
+<h2 id="org733adfa"><span class="section-number-2">4.</span> Question Four</h2>
+<div class="outline-text-2" id="text-4">
+\begin{verbatim}
+N -> aNbN
+N -> bNaN
+N -> ε
+\end{verbatim}
+</div>
+</div>
+
+<div id="outline-container-orgd670219" class="outline-2">
+<h2 id="orgd670219"><span class="section-number-2">5.</span> Question Five</h2>
+<div class="outline-text-2" id="text-5">
+<p>
+\(count(a) \neq count(b) \Rightarrow count(a) > count(b) \vee count(a) < count(b)\)
+</p>
+
+<ul class="org-ul">
+<li>More A's than B's = G</li>
+<li>Less A's than B's = L</li>
+</ul>
+
+\begin{verbatim}
+S -> G
+S -> L
+G -> GG
+G -> EAE
+L -> LL
+L -> EBE
+E -> aEaE
+E -> bEaE
+E -> ε
+A -> aA
+A -> a
+B -> bB
+B -> b
+\end{verbatim}
+</div>
+</div>
+
+<div id="outline-container-orgf54c9c6" class="outline-2">
+<h2 id="orgf54c9c6"><span class="section-number-2">6.</span> Question Six</h2>
+<div class="outline-text-2" id="text-6">
+<p>
+This one we can actually create from a DFA!
+</p>
+
+
+<div id="org1a151d7" class="figure">
+<p><img src="./6.excalidraw.png" alt="6.excalidraw.png" />
+</p>
+</div>
+
+\begin{verbatim}
+S -> aN
+N -> aM
+N -> bS
+M -> MM
+M -> a
+\end{verbatim}
+</div>
+</div>
+
+<div id="outline-container-org0ed867b" class="outline-2">
+<h2 id="org0ed867b"><span class="section-number-2">7.</span> Question Seven</h2>
+<div class="outline-text-2" id="text-7">
+<p>
+Consider a grammar S with regular expressions in its production's bodies. After replacing any extensions on regular expressions with their corresponding algebraic equivalents as given in 3.3.5, hen, we can transform S into an equivalent grammar by the following rules for nonterminals or terminals:
+</p>
+</div>
+
+<div id="outline-container-orgb149809" class="outline-3">
+<h3 id="orgb149809"><span class="section-number-3">7.1.</span> Kleene Closure</h3>
+<div class="outline-text-3" id="text-7-1">
+<p>
+If we have a match in a production body corresponding to Kleene Closure, then we can transform it into two new productions:
+</p>
+
+\begin{verbatim}
+B*
+\end{verbatim}
+
+<p>
+goes to
+</p>
+
+\begin{verbatim}
+A -> ε
+A -> BA
+\end{verbatim}
+</div>
+</div>
+
+<div id="outline-container-org84f1fcf" class="outline-3">
+<h3 id="org84f1fcf"><span class="section-number-3">7.2.</span> Union</h3>
+<div class="outline-text-3" id="text-7-2">
+<p>
+If we have a match in a production body corresponding to the union operator, then we can rewrite it as two new productions:
+</p>
+
+\begin{verbatim}
+B | C
+\end{verbatim}
+
+<p>
+goes to
+</p>
+
+\begin{verbatim}
+A -> B
+A -> C
+\end{verbatim}
+</div>
+</div>
+
+<div id="outline-container-org1072c90" class="outline-3">
+<h3 id="org1072c90"><span class="section-number-3">7.3.</span> Example(s)</h3>
+<div class="outline-text-3" id="text-7-3">
+<p>
+For example, consider the grammar:
+</p>
+
+\begin{verbatim}
+N -> (A | B)*
+A -> aA
+A -> ε
+B -> bB
+B -> ε
+\end{verbatim}
+
+<p>
+then we can form our first transformation by replacing N (no need to rename since it's already the start symbol):
+</p>
+
+\begin{verbatim}
+N -> ε
+N -> (A | B)N
+A -> aA
+A -> ε
+B -> bB
+B -> ε
+\end{verbatim}
+
+<p>
+which is then further reduced when we transform (A | B)
+</p>
+
+\begin{verbatim}
+N -> ε
+N -> DN
+D -> A
+D -> B
+A -> aA
+A -> ε
+B -> bB
+B -> ε
+\end{verbatim}
+</div>
+</div>
+</div>
+</div>
+<div id="postamble" class="status">
+<p class="author">Author: Lizzy Hunt</p>
+<p class="date">Created: 2023-02-16 Thu 21:18</p>
+<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
+</div>
+</body>
+</html> \ No newline at end of file
diff --git a/Homework/cs5300/homework-five/compilers_assn_5.org b/Homework/cs5300/homework-five/compilers_assn_5.org
new file mode 100644
index 0000000..f89a774
--- /dev/null
+++ b/Homework/cs5300/homework-five/compilers_assn_5.org
@@ -0,0 +1,157 @@
+#+TITLE: Assignment Five
+#+AUTHOR: Lizzy Hunt
+#+STARTUP: entitiespretty fold inlineimages
+#+LATEX_HEADER: \notindent \notga \usepackage{ dsfont } \usepackage[utf8]{inputenc} \usepackage{amsmath} \usepackage{fontspec} \usepackage[a4paper,margin=1in,portrait]{geometry} \usepackage{fontspec} \setmonofont{DejaVu Sans Mono}
+#+LATEX: \setlength\parindent{0pt}
+#+LATEX_COMPILER: lualatex
+#+OPTIONS: toc:nil
+
+* Question One
+\begin{verbatim}
+N -> N a N b N
+ -> ε a N b N (using N -> ε)
+ -> ε a N a N b N b N (using N -> N a N b N)
+ -> ε a N a N b N a N b N b N (using N -> N a N b N)
+ -> ε a ε a N b N a N b N b N (using N -> ε)
+ -> ε a ε a ε b N a N b N b N (using N -> ε)
+ -> ε a ε a ε b ε a N b N b N (using N -> ε)
+ -> ε a ε a ε b ε a ε b N b N (using N -> ε)
+ -> ε a ε a ε b ε a ε b ε b N (using N -> ε)
+ -> ε a ε a ε b ε a ε b ε b ε (using N -> ε)
+ -> aababb (remove epsilons for clarity)
+\end{verbatim}
+
+
+#+attr_latex: :width 225px
+[[./1.excalidraw.png]]
+
+* Question Two
+\begin{verbatim}
+N -> N N
+ -> N * N (using N -> N *)
+ -> (N) * N (using N -> (N))
+ -> (N + N) * N (using N -> N + N)
+ -> (a + N) * N (using N -> a)
+ -> (a + a) * N (using N -> a)
+ -> (a + a) * a (using N -> a)
+\end{verbatim}
+
+* Question Three
+\begin{verbatim}
+N -> b N a N
+ -> b ε a N (using N -> ε)
+ -> b ε a a N b N (using N -> a N b N)
+ -> b ε a a a N b N b N (using N -> a N b N)
+ -> b ε a a a ε b N b N (using N -> ε)
+ -> b ε a a a ε b ε b N (using N -> ε)
+ -> b ε a a a ε b ε b ε (using N -> ε)
+\end{verbatim}
+
+* Question Four
+\begin{verbatim}
+N -> aNbN
+N -> bNaN
+N -> ε
+\end{verbatim}
+
+* Question Five
+$count(a) \neq count(b) \Rightarrow count(a) > count(b) \vee count(a) < count(b)$
+
++ More A's than B's = G
++ Less A's than B's = L
+
+\begin{verbatim}
+S -> G
+S -> L
+G -> GG
+G -> EAE
+L -> LL
+L -> EBE
+E -> aEaE
+E -> bEaE
+E -> ε
+A -> aA
+A -> a
+B -> bB
+B -> b
+\end{verbatim}
+
+* Question Six
+This one we can actually create from a DFA!
+
+#+attr_latex: :width 150px
+[[./6.excalidraw.png]]
+
+\begin{verbatim}
+S -> aN
+N -> aM
+N -> bS
+M -> MM
+M -> a
+\end{verbatim}
+
+* Question Seven
+A grammar, S, with regular expressions in its production's bodies, after replacing any extensions on regular expressions with their corresponding algebraic equivalents as given in 3.3.5, then, we can transform S into an equivalent grammar by the following rules for nonterminals or terminals:
+
+** Kleene Closure
+If we have a match in a production body corresponding to Kleene Closure, then we can transform it into two new productions:
+
+\begin{verbatim}
+B*
+\end{verbatim}
+
+is mapped to
+
+\begin{verbatim}
+A -> ε
+A -> BA
+\end{verbatim}
+
+** Union
+If we have a match in a production body corresponding to the union operator, then we can rewrite it as two new productions:
+
+\begin{verbatim}
+B | C
+\end{verbatim}
+
+is mapped to
+
+\begin{verbatim}
+A -> B
+A -> C
+\end{verbatim}
+
+** Example
+Consider the grammar:
+
+\begin{verbatim}
+N -> (A | B)*
+A -> aA
+A -> ε
+B -> bB
+B -> ε
+\end{verbatim}
+
+then we can form our first transformation by replacing N (with no need to rename since it's already the start symbol):
+
+\begin{verbatim}
+N -> ε
+N -> (A | B)N
+A -> aA
+A -> ε
+B -> bB
+B -> ε
+\end{verbatim}
+
+which is then further reduced when we transform (A | B)
+
+\begin{verbatim}
+N -> ε
+N -> DN
+D -> A
+D -> B
+A -> aA
+A -> ε
+B -> bB
+B -> ε
+\end{verbatim}
diff --git a/Homework/cs5300/homework-five/compilers_assn_5.pdf b/Homework/cs5300/homework-five/compilers_assn_5.pdf
new file mode 100644
index 0000000..399c7ea
--- /dev/null
+++ b/Homework/cs5300/homework-five/compilers_assn_5.pdf
Binary files differ
diff --git a/Homework/cs5300/homework-five/compilers_assn_5.tex b/Homework/cs5300/homework-five/compilers_assn_5.tex
new file mode 100644
index 0000000..160bb9a
--- /dev/null
+++ b/Homework/cs5300/homework-five/compilers_assn_5.tex
@@ -0,0 +1,192 @@
+% Created 2023-02-16 Thu 21:32
+% Intended LaTeX compiler: lualatex
+\documentclass[11pt]{article}
+\usepackage{graphicx}
+\usepackage{longtable}
+\usepackage{wrapfig}
+\usepackage{rotating}
+\usepackage[normalem]{ulem}
+\usepackage{amsmath}
+\usepackage{amssymb}
+\usepackage{capt-of}
+\usepackage{hyperref}
+\notindent \notga \usepackage{ dsfont } \usepackage[utf8]{inputenc} \usepackage{amsmath} \usepackage{fontspec} \usepackage[a4paper,margin=1in,portrait]{geometry} \usepackage{fontspec} \setmonofont{DejaVu Sans Mono}
+\author{Lizzy Hunt}
+\date{\today}
+\title{Assignment Five}
+\hypersetup{
+ pdfauthor={Lizzy Hunt},
+ pdftitle={Assignment Five},
+ pdfkeywords={},
+ pdfsubject={},
+ pdfcreator={Emacs 28.2 (Org mode 9.6.1)},
+ pdflang={English}}
+\begin{document}
+
+\maketitle
+\setlength\parindent{0pt}
+
+\section{Question One}
+\label{sec:org921f457}
+\begin{verbatim}
+N -> N a N b N
+ -> ε a N b N (using N -> ε)
+ -> ε a N a N b N b N (using N -> N a N b N)
+ -> ε a N a N b N a N b N b N (using N -> N a N b N)
+ -> ε a ε a N b N a N b N b N (using N -> ε)
+ -> ε a ε a ε b N a N b N b N (using N -> ε)
+ -> ε a ε a ε b ε a N b N b N (using N -> ε)
+ -> ε a ε a ε b ε a ε b N b N (using N -> ε)
+ -> ε a ε a ε b ε a ε b ε b N (using N -> ε)
+ -> ε a ε a ε b ε a ε b ε b ε (using N -> ε)
+ -> aababb (remove epsilons for clarity)
+\end{verbatim}
+
+
+\begin{center}
+\includegraphics[width=225px]{./1.excalidraw.png}
+\end{center}
+
+\section{Question Two}
+\label{sec:org8175f4b}
+\begin{verbatim}
+N -> N N
+ -> N * N (using N -> N *)
+ -> (N) * N (using N -> (N))
+ -> (N + N) * N (using N -> N + N)
+ -> (a + N) * N (using N -> a)
+ -> (a + a) * N (using N -> a)
+ -> (a + a) * a (using N -> a)
+\end{verbatim}
+
+\section{Question Three}
+\label{sec:org30f8f3d}
+\begin{verbatim}
+N -> b N a N
+ -> b ε a N (using N -> ε)
+ -> b ε a a N b N (using N -> a N b N)
+ -> b ε a a a N b N b N (using N -> a N b N)
+ -> b ε a a a ε b N b N (using N -> ε)
+ -> b ε a a a ε b ε b N (using N -> ε)
+ -> b ε a a a ε b ε b ε (using N -> ε)
+\end{verbatim}
+
+\section{Question Four}
+\label{sec:orgc6e6679}
+\begin{verbatim}
+N -> aNbN
+N -> bNaN
+N -> ε
+\end{verbatim}
+
+\section{Question Five}
+\label{sec:orgef2e893}
+\(count(a) \neq count(b) \Rightarrow count(a) > count(b) \vee count(a) < count(b)\)
+
+\begin{itemize}
+\item More A's than B's = G
+\item Less A's than B's = L
+\end{itemize}
+
+\begin{verbatim}
+S -> G
+S -> L
+G -> GG
+G -> EAE
+L -> LL
+L -> EBE
+E -> aEaE
+E -> bEaE
+E -> ε
+A -> aA
+A -> a
+B -> bB
+B -> b
+\end{verbatim}
+
+\section{Question Six}
+\label{sec:orgfe19196}
+This one we can actually create from a DFA!
+
+\begin{center}
+\includegraphics[width=150px]{./6.excalidraw.png}
+\end{center}
+
+\begin{verbatim}
+S -> aN
+N -> aM
+N -> bS
+M -> MM
+M -> a
+\end{verbatim}
+
+\section{Question Seven}
+\label{sec:org2dfc6f9}
+A grammar, S, with regular expressions in its production's bodies, after replacing any extensions on regular expressions with their corresponding algebraic equivalents as given in 3.3.5, then, we can transform S into an equivalent grammar by the following rules for nonterminals or terminals:
+
+\subsection{Kleene Closure}
+\label{sec:orgdac51cc}
+If we have a match in a production body corresponding to Kleene Closure, then we can transform it into two new productions:
+
+\begin{verbatim}
+B*
+\end{verbatim}
+
+is mapped to
+
+\begin{verbatim}
+A -> ε
+A -> BA
+\end{verbatim}
+
+\subsection{Union}
+\label{sec:org1941049}
+If we have a match in a production body corresponding to the union operator, then we can rewrite it as two new productions:
+
+\begin{verbatim}
+B | C
+\end{verbatim}
+
+is mapped to
+
+\begin{verbatim}
+A -> B
+A -> C
+\end{verbatim}
+
+\subsection{Example}
+\label{sec:org0ac391e}
+Consider the grammar:
+
+\begin{verbatim}
+N -> (A | B)*
+A -> aA
+A -> ε
+B -> bB
+B -> ε
+\end{verbatim}
+
+then we can form our first transformation by replacing N (with no need to rename since it's already the start symbol):
+
+\begin{verbatim}
+N -> ε
+N -> (A | B)N
+A -> aA
+A -> ε
+B -> bB
+B -> ε
+\end{verbatim}
+
+which is then further reduced when we transform (A | B)
+
+\begin{verbatim}
+N -> ε
+N -> DN
+D -> A
+D -> B
+A -> aA
+A -> ε
+B -> bB
+B -> ε
+\end{verbatim}
+\end{document} \ No newline at end of file
diff --git a/Homework/cs5300/homework-five/missfont.log b/Homework/cs5300/homework-five/missfont.log
new file mode 100644
index 0000000..669c341
--- /dev/null
+++ b/Homework/cs5300/homework-five/missfont.log
@@ -0,0 +1,22 @@
+mktextfm Consolas
+mktextfm Consolas
+mktextfm Consolas
+mktextfm Consolas/BI
+mktextfm Consolas
+mktextfm Consolas/B
+mktextfm Consolas
+mktextfm Consolas/I
+mktextfm Consolas
+mktextfm Consolas
+mktextfm Consolas
+mktextfm Consolas
+mktextfm Consolas
+mktextfm Consolas
+mktextfm Consolas/BI
+mktextfm Consolas
+mktextfm Consolas/B
+mktextfm Consolas
+mktextfm Consolas/I
+mktextfm Consolas
+mktextfm Consolas
+mktextfm Consolas