Home | History | Annotate | Download | only in BrainF

Lines Matching refs:BrainF

1 //===-- BrainF.h - BrainF compiler class ----------------------*- C++ -*-===//
10 // This class stores the data for the BrainF compiler so it doesn't have
24 /// This class provides a parser for the BrainF language.
28 class BrainF {
30 /// Options for how BrainF should compile
36 /// This is the main method. It parses BrainF from in1
38 /// void brainf()
46 /// The different symbols in the BrainF language
68 /// Put the brainf function preamble and other fixed pieces of code