Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

What is this?

This directory contains inputs for Elsa (our code generation tool).

Quick tips

  • Use Haskell syntax highlighting
  • Use block comments ({- and -}) for Elsa comments
  • Use single line comments (--) to produce Swift documentation

For more information read the documentation for Elsa module.

How to run?

Just type make elsa in root directory (it will compile and run 'Elsa' module from ./Sources/Elsa).