menu
ball_compiler package
documentation
compiler.dart
DartCompiler
DartCompiler.new constructor
DartCompiler.new constructor
dark_mode
light_mode
DartCompiler
constructor
DartCompiler
(
Program
program
, {
bool
noFormat
=
false
,
})
Implementation
DartCompiler(this.program, {this.noFormat = false}) { _buildLookupTables(); }
ball_compiler package
documentation
compiler
DartCompiler
DartCompiler.new constructor
DartCompiler class