Date: 2018-02-01
Categories: software; research

New OCaml library: path resolution

In the last few weeks I have written some new software: a formal specification of path resolution in OCaml.

The specification is based on the SibylFS work. It aims to be significantly simpler than the SibylFS path resolution specification, whilst at the same time capturing real-world messiness.

The code is at https://github.com/tomjridge/path_resolution


Related posts: