/quick-shell

Bash-compatible shell that JIT compiles commands

Primary LanguageC++Apache License 2.0Apache-2.0

##Quick Shell

Note: Currently in-progress. Not usable as a shell yet.

A bash-compatible shell that Just-In-Time (JIT) compiles the shell commands.

Intended to be also usable as a library for auto-complete, refactoring, formatting, and general shell script introspection. Inspired by clang. Licensed under the Apache License.