@@ -5,18 +5,18 @@ A Simple programming Language made with C#
55Melon Language Supports both compiling AND interpreting
66
77# Syntax
8- ``` > = move the cursor right by 1
9- < = move the cursor left by 1
10- + = add the Address that is selected in cursor
11- - = subtract the Address that is selected in cursor
12- ; = print the Array in the screen
13- @ = compile the values into a executable file
14- % = clears the screen
15- $ = resets all address
16- & = loads program into memory
17- ~ = executes the program in text format
18- * = writes a custom value into address
19- \ = jumps to a certain position
20- / = copy the address to a specific place
21- ^ = check if the address is <your value> or not
22- ! = quit`` `
8+ ` > = move the cursor right by 1 `
9+ ` < = move the cursor left by 1 `
10+ ` + = add the Address that is selected in cursor `
11+ ` - = subtract the Address that is selected in cursor `
12+ ` ; = print the Array in the screen `
13+ ` @ = compile the values into a executable file `
14+ ` % = clears the screen `
15+ ` $ = resets all address `
16+ ` & = loads program into memory `
17+ ` ~ = executes the program in text format `
18+ ` * = writes a custom value into address `
19+ ` \ = jumps to a certain position `
20+ ` / = copy the address to a specific place `
21+ ` ^ = check if the address is <your value> or not `
22+ ` ! = quit `
0 commit comments