sergiotaborda / lense-lang

The Lense Language Compiler
1 stars 0 forks source link

Use lense concatenation instead of native #97

Open sergiotaborda opened 1 year ago

sergiotaborda commented 1 year ago

Currently the compiler trnasforms concatenation to + operators in java and wrpas it in a NativeString. With the new ConcatenationString the compiler can use the new mecanism

Maybe a special String implemenation that receives a List os Lense strings