Class: RubyJsonParser
- Inherits:
-
Object
- Object
- RubyJsonParser
- Extended by:
- T::Sig
- Defined in:
- lib/ruby_json_parser.rb,
lib/ruby_json_parser/ast.rb,
lib/ruby_json_parser/lexer.rb,
lib/ruby_json_parser/token.rb,
lib/ruby_json_parser/parser.rb,
lib/ruby_json_parser/result.rb,
lib/ruby_json_parser/version.rb,
lib/ruby_json_parser/evaluator.rb
Overview
typed: strong frozen_string_literal: true
Defined Under Namespace
Modules: AST, Evaluator Classes: Lexer, Parser, Result, SyntaxError, Token
Constant Summary collapse
- VERSION =
rubocop:disable Style/StaticClass
'0.1.0'