Move bit-fields into new package.

This commit is contained in:
Stephen Chung
2022-01-03 23:10:20 +08:00
parent bccdf70521
commit 8961f36e8e
7 changed files with 215 additions and 196 deletions

View File

@@ -12,6 +12,12 @@ Script-breaking changes
* `is` is (pun intended) now a reserved keyword to prepare for possible future type checking expressions (e.g. `x is "string"`).
Breaking changes
----------------
* `LogicPackage` is removed from `CorePackage`.
* Bit-field functions are moved into a new `BitFieldPackage` (used to be in `LogicPackage`) which makes more sense.
New features
------------