<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clp.git/src/semanticanalysis, 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 the print of the ast and some warnings (#19)</title>
<updated>2024-07-06T07:47:25Z</updated>
<author>
<name>Emanuele Grasso</name>
<email>96300448+L0P0P@users.noreply.github.com</email>
</author>
<published>2024-07-06T07:47:25Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/clp.git/commit/?id=f0692ff5f9e39cbd1c203e9d5abebf55a3d0f6fc'/>
<id>urn:sha1:f0692ff5f9e39cbd1c203e9d5abebf55a3d0f6fc</id>
<content type='text'>
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>remove duplicates</title>
<updated>2024-06-27T11:08:54Z</updated>
<author>
<name>geno</name>
<email>gabriele.genovese2@studio.unibo.it</email>
</author>
<published>2024-06-27T11:08:54Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/clp.git/commit/?id=673117132daa9c4fdd103189b5cd9a32a3731f5a'/>
<id>urn:sha1:673117132daa9c4fdd103189b5cd9a32a3731f5a</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>Semantic check for function declaration and function invocation</title>
<updated>2024-06-26T09:44:58Z</updated>
<author>
<name>L0P0P</name>
<email>grassoemanuele@live.com</email>
</author>
<published>2024-06-26T09:44:58Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/clp.git/commit/?id=9e6c17cb44bc165e315ec039a0e09183716d2037'/>
<id>urn:sha1:9e6c17cb44bc165e315ec039a0e09183716d2037</id>
<content type='text'>
</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>wip</title>
<updated>2024-06-25T09:33:41Z</updated>
<author>
<name>Santo Cariotti</name>
<email>santo@dcariotti.me</email>
</author>
<published>2024-06-25T09:33:41Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/clp.git/commit/?id=6bdf1fc6c1b7afe18ffcae05f8fb11eca0f51258'/>
<id>urn:sha1:6bdf1fc6c1b7afe18ffcae05f8fb11eca0f51258</id>
<content type='text'>
</content>
</entry>
</feed>
