GabrieleMessina/qutes_lang

Should every token produce a Symbol?

Closed this issue · 2 comments

int b = a + 1; should be translated into a sum between the symbols a and 1?

Should the + also be a Symbol?
Probably it would be better to have a Symbol only as the result of an expression.