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

Create a simplest parser that reproduce better the Python.cmd behavior #1

Closed jesustorresdev closed 13 years ago

jesustorresdev commented 13 years ago

I think we need a parser that doesn't split the arguments and doesn't distinguish between simple word and quoted strings. And at least other with all the functionality but enabled o disbled by template arguments.

jesustorresdev commented 13 years ago

I think our SimpleParser class is simple enough. I will create a new issue about make a shell parser with all the functionality.

jesustorresdev commented 13 years ago

Issue #5 created.