kosen13s / tiny

A tiny programming language to improve kosen13s' skills
MIT License
4 stars 0 forks source link

Infomation from SyntaxTree #23

Open Iruyan-Zak opened 6 years ago

Iruyan-Zak commented 6 years ago

Now, SyntaxTree discards the information of Token kind e.g. Literal. Semantics parsing will use it.

Roadagain commented 6 years ago

i think splitting Leaf into Literal and Identifier. if it feels good for you, i will fix as this.

Iruyan-Zak commented 6 years ago

I don't like it by the semantic reason, but it is handy. So, I agree to you.