andrew-johnson-4 / lambda-mountain

Compact Portable Assembler (5K SLOC)
MIT License
12 stars 0 forks source link

Token Numerical Identifier #476

Open andrew-johnson-4 opened 3 weeks ago

andrew-johnson-4 commented 3 weeks ago

Currently String Pointer Value is used as an identifier for each token. It would be much more efficient to generate unique identifiers for each token rather than cloning each string.