File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 11# Melon-Language
22A Simple programming Language made with C#
3+
4+ # Both Compiling and Interpreting
5+ Melon Language Supports both compiling AND interpreting
6+
7+ # 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
You can’t perform that action at this time.
0 commit comments