Skip to content

FormatException: Nothing to repeat  #78

Closed
@t-m-z

Description

@t-m-z

I try to implement a Befunge-Interpreter. Hence I defined a Map<String, TextStyle> BEFUNGE_SYNTAX for the relevant syntax-Highlighting.
The following code causes the FormatException:
void initState() {
super.initState();
_befungeGenerateController = TextEditingController(text: _currentGenerate);
_befungeInterpretCodeController = CodeController(
text: _currentInterpret,
stringMap: BEFUNGE_SYNTAX,
);
_inputController = TextEditingController(text: _currentInput);
_codeGenerateController = TextEditingController(text: _sourceCodeGenerated);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions