Skip to content

frontend: Add float support - #1049

Open
BadGraphixD wants to merge 1 commit into
masterfrom
feature/float-frontend-support
Open

frontend: Add float support#1049
BadGraphixD wants to merge 1 commit into
masterfrom
feature/float-frontend-support

Conversation

@BadGraphixD

@BadGraphixD BadGraphixD commented Aug 3, 2026

Copy link
Copy Markdown
Contributor
  • Adds float-type definition
  • Adds annotation [ IEEE : <size> ] for float-type
  • Adds annotation [ [sticky] fe flag <flag-name> : <format-field> ] for registers
  • Adds new syntax for SymbolExpr: id::path::<const params>(params)
  • Adds new VIAM nodes and built-in types
    • FloatFormat node
    • Constant.FloatType
    • VIAM annotation for float exception flags
    • The built-in type FloatType, which is the type of FloatFormat
  • Adds constant-param-based type inference and checking for built-ins

@BadGraphixD
BadGraphixD requested a review from Jozott00 August 3, 2026 17:09
@github-actions github-actions Bot added the enhancement New feature or request label Aug 3, 2026
@BadGraphixD
BadGraphixD enabled auto-merge August 3, 2026 17:09
@BadGraphixD BadGraphixD added frontend This is frontend related language Language changes labels Aug 3, 2026
- Adds float-type definition
- Adds annotation [ IEEE : <size> ] for float-type
- Adds annotation [ [sticky] fe flag <flag-name> : <format-field> ]
  for registers
- Adds new syntax for SymbolExpr: id::path::<const params>(params)
- Adds new VIAM nodes and built-in types
  - FloatFormat node
  - Constant.FloatType
  - VIAM annotation for float exception flags
  - The built-in type FloatType, which is the type of FloatFormat
- Adds constant-param-based type inference and checking for
  built-ins
@BadGraphixD
BadGraphixD force-pushed the feature/float-frontend-support branch from bbdff3a to e5bd690 Compare August 4, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request frontend This is frontend related language Language changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant