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
6
6
7
7
# Syntax
8
8
` > = move the cursor right by 1 `
9
+
9
10
` < = move the cursor left by 1 `
11
+
10
12
` + = add the Address that is selected in cursor `
13
+
11
14
` - = subtract the Address that is selected in cursor `
15
+
12
16
` ; = print the Array in the screen `
17
+
13
18
` @ = compile the values into a executable file `
19
+
14
20
` % = clears the screen `
21
+
15
22
` $ = resets all address `
23
+
16
24
` & = loads program into memory `
25
+
17
26
` ~ = executes the program in text format `
27
+
18
28
` * = writes a custom value into address `
29
+
19
30
` \ = jumps to a certain position `
31
+
20
32
` / = copy the address to a specific place `
33
+
21
34
` ^ = check if the address is <your value> or not `
35
+
22
36
` ! = quit `
You can’t perform that action at this time.
0 commit comments