Skip to content

lmouelle/simple-shell-in-ocaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Ocaml Shell

This is an aborted experiment, playing with Angstrom parser library in OCaml. the goal was to write a simple shell. It kind of works but is incomplete. Biggest issue is that using pipes of any kind in interactive mode/repl results in the shell exiting. Something about doing a basic ls foo | grep bar causes EOF exception to be thrown. At some point I'll revisit this and figure out why EOF is blocking me, and complete the features described in the grammar. For now other projects have my interest.

About

Literally what it says on the tin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages