Search results

  1. sebastian

    F-string support

    I also suggest you consider something as an alternative to f-strings, I use them a lot and 11l just hates them right now (doesn't recognize them at all). Perhaps you could use something with std::format in c++, and maybe have them pass either unaffected to 11l or use std::format or some...
  2. sebastian

    Lists with multiple types inside

    I have a program that contains a list of tokens. The items in that list could be: An int A float A string or, another list with the same possible types (recursively). I could not find a way to put this so that 11l could understand it; it also doesn't seem to like the "list" type in type hints...
Top