Module pibfi_parser

Description

Brainf*ck parser for pibfi.

Function Index

Exported Functions
parse/2Transforms a string into a nested tuple data structure suitable for interpretation.

Exported Functions

parse/2

parse(string() | binary(), Options) -> {tuple(), string()}

Transforms a string into a nested tuple data structure suitable for interpretation.