Skip to content

imandra-ai/ipl-ast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imandra Protocol Language OCaml AST Types

Use this OCaml Ast and printer to create IPL AST elements for analysis. E.g.

let program = [Import "FIX_4_4"]

as an example ast element. Then print to ipl code as string using for example:

let ipl_code = program_pp CCFormat.str_formatter program; CCFormat.flush_str_formatter ();;

Building and formatting code

Run

make build

to build the project;

make format

to format the code

and

make clean

to clean the build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •