https://github.com/RafalWilinski/Interpreter
📺 My own bash interpreter in C
https://github.com/RafalWilinski/Interpreter
bash clang interpreter shell
Last synced: about 1 month ago
JSON representation
📺 My own bash interpreter in C
- Host: GitHub
- URL: https://github.com/RafalWilinski/Interpreter
- Owner: RafalWilinski
- Created: 2015-12-24T15:37:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-28T21:07:56.000Z (over 9 years ago)
- Last Synced: 2024-04-24T16:41:45.561Z (about 1 year ago)
- Topics: bash, clang, interpreter, shell
- Language: C
- Homepage: http://rwilinski.me
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - Interpreter
README
### Compile
```
gcc *.c -o main -lreadline
```And then run
```
./main
```