falsec 0.1.7

An interpreter and compiler for the esotheric programming language FALSE.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# falsec, a compiler for the False language, written in Rust.

Read about the language: [https://esolangs.org/wiki/FALSE](https://esolangs.org/wiki/FALSE)

Install falsec from the AUR:

```bash
yay -S falsec
```

Or install the precompiled binary from the AUR:

```bash
yay -S falsec-bin
```