Skip to content

dariabroscoteanu/shell243

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.6%
  • Makefile 1.4%