1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2024-07-22 01:58:46 -03:00

20 lines
660 B
Plaintext
Executable File

- handle repeated IEs
- q_assign should remove old value (i.e. zero destination)
- bit numbering is wrong; should be <size@high>
- should be library (well, need at least more flexible name selection)
- copies of adjacent fields should be merged
- copies of partial bytes should be byte-wide if rest is only zeroes
- should be able to have multiple selectors in one byte
- case/default needs better compile-time check
- parser shouldn't copy unnamed fields
- optimize
- code needs a lot of cleaning
Restrictions
------------
- there's only very limited error checking
- no support for arrays (repeated IEs)
- copy operations are not optimized