Sha256: 53dc6ca482e37bac271a97e5bb3bf9457a8ba4faefb046f8363f19454357c811

Contents?: true

Size: 286 Bytes

Versions: 1

Compression:

Stored size: 286 Bytes

Contents

module Fonte
  module Parsers
    grammar Log
      include Word
      include Temporal
      include Rcon
      include Action

      rule entry
        "L" SPACE date_time ":" SPACE command "\n"?
      end

      rule command
        action / rcon_command
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fonte-0.1.0 lib/fonte/parsers/log.treetop