Skip to content

sebastianselander/kjell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic kjell written in C.

Implemented

  • Cool prompt
  • Fork/wait
  • Cd
  • Exit code negation (!)
  • Sequential lists
  • Or lists
  • And lists
  • Exec

Next

  • Subshell
  • and much more

Run

  • nix run "github:sebastianselander/kjell"
  • make run with all dependencies installed

Development

nix develop to enter a development shell with all dependencies, then running the kjell should only require make run

The following are the dependencies if access to nix flakes is not possible.

  • C compiler
  • Make
  • BNFC
  • Bison
  • Flex

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published