Skip to content

Added exponentiation operator - #3

Closed
aloshdenny wants to merge 1 commit into
rohittp0:masterfrom
aloshdenny:exponentiation-operator
Closed

Added exponentiation operator#3
aloshdenny wants to merge 1 commit into
rohittp0:masterfrom
aloshdenny:exponentiation-operator

Conversation

@aloshdenny

Copy link
Copy Markdown

Added support for exponentiation operator

@aloshdenny

Copy link
Copy Markdown
Author

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

@rohittp0

rohittp0 commented Nov 7, 2023

Copy link
Copy Markdown
Owner
PRINT "Enter first number"
INPUT a
PRINT "Enter second number"
INPUT b

LET c = a**b

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

@aloshdenny aloshdenny closed this by deleting the head repository Jul 28, 2026
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