Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed parsing error #22

Merged
merged 1 commit into from
Jun 17, 2021
Merged

Fixed parsing error #22

merged 1 commit into from
Jun 17, 2021

Conversation

akkuankka
Copy link
Owner

For some reason :pi^2 was being lexed as Symbol("pi^") INumber(2).
I don't know why changing to a multiline definition of the function resolves
this, it means the same. All I know is Macros are Weird

For some reason `:pi^2` was being lexed as Symbol("pi^") INumber(2).
I don't know why changing to a multiline definition of the function resolves
this, it means the same. All I know is Macros are Weird
@akkuankka akkuankka merged commit d35ecc6 into main Jun 17, 2021
@akkuankka akkuankka deleted the parsing-errors branch June 17, 2021 04:24
@akkuankka akkuankka linked an issue Jun 17, 2021 that may be closed by this pull request
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.

Errors Parsing Symbols to a power
1 participant