Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 379 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 379 Bytes

shell243

A simple shell. See grammar.ebnf for details about the parser.

Make sure you have GNU Readline installed and compile with make. By default, it is compiled with -DDEBUG, which makes it print the AST after each command. To disable this, compile with make DEFS="".

To exit out of the shell type use C-d.

License

See COPYING.