<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minishell.git/src/ast.c, branch rendu</title>
<subtitle>School project: a minimalistic shell based on bash
</subtitle>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/'/>
<entry>
<title>Fixing happy path memory leaks</title>
<updated>2020-10-07T16:58:40+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-10-07T16:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=80b74c925e5bf0aaed7329d87a5ed9b6a7d57fdb'/>
<id>80b74c925e5bf0aaed7329d87a5ed9b6a7d57fdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added pipeline ast and pipeline evaluation (not working when first command is infinite)</title>
<updated>2020-10-06T13:57:29+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-10-06T13:57:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=54394620893f7245c7697a57d724d430d06b57d1'/>
<id>54394620893f7245c7697a57d724d430d06b57d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fising tok_lst_new uninitialized next, Added tok_lst_debug, Fixing parse_cmd</title>
<updated>2020-08-27T19:13:39+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-08-27T17:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=95a16d2d88c8628ab0ae76f3ae04dfebee566950'/>
<id>95a16d2d88c8628ab0ae76f3ae04dfebee566950</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated preprocessing, redir, ast to use t_tok_lst instead of t_ftlst</title>
<updated>2020-08-27T16:47:16+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-08-27T16:47:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=a680cf09a3fa4b7c6adc38e4297ee5535172826b'/>
<id>a680cf09a3fa4b7c6adc38e4297ee5535172826b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update parser_error</title>
<updated>2020-06-19T11:28:41+00:00</updated>
<author>
<name>nass1pro</name>
<email>nass1pro@gmail.com</email>
</author>
<published>2020-06-19T11:28:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=c8091831c4ce1c4cf8703b18de22441aff191f44'/>
<id>c8091831c4ce1c4cf8703b18de22441aff191f44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'parse_cmd'</title>
<updated>2020-06-18T11:44:38+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-06-18T11:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=abd0785ea2734201251609275b361557abc04553'/>
<id>abd0785ea2734201251609275b361557abc04553</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update line op</title>
<updated>2020-06-17T17:01:25+00:00</updated>
<author>
<name>nass1pro</name>
<email>nass1pro@gmail.com</email>
</author>
<published>2020-06-17T17:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=ae510a886b202926b4a5502de02a938054844ad4'/>
<id>ae510a886b202926b4a5502de02a938054844ad4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added (basic) operator evaluation</title>
<updated>2020-06-17T15:10:46+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-06-17T15:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=9aab4ace12a04d0c5477909e54bb43fefcd19f9c'/>
<id>9aab4ace12a04d0c5477909e54bb43fefcd19f9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'parser'</title>
<updated>2020-06-15T11:12:34+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-06-15T11:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=b8623ff168880845c745da62f7e9a840f0541809'/>
<id>b8623ff168880845c745da62f7e9a840f0541809</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ADD redir_parse draft</title>
<updated>2020-06-15T11:00:24+00:00</updated>
<author>
<name>nass1pro</name>
<email>nass1pro@gmail.com</email>
</author>
<published>2020-06-15T11:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=a7dae7d30b7087bcd9972792a2ee1248e081cfce'/>
<id>a7dae7d30b7087bcd9972792a2ee1248e081cfce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
