The new version of the Tarasca Project improves the infrastructure for creating a Command Line Interface (CLI) that supports privileged menus, tab completion, command completion and some other features. It provides a way for implementing user-defined commands in a simple, compact and fast way.
This version improves the way in which the user-defined commands can be declared in the configuration files; and no lex/yacc are needed anymore since they're already provided. See the Changelog for further details.... read more
This version allows a greater flexibility when writing the configuration files. No lex/yacc are needed anymore since the scanner/parser they produce are already included. Several other improvements where added and a lot a bugs were fixed. See the Changelog for details.
This version standarizes the API functions, fixes several bugs and updates the documentation.
This new version improves functionality, simplifies
the command-creation process, does not need configuration files when running in the target system and fixes several bugs.