This website requires JavaScript.
Explore
Help
Sign In
edwinb
/
Idris2-boot
Watch
1
Star
1
Fork
0
You've already forked Idris2-boot
mirror of
https://github.com/edwinb/Idris2-boot.git
synced
2024-12-18 18:31:43 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
71cae356e2
Idris2-boot
/
tests
/
ttimp
/
search003
/
run
5 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Change main program to be Idris2 With the --yaffle flag, you get the old behaviour which is to invoke the checker for the core theory (and all the tests are updated appropriately for this).
2019-06-09 13:58:29 +03:00
$1 --yaffle FakeTC.yaff < input
Put built ttcs in build/ttc, rather than build This is so that we can put other build artefacts (e.g. executables) in properly organised subdirectories of build, e.g. build/bin/chez, build/bin/js, etc.
2019-09-04 14:41:16 +03:00
$1 --yaffle build/ttc/FakeTC.ttc < input
Improve auto search to support interfaces Parser now allows options on data types and functions, and elaborator processes options so we can set up interfaces
2019-05-26 16:28:38 +03:00
rm -rf build
Reference in New Issue
Copy Permalink