Skip to content

theSwan/NeZha

Repository files navigation

NeZha supports:
bit operations:
& | ^ ! <<< >>>
arithmetic operations:
+ - * / % **
swap operation:
a <-> b

only one expression each line
An identifier must start with a character, and can be made up of digits, characters and dashes

while
    ...
    ...
end

if ...:
elif ...:
else ...:
end

def func():
    ...
end

for i in range(a, b):
    ...
end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages