Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]
```