Skip to content
/ Fig Public

A functional, fractional-byte programming language

License

Notifications You must be signed in to change notification settings

Seggan/Fig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]