<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pascal_compiler, branch master</title>
<subtitle>Small compiler for a subset of pascal
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/pascal_compiler/'/>
<entry>
<title>Fix readme code gen description</title>
<updated>2019-10-17T01:57:14+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-10-17T01:57:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/pascal_compiler/commit/?id=9dec565fb5b9a080d93776c35bea0f71e541187c'/>
<id>9dec565fb5b9a080d93776c35bea0f71e541187c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "dragon" haiku</title>
<updated>2019-10-17T01:51:11+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-10-17T01:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/pascal_compiler/commit/?id=4704ab45e19c70f82096bd049b902efd49db8c35'/>
<id>4704ab45e19c70f82096bd049b902efd49db8c35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix binary name</title>
<updated>2019-10-17T01:22:54+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-10-17T01:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/pascal_compiler/commit/?id=44c8bee9ff38e99b74f728541956801cfb673ff2'/>
<id>44c8bee9ff38e99b74f728541956801cfb673ff2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix lex rules for input/output</title>
<updated>2019-10-17T01:21:22+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-10-17T01:21:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/pascal_compiler/commit/?id=820252a5e324505481e0da937658cb6946fc279a'/>
<id>820252a5e324505481e0da937658cb6946fc279a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update readme</title>
<updated>2019-10-17T01:16:06+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-10-17T01:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/pascal_compiler/commit/?id=c9afa15e98e01882ed35acf5e5c858e452aafbd7'/>
<id>c9afa15e98e01882ed35acf5e5c858e452aafbd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add readme</title>
<updated>2019-10-16T23:51:21+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-10-16T17:52:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/pascal_compiler/commit/?id=053f99fbbf907defd238170cddcebe2493374dbf'/>
<id>053f99fbbf907defd238170cddcebe2493374dbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Code generation macros</title>
<updated>2019-10-16T17:27:39+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-10-15T23:24:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/pascal_compiler/commit/?id=5e11a31e4434331e038b97eaaa992ba65e24811a'/>
<id>5e11a31e4434331e038b97eaaa992ba65e24811a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix function scope bounds</title>
<updated>2019-10-15T23:23:27+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-10-15T23:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/pascal_compiler/commit/?id=e9ac92f439c57c5ce7a39482215363315155270b'/>
<id>e9ac92f439c57c5ce7a39482215363315155270b</id>
<content type='text'>
Function now can access vars outside of their scopes but cannot assign
values to these vars.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Function now can access vars outside of their scopes but cannot assign
values to these vars.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add array access on non-array error message</title>
<updated>2019-10-15T23:20:11+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-10-15T23:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/pascal_compiler/commit/?id=3cb61d07beb3d9589f668da4e998ab3efc1af777'/>
<id>3cb61d07beb3d9589f668da4e998ab3efc1af777</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix grammer conflicts</title>
<updated>2019-10-15T22:40:33+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-10-15T22:40:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/pascal_compiler/commit/?id=85f3229e2811b75047c563d23ae3f51db17d4dd3'/>
<id>85f3229e2811b75047c563d23ae3f51db17d4dd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
