tdauth / vjasside

IDE for the scripting languages JASS and vJass of the computer game Warcraft III.
0 stars 0 forks source link

Measure and reduce memory by scanner #24

Open tdauth opened 2 years ago

tdauth commented 2 years ago

Add lengh of all tokens from warcraft Standard Script and check them in a test. Reduce memory by atoring only Types for keywords and operators. Use a Symbol Table for all texts which is shared. Many Types and identifiers will occur more than once.