phillipstanleymarbell / Noisy-lang-compiler

Noisy language compiler
MIT License
17 stars 1 forks source link

Emit dimension names from estimator synthesis backend #578

Open KomaGR opened 2 years ago

KomaGR commented 2 years ago

Right now the estimator synthesis backend emits C code that uses either float or double for variable declaration.

Enhance the logic to utilize information about the signals of each variable to emit a signal based identifier that will work in conjunction with the backend that generates the relevant typedefs.

Then use the estimator synthesis to create a separate example/validation for the LLVM IR backend.