Class: FFIDB::Exporters::Lisp

Inherits:
FFIDB::Exporter show all
Defined in:
lib/ffidb/exporters/lisp.rb

Overview

Code generator for the Common Lisp programming language (using CFFI).

Constant Summary collapse

TYPE_MAP =
'lisp.yaml'

Instance Attribute Summary

Attributes inherited from FFIDB::Exporter

#options

Instance Method Summary collapse

Methods inherited from FFIDB::Exporter

#begin, #begin_library, #close, #debug?, #dlopen_paths_for, #emit, #export_enum, #export_function, #export_header, #export_struct, #export_symbol, #export_typedef, #export_union, #finish_library, for, #header?, #initialize, #verbose?

Constructor Details

This class inherits a constructor from FFIDB::Exporter

Instance Method Details

#finishObject



13
14
15
# File 'lib/ffidb/exporters/lisp.rb', line 13

def finish
  puts self.render_template('lisp.erb')
end