<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minishell.git/src/lexer/lexer.c, branch master</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>Norming lexer</title>
<updated>2020-10-10T06:39:24+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-10-10T06:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=5f908033e68f6f3e03f2c38f4c396a0eab77ed05'/>
<id>5f908033e68f6f3e03f2c38f4c396a0eab77ed05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Splitting preprocessing, Added parsed error helper</title>
<updated>2020-10-09T14:13:50+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-10-09T14:13:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=00bce5ad1d5ac92d20617a9eb2647365bf87cab2'/>
<id>00bce5ad1d5ac92d20617a9eb2647365bf87cab2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing parenthesis leak in parser, Fixing crash on empty input</title>
<updated>2020-10-09T10:42:31+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-10-09T10:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=eeeeed44a9c7e8bd2f6a579bcace1f90d8a040ec'/>
<id>eeeeed44a9c7e8bd2f6a579bcace1f90d8a040ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing leaks in parser and preprocessor</title>
<updated>2020-10-08T10:33:40+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-10-08T10:33:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=f863725c60e38ecb6087a2172f29c910c7e598c5'/>
<id>f863725c60e38ecb6087a2172f29c910c7e598c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>comment add</title>
<updated>2020-09-18T09:00:41+00:00</updated>
<author>
<name>nass1pro</name>
<email>nass1pro@gmail.com</email>
</author>
<published>2020-09-18T09:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=61b09b0ef1da060bf10aeea1b7b0619efbe14a13'/>
<id>61b09b0ef1da060bf10aeea1b7b0619efbe14a13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added lexer spliting ';;', separator string lookup table in parser for error message</title>
<updated>2020-09-17T09:21:54+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-09-17T09:21:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=82c2d94a6513256f9173ff62439e70d3a0b25582'/>
<id>82c2d94a6513256f9173ff62439e70d3a0b25582</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing memory leaks in preprocess and parser</title>
<updated>2020-09-16T18:25:08+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-09-16T18:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=46c7f91cdceef0d5dd801ac569fb5d0c76b711aa'/>
<id>46c7f91cdceef0d5dd801ac569fb5d0c76b711aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added g_state to store global variables, Refactoring tok_assign_str</title>
<updated>2020-09-16T14:40:22+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-09-16T14:40:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=3bb997212b3a0d140a34932f9deff52793673d49'/>
<id>3bb997212b3a0d140a34932f9deff52793673d49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renaming lexer status variable</title>
<updated>2020-09-14T14:34:26+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-09-14T14:34:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=948ac90c7b32fd06d939db41fdab848fd0a9abbe'/>
<id>948ac90c7b32fd06d939db41fdab848fd0a9abbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test error lexer quote</title>
<updated>2020-09-14T14:21:24+00:00</updated>
<author>
<name>nass1pro</name>
<email>nass1pro@gmail.com</email>
</author>
<published>2020-09-14T14:21:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/minishell.git/commit/?id=7f08c8ba80240ece1f34caa4fb15e240301fff5e'/>
<id>7f08c8ba80240ece1f34caa4fb15e240301fff5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
