Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 681 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 681 Bytes

Fig

A functional, fractional-byte programming language. Tired of annoying Unicode codepages in your favorite golfing languages? Fig uses pure, printable ASCII.

Online interpreter (thanks to Steffan153), Operator list

How to run

Simple. Download the release you want from the releases tab then run

java -jar Fig-<version>.jar run <code file> [input]

If you want to format your code as a CGCC post, run

java -jar Fig-<version>.jar format <code file>

To print the lexed and parsed AST, run

java -jar Fig-<version>.jar debugRun <code file> [input]