Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
Added emoji support and syntax changing to the README.md file
  • Loading branch information
NexInfinite committed Aug 14, 2021
1 parent 4447b87 commit 460ae50
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ let x = 10
<br>to<br>
![img_1.png](images/keywords_dict_2.png)

If you want to be super quirky you can even use emojis in the `KEYWORDS_DICT` and make
some horrible emoji language!
### Builtin functions
You may hate calling print like this:
```
Expand All @@ -42,6 +44,20 @@ shout("Hello, World!")
<br>to<br>
![img_1.png](images/builtins_2.png)

### Syntax
Sometimes it can be annoying typing out:
```
var x = 10
```
so you may want this:
```
x = 10
```
To do this change:
![img.png](images/syntax_1.png)
<br>to<br>
![img_1.png](images/syntax_2.png)

# What are the plans?
I am planning to allow more control, for example a way to change all grammar rules
and also easily add builtins (right now its kind of tedious).
Expand Down
Binary file added images/syntax_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/syntax_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 460ae50

Please sign in to comment.