jesustorresdev / simpleshell

Simple C++ framework for writing line-oriented command interpreters. It was thought mainly to assist students in their learning about operating systems topics.
Apache License 2.0
3 stars 2 forks source link

Split parser.hpp #2

Closed jesustorresdev closed 13 years ago

jesustorresdev commented 13 years ago

We should split parser.hpp into base_parser.hpp, simple_parser.hpp and simple_shell_parser.hpp (or shell_parser.hpp). It will do the code more understandable for students.

jesustorresdev commented 13 years ago

Solved in SHA: 367e7ec69be59813d7ebf585bcd5f713d1d8564a