A example interpreter made in about 1165 lines of nim
Download the binary for your OS here OR run the web interpreter here
jumplang <filename.jmp>
echo "Hello world" # Echoflag h: # Jump to using jump keyword
# Contentjump hif true:
# Stuffecho -159 # Intecho true # boolecho "str" # Strecho 0.567 # floatfunc name(arg1, arg2):
# Stuffname(1, 2)