Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 388 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 388 Bytes

CHELLE most commonly known as 42sh project

Objective Recode a functionnal shell with essential features, described as follows:

  • line edition
  • lexing
  • parsing
  • pipe handling
  • redirections
  • simple job control
  • signal handling
  • filename expansion
  • brace expansion
  • variable expansion
  • some builtins (set, hash...)
  • shell options
  • history handling
  • autocompletion