Documentation
¶
Overview ¶
Package bf parses Brainfuck source files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lexer ¶
type Lexer struct {
// contains filtered or unexported fields
}
Lexer scans tokens in Brainfuck source.
type Program ¶
Program is a sequence of Brainfuck tokens with file information.
Click to show internal directories.
Click to hide internal directories.