Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seggan/fig
A functional, fractional-byte programming language
https://github.com/seggan/fig
Last synced: about 2 months ago
JSON representation
A functional, fractional-byte programming language
- Host: GitHub
- URL: https://github.com/seggan/fig
- Owner: Seggan
- License: apache-2.0
- Created: 2022-06-11T19:02:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T02:20:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T14:09:29.895Z (almost 2 years ago)
- Language: Clojure
- Size: 189 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fig
A functional, fractional-byte programming language. Tired of annoying Unicode codepages in your favorite golfing languages? Fig uses pure, printable ASCII.[Online interpreter](https://fig.fly.dev) (thanks to Steffan153), [Operator list](https://gist.github.com/Seggan/2a3eefa03c299174fc636dac69deb73d)
## How to run
Simple. Download the release you want from the releases tab then run
```shell
java -jar Fig-.jar run[input]
```
If you want to format your code as a CGCC post, run
```shell
java -jar Fig-.jar format
```
To print the lexed and parsed AST, run
```shell
java -jar Fig-.jar debugRun[input]
```