Skip to content

Romerico234/Unix-Shell-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unix-Shell-Clone

This project implements a simplified Unix command-line shell. It includes:

  • A modular architecture (based on the REPL) with distinct components:
    • Lexer
    • Parser
    • Executor
    • Commands
  • An operator-precedence parser using the Precedence Climbing Method
  • Custom implementations of many core shell commands using POSIX System Calls

Installation

Clone the repository:

git clone https://github.com/Romerico234/OS-Shell-Clone.git
cd OS-Shell-Clone

About

Custom Unix Command-Line Shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages