Skip to content

Commit 6413e92

Browse files
Update README.md
1 parent dc58d12 commit 6413e92

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
11
# Melon-Language
22
A 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

0 commit comments

Comments
 (0)