This website requires JavaScript.
Explore
Help
Sign In
idris-lang
/
Idris2
Watch
1
Star
1
Fork
0
You've already forked Idris2
mirror of
https://github.com/idris-lang/Idris2.git
synced
2025-01-04 22:24:19 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
ea180d0721
Idris2
/
tests
/
node
/
nomangle002
/
run
5 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add testing utilities script
2023-08-29 13:47:42 +03:00
. ../../testutils.sh
[ new ] Add `%nomangle` (#2063) This is (for once) not a breaking changes, instead backends will need to opt in to this change, using the utilities in Compiler.NoMangle. See the js backend for an example of how to do this. This is the first step to being able to use idris to create libraries usable by other languages.
2021-11-09 19:23:50 +03:00
Add testing utilities script
2023-08-29 13:47:42 +03:00
idris2 nomangle1.idr -o test --cg node
idris2 nomangle2.idr -o test --cg node
Reference in New Issue
Copy Permalink