savage icon indicating copy to clipboard operation
savage copied to clipboard

Unable to enter ? for help

Open foresterre opened this issue 3 years ago • 1 comments

Input:

Savage Computer Algebra System 0.2.0
Enter ? for help, press Ctrl+D to quit, Ctrl+C to cancel evaluation

in: ?

Output:

Error: [
    Simple {
        span: 0..1,
        reason: Unexpected,
        expected: {
            Some(
                '!',
            ),
            Some(
                '[',
            ),
            Some(
                '-',
            ),
            Some(
                '0',
            ),
            Some(
                '(',
            ),
        },
        found: Some(
            '?',
        ),
        label: Some(
            "negation",
        ),
    },
]

OS: Windows 10 AMD64, Savage version 0.2.0 from crates.io

foresterre avatar Mar 13 '22 15:03 foresterre

Help isn't implemented yet, sorry for that. It will almost certainly be in the next release, though.

p-e-w avatar Mar 14 '22 06:03 p-e-w