Skip to content

University OOP project: a compact C++ CLI interpreter that parses commands, supports pipes ( | ) and I/O redirection ( <, >, >> ), and implements built-ins.

Notifications You must be signed in to change notification settings

andrejcolic/mini-command-line-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-command-line-interpreter

University OOP project: a compact C++ Command-line interpreter. Small and testable components, easy to add new commands.

Features

  • Lexer & parser for a small shell-like syntax
  • Redirection: < input, > output, >> append
  • Built-ins: echo, prompt, time, date, touch, tuncate, rm, wc, tr, head, batch
  • Pipelines: chain commands with |

About

University OOP project: a compact C++ CLI interpreter that parses commands, supports pipes ( | ) and I/O redirection ( <, >, >> ), and implements built-ins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published