lean4-htt/examples/ffi
tydeu 5b37f1c5c5 feat: split moduleRoot into libRoots and libGlobs
Reason: provide finer grain control over library modules
2021-09-23 21:04:29 -04:00
..
c refactor: rename 'ext' example to 'ffi' 2021-07-27 07:24:45 -04:00
lib test: add ffi-dep example and fix ffi example 2021-09-19 20:01:55 -04:00
.gitignore refactor: rename 'ext' example to 'ffi' 2021-07-27 07:24:45 -04:00
clean.sh chore: fix shell script permissions 2021-09-13 11:40:05 -04:00
package.lean feat: split moduleRoot into libRoots and libGlobs 2021-09-23 21:04:29 -04:00
package.sh test: use $LAKE everywhere 2021-09-21 12:17:27 -04:00
README.md refactor: rename 'ext' example to 'ffi' 2021-07-27 07:24:45 -04:00
test.sh chore: fix shell script permissions 2021-09-13 11:40:05 -04:00

This example was adapted from Xubai Wong's simpleAdd Lake demo. Done with permission from the author.