ncatelli / spasm

An experimental multi-target assembler.
Apache License 2.0
4 stars 0 forks source link

Define Reify trait for concretizing a preparser type #107

Closed ncatelli closed 3 years ago

ncatelli commented 3 years ago

Backends will need to take their use type tuple defined in #106 and concretize it to a valid type for their corresponding backend. This trait should allow an input and Optional output type returning the type if it satisfies the constraint of the use.

child of #101 and #106

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 1.1.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: