Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 522 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 522 Bytes

purescript-gram

Purescript implementation of a path-based graph model.

path := empty | path_id path path

asciicast

Try this

To exercise the code, try this...

  1. prerequisite: install nodejs
  2. set up project: npm init
  3. run it: npm run start
  4. test it: npm run test

While all code is implemented in Purescript, this project uses a combination of Purescript and Javascript tooling.