SantaScript
Features:
unwrapping numbers, evaluations, strings.
Declaring variables.
Cannot unwrap variables.
To add a new function.
1. Add a new elif statement in the Lexer
2. Add a new if statement to parse it
Code examples
$var = 1
if $var == 1 then
unwrap "True"
endif
unwrap "Hello world"
Log in or sign up for Devpost to join the conversation.