/Pyfuck

A modern dialect of the best programming language ever.

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Pyfuck

A modern dialect of the best programming language ever.

Hello, World!

Syntax

Pyfuck Brainfuck
raise +
break -
pass >
return <
print() .
while True: [
unindent ]

Build

stack install

Run

pyfuck <source-path>

This Entire Repo Could Have Been a Gist

  • Parsing indentation sensitive grammars with Parsec: Parser
  • Monad transformers, exception, state and IO monad: Eval