samvv / mage

A work-in-progress lexer/parser generator for a growing number of languages
1 stars 1 forks source link

Do not use external types in the CST generator #17

Open samvv opened 8 months ago

samvv commented 8 months ago

A CST should be a pure textual representation of the underlying source. This means that types like int and float should not be used to represent parts of the CST.