Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
shader
5161 days ago |
link
|
parent
I'm creating a compiler for a class, and I've been representing variable names in the ast with symbols. I could use strings instead, and may end up doing so, but symbols seemed a more elegant solution.