Skip to content

Additional string formats for configurations/terms? #36

Description

@jagot

Do we want to support variations of the string formats used to specify configurations and terms?

E.g., in addition to c"1s2" and T"1S" we could also support

  • c"1s²" and T"¹S", which improve readability of the source code (this is how the configurations and terms are printed, anyway), and
  • c"1s( 2)", which is a commonly used format in other codes and would simplify copying-and-pasting.

The first option would require some unicode-regex magic, which might be non-trivial, the second option should be easy. To keep things simple, we should not allow mixing of formats within the same string.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions