malforge / mdk2

MIT License
73 stars 5 forks source link

Verbatim character breaks compiler #42

Closed InfernoSuperNova closed 1 month ago

InfernoSuperNova commented 1 month ago
    public void SomeFunction()
    {
        double @someVariable = 0;
        double someVariableTwo = @someVariable;
    }

It doesn't have to be on keywords either.

malware-dev commented 1 month ago

... That's so weird. It's treating it as two different variables.

malware-dev commented 1 month ago

Fixed in v2.0.9