Skip to content

Fixed the Inconsistent decimal evaluation error#111

Merged
kaidesu merged 6 commits into1.0from
unknown repository
Nov 20, 2022
Merged

Fixed the Inconsistent decimal evaluation error#111
kaidesu merged 6 commits into1.0from
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Nov 20, 2022

panic: interface conversion: ast.ExpressionNode is *ast.Number, not *ast.Identifier

has been fixed by changing the .Identifier to .Number.

Bernward Sanchez added 6 commits November 14, 2022 18:59
The execution time is now faster than before.
The execution time is now faster than before.
The execution time is now faster than before.
```bash
panic: interface conversion: ast.ExpressionNode is *ast.Number, not *ast.Identifier
```
has been fixed by changing `.Identifier` to `.Number`.
@kaidesu kaidesu merged commit 1eb116b into ghost-language:1.0 Nov 20, 2022
@kaidesu
Copy link
Copy Markdown
Member

kaidesu commented Nov 20, 2022

be sure to work from a feature branch so the commit history is clean 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant