Module: Gloss

Defined in:
lib/gloss/scope.rb,
lib/gloss/cli.rb,
lib/gloss/config.rb,
lib/gloss/errors.rb,
lib/gloss/parser.rb,
lib/gloss/source.rb,
lib/gloss/writer.rb,
lib/gloss/builder.rb,
lib/gloss/version.rb,
lib/gloss/watcher.rb,
lib/gloss/initializer.rb,
lib/gloss/type_checker.rb

Overview

This file was generated by Gloss; any changes made here will be overwritten. See src/ to make changes

Defined Under Namespace

Modules: Errors, Utils Classes: Builder, CLI, Initializer, Parser, Scope, Source, TypeChecker, Watcher, Writer

Constant Summary collapse

CONFIG_PATH =
".gloss.yml"
Config =
OpenStruct.new(default_config: {:frozen_string_literals => true,
:src_dir => "src"}.freeze)
VERSION =
"0.0.5"