Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajalgaonkar/The_Nut_Shell
This project involves writing a command interpreter for a Korn-shell-like command language in C using Lex and Yacc running under FreeBSD.
https://github.com/ajalgaonkar/The_Nut_Shell
Last synced: 2 months ago
JSON representation
This project involves writing a command interpreter for a Korn-shell-like command language in C using Lex and Yacc running under FreeBSD.
- Host: GitHub
- URL: https://github.com/ajalgaonkar/The_Nut_Shell
- Owner: ajalgaonkar
- Created: 2013-02-22T03:50:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-01T20:11:22.000Z (almost 12 years ago)
- Last Synced: 2024-04-24T16:41:32.279Z (9 months ago)
- Language: C
- Size: 629 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - The_Nut_Shell
README
The_Nut_Shell
=============This project involves writing a command interpreter for a Korn-shell-like command language in C using Lex and Yacc running under FreeBSD.