Skip to content

floating point support #36

Closed
Closed
@graydon

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.

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