Skip to content

floating point support #36

Description

@graydon

Currently there is zero support for floating point past ... perhaps the lexer
and a few of the machine-types? The IL translator, register allocator and
instruction selectors, at very least, have no clue. Threading the type through
the compiler shouldn't be too brutal -- a little tedious -- but might not be
fruitful to go all the way on this backend, as it may not live long enough to
pay for itself (as with u64 and s64). Not sure.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-frontendArea: Compiler frontend (errors, parsing and HIR)

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions