Syntaxing
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