https://github.com/whatisrt/tenkei
Tool for creating arbitrary language bindings
https://github.com/whatisrt/tenkei
code-generator ffi-wrapper
Last synced: 10 months ago
JSON representation
Tool for creating arbitrary language bindings
- Host: GitHub
- URL: https://github.com/whatisrt/tenkei
- Owner: WhatisRT
- Created: 2018-03-08T12:19:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T11:19:21.000Z (over 7 years ago)
- Last Synced: 2025-01-11T02:52:59.712Z (12 months ago)
- Topics: code-generator, ffi-wrapper
- Language: Haskell
- Homepage:
- Size: 209 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build instructions
Compile build.hs (e.g. with `stack ghc`), and execute it with two parameters. The first parameter is the language of the executable, the second parameter the language of the library. Make sure the directory tenkei-build exists. To run the program, use `env LD_LIBRARY_PATH=. ./test-exe` in the tenkei-build directory.