Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

[BUG] Syntax Error and ICE When Attempting to Parse Literals (Octal, Hexadecimal, Binary) #287

Open
kugesan1105 opened this issue Mar 13, 2024 · 0 comments
Assignees
Labels
bug fix Something isn't working

Comments

@kugesan1105
Copy link
Collaborator

kugesan1105 commented Mar 13, 2024

Describe the bug

  • Encounters a syntax error when attempting to parse literals, leading to an unexpected token error and an Internal Compiler Error (ICE) during execution.

To Reproduce

with entry{
    pp=0x4e;
    # print(pp);
    ppp=0b1100;
    # print(ppp);
    # print(123, 0x4e, 0b1100);
}

image

@kugesan1105 kugesan1105 added the bug fix Something isn't working label Mar 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fix Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants