qwertie / ecsharp

Home of LoycCore, the LES language of Loyc trees, the Enhanced C# parser, the LeMP macro preprocessor, and the LLLPG parser generator.
http://ecsharp.net
Other
172 stars 25 forks source link

Qualified names of identifier macros not working? #135

Open qwertie opened 3 years ago

qwertie commented 3 years ago

I just noticed that while

#importMacros LeMP.ecs;
#useSymbols;

is working fine in the EC# lexer (which is written in LES so LeMP.ecs is not automatically imported),

LeMP.ecs.#useSymbols;

doesn't work.