You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neptools/gen_binding.rb

18 lines
662 B
Ruby

#! /usr/bin/env ruby
# frozen_string_literal: true
require_relative 'libshit/gen_binding'
Parser.add_src %w(
src/dumpable src/endian src/open src/sink src/source src/txt_serializable
src/format/cl3 src/format/context src/format/cstring_item
src/format/eof_item src/format/gbnl src/format/item
src/format/primitive_item src/format/raw_item
src/format/stcm/collection_link src/format/stcm/data
src/format/stcm/expansion src/format/stcm/exports src/format/stcm/file
src/format/stcm/gbnl src/format/stcm/header src/format/stcm/instruction
src/format/stcm/string_data
src/format/stsc/file src/format/stsc/header src/format/stsc/instruction
)
main