Module: Seafoam

Defined in:
lib/seafoam/graph.rb,
lib/seafoam/colors.rb,
lib/seafoam/passes.rb,
lib/seafoam/search.rb,
lib/seafoam/version.rb,
lib/seafoam/commands.rb,
lib/seafoam/graal/pi.rb,
lib/seafoam/spotlight.rb,
lib/seafoam/json_writer.rb,
lib/seafoam/graal/source.rb,
lib/seafoam/passes/graal.rb,
lib/seafoam/bgv/bgv_parser.rb,
lib/seafoam/mermaid_writer.rb,
lib/seafoam/passes/truffle.rb,
lib/seafoam/formatters/base.rb,
lib/seafoam/formatters/json.rb,
lib/seafoam/formatters/text.rb,
lib/seafoam/graphviz_writer.rb,
lib/seafoam/isabelle_writer.rb,
lib/seafoam/markdown_writer.rb,
lib/seafoam/passes/fallback.rb,
lib/seafoam/formatters/formatters.rb,
lib/seafoam/binary/io_binary_reader.rb,
lib/seafoam/graal/graph_description.rb,
lib/seafoam/passes/truffle_translators/default.rb,
lib/seafoam/passes/truffle_translators/translators.rb,
lib/seafoam/passes/truffle_translators/truffleruby.rb

Defined Under Namespace

Modules: BGV, Binary, Formatters, Graal, Passes Classes: BFS, Block, Commands, Edge, Graph, GraphvizWriter, IsabelleWriter, JSONWriter, MarkdownWriter, MermaidWriter, Node, Pass, 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"
LIGHT_BLUE =
"#ccccff"
LIGHT_PURPLE =
"#c39bd3"
LIGHT_YELLOW =
"#ffffde"
DARK_YELLOW =
"#aaaa33"
MAJOR_VERSION =
0
MINOR_VERSION =
17
VERSION =
"#{MAJOR_VERSION}.#{MINOR_VERSION}"