Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-cskn authored Apr 7, 2024
1 parent df5afcd commit e9fdcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Bash also allows users to create shell scripts that contain a sequence of comman
These basic steps of Bash provide a user-friendly command-line environment and come with a wide range of commands. Users can customize Bash and there is extensive documentation and community support.

## How does this Minishell work?
Essentially bash breaks down the process into 4 steps:
Essentially we breaks down the process into 4 steps:
* `lexer` accepts the raw string input of the user and converts it to tokens.
* `expander` accepts a list of tokens and replaces placeholders with its values.
* `parser` accepts a list of tokens and converts them to commands.
Expand Down

0 comments on commit e9fdcd1

Please sign in to comment.