fuckery.parser module

pyFuckery - parser.py Created on 2/19/17.

fuckery.parser.main(options)[source]
fuckery.parser.makeargpaser()[source]
fuckery.parser.parse_program(s: str) → lark.tree.Tree[source]

Parser a program to generate the lark parse Tree.

Parameters:s – Brainfuck program to parse.
Returns: