<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minishell/src/new_node.c, branch main</title>
<subtitle>A partial reimplementation of bash from scratch created at 42 Heilbronn 
</subtitle>
<id>https://git.dkaiser.de/42/minishell/atom?h=main</id>
<link rel='self' href='https://git.dkaiser.de/42/minishell/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/minishell/'/>
<updated>2025-01-20T17:41:55Z</updated>
<entry>
<title>I love the norme sooooooooooo much!!!!</title>
<updated>2025-01-20T17:41:55Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2025-01-20T17:41:55Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/minishell/commit/?id=4e249399780b53dad6fa1bf6db8a7c6d32ee2d13'/>
<id>urn:sha1:4e249399780b53dad6fa1bf6db8a7c6d32ee2d13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merged</title>
<updated>2025-01-20T12:06:34Z</updated>
<author>
<name>Christopher Uhlig</name>
</author>
<published>2025-01-20T12:06:34Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/minishell/commit/?id=8f5abcdb257393a2e576fe382835e8e060662834'/>
<id>urn:sha1:8f5abcdb257393a2e576fe382835e8e060662834</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create files</title>
<updated>2025-01-16T18:16:44Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2025-01-16T18:16:44Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/minishell/commit/?id=3392f2b811269f174620832d663b09ef4f4e43f3'/>
<id>urn:sha1:3392f2b811269f174620832d663b09ef4f4e43f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix error message printing</title>
<updated>2024-09-17T17:25:13Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-09-17T17:25:13Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/minishell/commit/?id=1fec66236f1811a3eeac673d0002fe8d9d3d8835'/>
<id>urn:sha1:1fec66236f1811a3eeac673d0002fe8d9d3d8835</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix SEGV on invalid redirection</title>
<updated>2024-09-13T14:23:04Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-09-13T14:23:04Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/minishell/commit/?id=f24b063f2135f495193dac4847b9f2489d1d954a'/>
<id>urn:sha1:f24b063f2135f495193dac4847b9f2489d1d954a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove assigns</title>
<updated>2024-08-11T10:27:02Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-08-11T10:27:02Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/minishell/commit/?id=99e8655aaf9827c7d5248c7f3d0913fcb1377cfb'/>
<id>urn:sha1:99e8655aaf9827c7d5248c7f3d0913fcb1377cfb</id>
<content type='text'>
I found out that there's a difference between shell variables and env
variables.
We don't have to implement shell variables, so I removed all code that
handles them.
</content>
</entry>
<entry>
<title>Fix errors and make the parser work</title>
<updated>2024-07-22T13:07:59Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-07-22T13:07:59Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/minishell/commit/?id=47a68b82e0463f5dfd4bd8a9c4b32b4c5fbcb610'/>
<id>urn:sha1:47a68b82e0463f5dfd4bd8a9c4b32b4c5fbcb610</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move assign into cmd node</title>
<updated>2024-07-08T14:15:32Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-07-08T14:15:32Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/minishell/commit/?id=5316c9880416b77b4b97b07fd6ae47f171a0ba23'/>
<id>urn:sha1:5316c9880416b77b4b97b07fd6ae47f171a0ba23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add data structures for tokenizing and parsing</title>
<updated>2024-06-28T13:09:32Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-06-28T13:09:32Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/minishell/commit/?id=8103cadfc95fb76539bfccc893a2101ccb89ea90'/>
<id>urn:sha1:8103cadfc95fb76539bfccc893a2101ccb89ea90</id>
<content type='text'>
* Add data structures and helper functions for ast

* Add data structures for tokenizing

* Add helper functions for token structures

* Include token.h in minishell.h

* Add new/free functions for nodes/tokens to Makefile

* Add UNREACHABLE macro to debug_tools.h</content>
</entry>
</feed>
