Implement tokenization
authorLukas Jiriste <ljiriste@student.42prague.com>
Sun, 23 Jun 2024 17:08:37 +0000 (19:08 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Sun, 23 Jun 2024 17:08:37 +0000 (19:08 +0200)
commita850c44dba0eceb13319cd42d0981f443d18ce21
treefbd9367e98cde5f56f60030de991afd349a4ddb3
parent42ece06fd235b133b090bc90fe07ce4aaa0ed72c
Implement tokenization

The tokenization seems to work now. Thanks to it the parsing can be
tested which shows a leak with the unfreed memory originating from the
follow_rule function.
inc/minishell.h
src/input_handling.c
src/main.c
src/tokenization.c