File Manager

Path: /opt/chef/embedded/lib/ruby/gems/2.7.0/gems/regexp_parser-1.7.1/lib/regexp_parser/

Viewing File: syntax.rb

require File.expand_path('../syntax/tokens', __FILE__)
require File.expand_path('../syntax/base', __FILE__)
require File.expand_path('../syntax/any', __FILE__)
require File.expand_path('../syntax/version_lookup', __FILE__)
require File.expand_path('../syntax/versions', __FILE__)

module Regexp::Syntax
  class SyntaxError < StandardError; end
end