Skip to content

Releases: cogsandsquigs/nand7400

v0.4.1

17 Aug 19:39
Compare
Choose a tag to compare

Added a built-in formatter.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 Aug 23:39
Compare
Choose a tag to compare

Major parsing update:

  • Added comments with ; instead of //.
  • Allowed for .byte and .org directives.
  • Allowed for different memory addressing modes.

Full Changelog: v0.3.2...v0.4.0

v0.4.0-alpha.1

03 Aug 23:31
Compare
Choose a tag to compare
v0.4.0-alpha.1 Pre-release
Pre-release

Fixes for Swift bindings.

Full Changelog: v0.4.0-alpha.0...v0.4.0-alpha.1

v0.4.0-alpha.0

03 Aug 22:48
Compare
Choose a tag to compare
v0.4.0-alpha.0 Pre-release
Pre-release

Alpha version for testing of the Swift/Xcode library.

Full Changelog: v0.3.2...v0.4.0-alpha.0

v0.3.2: Update API + docs

17 Jul 13:31
Compare
Choose a tag to compare

v0.3.1: Allow for numbers overflowing i8s but within u8s

16 Jul 21:30
Compare
Choose a tag to compare

v0.3.0: Allow for negative literal values

16 Jul 00:41
Compare
Choose a tag to compare

v0.2.1: Allow for the return of both binary and AST

16 Jul 00:14
Compare
Choose a tag to compare

v0.2.0: Allow for multiple errors to be returned from bindings

11 Jul 13:45
Compare
Choose a tag to compare

Allow for multiple errors to be returned from bindings. This does not affect the rust API, but does affect the bindings one.

v0.1.3: Fix parsing issue with labels.

10 Jul 15:17
Compare
Choose a tag to compare

Fixed issue where labels are offset by 1 in their address.