snirk-lang / protosnirk

The beginnings of a programming language
MIT License
1 stars 1 forks source link

Remove token literal data #110

Closed SnirkImmington closed 4 years ago

SnirkImmington commented 4 years ago

As per #46 #109, this ensures that literal values are only part of the AST, not of tokens.

Closes #46. Closes #109.