<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clp.git/src/ast/types, branch main</title>
<subtitle>A small Python compiler with optimizer written in Java 
</subtitle>
<id>https://git.dcariotti.me/clp.git/atom?h=main</id>
<link rel='self' href='https://git.dcariotti.me/clp.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/clp.git/'/>
<updated>2024-07-14T16:48:09Z</updated>
<entry>
<title>Reaching definition analysis (#17)</title>
<updated>2024-07-14T16:48:09Z</updated>
<author>
<name>Emanuele Grasso</name>
<email>96300448+L0P0P@users.noreply.github.com</email>
</author>
<published>2024-07-14T16:48:09Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/clp.git/commit/?id=ce49d20a5fe3726e1800bc495a25c7617212abf4'/>
<id>urn:sha1:ce49d20a5fe3726e1800bc495a25c7617212abf4</id>
<content type='text'>
Co-authored-by: Santo Cariotti &lt;santo@dcariotti.me&gt;
Co-authored-by: geno &lt;gabriele.genovese2@studio.unibo.it&gt;
Co-authored-by: geno &lt;gabrigeno@gmail.com&gt;</content>
</entry>
<entry>
<title>Code generation (#20)</title>
<updated>2024-07-11T10:57:56Z</updated>
<author>
<name>Geno</name>
<email>48206120+gabrielegenovese@users.noreply.github.com</email>
</author>
<published>2024-07-11T10:57:56Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/clp.git/commit/?id=b50c7e99603e9f85d82d700d62c16c4fcef88715'/>
<id>urn:sha1:b50c7e99603e9f85d82d700d62c16c4fcef88715</id>
<content type='text'>
Co-authored-by: geno &lt;gabrigeno@gmail&gt;
Co-authored-by: Santo Cariotti &lt;santo@dcariotti.me&gt;</content>
</entry>
<entry>
<title>fixed warnings, better formatting, final added where possible</title>
<updated>2024-06-30T11:36:37Z</updated>
<author>
<name>geno</name>
<email>gabriele.genovese2@studio.unibo.it</email>
</author>
<published>2024-06-30T11:36:37Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/clp.git/commit/?id=afff6a80cd58f7787efa1398f7c8cbdce8989323'/>
<id>urn:sha1:afff6a80cd58f7787efa1398f7c8cbdce8989323</id>
<content type='text'>
</content>
</entry>
<entry>
<title>resolving all the comments santo made</title>
<updated>2024-06-28T10:23:28Z</updated>
<author>
<name>geno</name>
<email>gabriele.genovese2@studio.unibo.it</email>
</author>
<published>2024-06-28T10:23:28Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/clp.git/commit/?id=37665fb6d0bc1eb29396ae949354cf7d6f9d54ca'/>
<id>urn:sha1:37665fb6d0bc1eb29396ae949354cf7d6f9d54ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed comp_for and added reseved word type</title>
<updated>2024-06-27T18:49:56Z</updated>
<author>
<name>geno</name>
<email>gabriele.genovese2@studio.unibo.it</email>
</author>
<published>2024-06-27T18:49:56Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/clp.git/commit/?id=fd85e9980c0305c6dfb91aaeb199430a89163c3e'/>
<id>urn:sha1:fd85e9980c0305c6dfb91aaeb199430a89163c3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a lot of problems from all the progs we need to parse</title>
<updated>2024-06-27T10:02:35Z</updated>
<author>
<name>L0P0P</name>
<email>grassoemanuele@live.com</email>
</author>
<published>2024-06-27T10:02:35Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/clp.git/commit/?id=3c4229fc9e0ec6da9a7f60b57b9e93c49d1b6b6c'/>
<id>urn:sha1:3c4229fc9e0ec6da9a7f60b57b9e93c49d1b6b6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>exercise 1 completed</title>
<updated>2024-06-26T12:53:05Z</updated>
<author>
<name>geno</name>
<email>gabriele.genovese2@studio.unibo.it</email>
</author>
<published>2024-06-26T12:53:05Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/clp.git/commit/?id=06671f5aed68753435a762bc3be43e83094156d1'/>
<id>urn:sha1:06671f5aed68753435a762bc3be43e83094156d1</id>
<content type='text'>
1.b now works
1.c implened error for "function takes N positional arguments but M were given"
</content>
</entry>
<entry>
<title>check semantic of defined and undefined variables implemented</title>
<updated>2024-06-25T14:04:07Z</updated>
<author>
<name>geno</name>
<email>gabriele.genovese2@studio.unibo.it</email>
</author>
<published>2024-06-25T14:04:07Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/clp.git/commit/?id=b12c01732860f9727626829e0b25a273de5fe5c7'/>
<id>urn:sha1:b12c01732860f9727626829e0b25a273de5fe5c7</id>
<content type='text'>
do not check for built-in function
works on the example
</content>
</entry>
<entry>
<title>Package refactoring to avoid verbose paths (#4)</title>
<updated>2024-06-24T13:37:12Z</updated>
<author>
<name>Emanuele Grasso</name>
<email>96300448+L0P0P@users.noreply.github.com</email>
</author>
<published>2024-06-24T13:37:12Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/clp.git/commit/?id=54b2c77e6875c1abb3d73fdfd0de924e75633087'/>
<id>urn:sha1:54b2c77e6875c1abb3d73fdfd0de924e75633087</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set up visitor (#3)</title>
<updated>2024-06-13T09:00:06Z</updated>
<author>
<name>Santo Cariotti</name>
<email>santo@dcariotti.me</email>
</author>
<published>2024-06-13T09:00:06Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/clp.git/commit/?id=8e7089a5d6ba1f4f50a90133bb50bc5c6c554aff'/>
<id>urn:sha1:8e7089a5d6ba1f4f50a90133bb50bc5c6c554aff</id>
<content type='text'>
Co-authored-by: geno &lt;gabriele.genovese2@studio.unibo.it&gt;</content>
</entry>
</feed>
