We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Syntaxing

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
digit => "0"|"1"|"2"|"3"|"4"|"5"|"6"|"7"|"8"|"9"
number => (""|"-")&[digit]
lcl => "a"|
#oops :3 add info
number2 => {"-"}&[digit]
def *name* *args* -> command
macros *name* *args* -> return
valid "print" *text*
valid number

brainfuck syntax

valid "+"|"-"|">"|"<"|"."|","|"["|"]"

:3

tips:

| is or

& is and

[...] is so many times

{...} is optional

User:Timm