emo-lan 0.1.0

A language that compiles emoji-based syntax into HTML.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# emo-lan

😀😀😀😀😀😀

emo-lan is a language that can be coded with pictograms and compiled to produce HTML.

## Environment building

After cloning the repository, execute the following command.

```
cargo build
cargo test
```