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
2024-12-23 11:43:08 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
c4f99a815e
Idris2
/
tests
/
base
/
data_bits002
/
run
4 lines
40 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add testing utilities script
2023-08-29 13:47:42 +03:00
. ../../testutils.sh
[ new ] Implement bit-rotation operators (#2903) * [ new ] Implement bit-rotation operators Whereas `shiftR` and `shiftL` throw bits off the edge, the `rotR` and `rotL` operations wrap the bits around to the start of the bit-stream. * [ test ] visualise bit patterns instead * [ fix ] print bit patterns the right way around --------- Co-authored-by: Guillaume Allais <guillaume.allais@ens-lyon.org>
2023-03-04 17:41:54 +03:00
Remove trivial testing input files
2023-08-29 19:02:01 +03:00
run BitRotate.idr
Reference in New Issue
Copy Permalink