File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,31 @@ Melon Language Supports both compiling AND interpreting
66
77# Syntax
88` > = move the cursor right by 1 `
9+
910` < = move the cursor left by 1 `
11+
1012` + = add the Address that is selected in cursor `
13+
1114` - = subtract the Address that is selected in cursor `
15+
1216` ; = print the Array in the screen `
17+
1318` @ = compile the values into a executable file `
19+
1420` % = clears the screen `
21+
1522` $ = resets all address `
23+
1624` & = loads program into memory `
25+
1726` ~ = executes the program in text format `
27+
1828` * = writes a custom value into address `
29+
1930` \ = jumps to a certain position `
31+
2032` / = copy the address to a specific place `
33+
2134` ^ = check if the address is <your value> or not `
35+
2236` ! = quit `
You can’t perform that action at this time.
0 commit comments