Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/keiya/rubbish

RubbiSH, a useless UNIX Shell command line interpreter (CLI).
https://github.com/keiya/rubbish

cli command-line shell yacc

Last synced: about 2 months ago
JSON representation

RubbiSH, a useless UNIX Shell command line interpreter (CLI).

Lists

README

        

RubbiSH
=========

## implementation design
* cwd.c
* handle current directory (cd)
* execute.c
* process management
* lexer.c
* Lexical Analyzer
* parser.y
* Yacc(Bison)
* rubbish.c
* read inputs by readline()
* manage input historys
* rubgc.c
* memory management
* semantic.c
* functions that generate abstract syntax
* shellcmd.c
* internal shell commands