Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eel-moun/bashclone
this project is about Building a minimalistic shell from scratch, emulating the behavior of Bash.
https://github.com/eel-moun/bashclone
abstract-syntax-tree c collaboration git lexing parsing process shell system-design tokenizer
Last synced: about 3 hours ago
JSON representation
this project is about Building a minimalistic shell from scratch, emulating the behavior of Bash.
- Host: GitHub
- URL: https://github.com/eel-moun/bashclone
- Owner: eel-moun
- Created: 2023-08-24T13:36:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T13:44:15.000Z (about 1 year ago)
- Last Synced: 2024-01-27T02:31:02.767Z (10 months ago)
- Topics: abstract-syntax-tree, c, collaboration, git, lexing, parsing, process, shell, system-design, tokenizer
- Language: C
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BashClone
this project is about Building a minimalistic shell from scratch, emulating the behavior of Bash.