Module: Seafoam

Defined in:
lib/seafoam/graph.rb,
lib/seafoam/colors.rb,
lib/seafoam/config.rb,
lib/seafoam/version.rb,
lib/seafoam/commands.rb,
lib/seafoam/spotlight.rb,
lib/seafoam/annotators.rb,
lib/seafoam/json_writer.rb,
lib/seafoam/graal/source.rb,
lib/seafoam/bgv/bgv_parser.rb,
lib/seafoam/cfg/cfg_parser.rb,
lib/seafoam/graphviz_writer.rb,
lib/seafoam/isabelle_writer.rb,
lib/seafoam/annotators/graal.rb,
lib/seafoam/cfg/disassembler.rb,
lib/seafoam/annotators/fallback.rb,
lib/seafoam/binary/io_binary_reader.rb

Defined Under Namespace

Modules: Annotators, BGV, Binary, CFG, Graal Classes: Annotator, Commands, Config, Edge, Graph, GraphvizWriter, IsabelleWriter, JSONWriter, Node, Spotlight

Constant Summary collapse

WHITE_ICE =

TruffleRuby logo Copyright © 2017 Talkdesk, Inc. Licensed under CC BY 4.0: creativecommons.org/licenses/by/4.0/

'#d7ede7'
CRUISE =
'#b8ddd1'
KEPPEL =
'#3cb4a4'
CARISSMA =
'#e98693'
AMARANTH =
'#da2d4f'
BLACK =
'#1a1919'
WHITE =
'#ffffff'
DUST =
'#f9f9f9'
BIG_STONE =
'#343d46'
ICE_STONE =
'#b3bbc3'
ORANGE =
'#ffa500'
MAJOR_VERSION =
0
MINOR_VERSION =
5
VERSION =
"#{MAJOR_VERSION}.#{MINOR_VERSION}"