Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 440 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 440 Bytes

Design

Loading of the data file

  • use of Ada's representation of scalar or modular types formated as base#value# : ex. 2#10110101# :
    • just put 2# in front, and # at the end of the data 😉 to get the full string representation of the scalar value.