GabrieleMessina / qutes_lang

A high level programming language for quantum computing.
https://gabrielemessina.github.io/qutes_lang/
MIT License
4 stars 1 forks source link

Quint and Qubit literal handling could be simplify #79

Open GabrieleMessina opened 4 weeks ago

GabrieleMessina commented 4 weeks ago

We need to refactor the lexer and parser to remove some possible syntax. Plus, we could handle these literals as arrays of simpler types directly in the parser so that at the end of compilation, we get an array of Symbol.

GabrieleMessina commented 4 weeks ago

We should also avoid ambiguity between these literals and array values.