Skip to content

jotaAfonso/OcamlProjections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OcamlProjections

This project is complementary to JavaParser, where taking the generated file from that project gives us the correct projections of the automaton for every role type that exists in it.

Install

  • ocaml
  • atdgen

Run

*Optional

In the bin folder, produce types and code and also build the executable:

cd bin

To produce projection types definitions:

atdgen -t auto.atd

Build project:

dune build auto.exe 

To run:

cd ../_build/default/bin
./auto.exe  <input_file.json>

Example of generated projections:

project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published