POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more.
-
Updated
Jan 28, 2025 - C++
POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more.
This is my implementation of the first interpreter described in the book Crafting Interpreters by Robert Nystrom
Add a description, image, and links to the build-your-own-x topic page so that developers can more easily learn about it.
To associate your repository with the build-your-own-x topic, visit your repo's landing page and select "manage topics."