Crates.io | heptgen |
lib.rs | heptgen |
version | 0.1.0 |
source | src |
created_at | 2022-05-12 17:15:25.854677 |
updated_at | 2022-05-12 17:15:25.854677 |
description | Generate c interface files from heptagon interface files. |
homepage | |
repository | https://github.com/P-E-P/heptgen |
max_upload_size | |
id | 585363 |
size | 56,119 |
Easily generate C functions and prototypes from an heptagon interface file.
This program will generate an empty code file as well as two headers, one for function prototypes, one for output types.
A file names read.epi with the following content:
val fun myread(size:int) returns (samples:float^256)
Will generate the following files
$ hetpgen ./path/to/file.epi
--help
show help informations--force
bypass extension verification--overwrite
force overwrite of existing file