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: 5 months ago
JSON representation
RubbiSH, a useless UNIX Shell command line interpreter (CLI).
- Host: GitHub
- URL: https://github.com/keiya/rubbish
- Owner: keiya
- Created: 2015-10-27T03:23:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T04:57:18.000Z (over 9 years ago)
- Last Synced: 2024-04-24T12:02:23.893Z (12 months ago)
- Topics: cli, command-line, shell, yacc
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - rubbish
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