parse: Represent values as a literal or reference
Instead of just passing back the token, instead decide what the value is
now and let the interpreter do something with it later.

Right now it just does the same thing it did before, but hopefully it
will turn text literals in to references to objects.
1 parent a72ef3f commit 1f38cdfc9d013a9b52cae305fd06607f932c6c36
@Jookia Jookia authored on 1 Apr 2021
Showing 2 changed files
View
main.py
View
parse.py