Skip to content

Conversation

@aloshdenny
Copy link

Added support for exponentiation operator

@aloshdenny
Copy link
Author

Compilers still don't make sense to me, but I'm not stopping until I figure it out.

@rohittp0
Copy link
Owner

rohittp0 commented Nov 7, 2023

PRINT "Enter first number"
INPUT a
PRINT "Enter second number"
INPUT b

LET c = a**b

PRINT c
Invalid token 'Token(TokenType.EXP:'**')'

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.

2 participants