Posted By: Aaron Patterson
Date: 2008-08-23 02:18
Summary: zomg 1.0.2 Released
Project: ZOMG
zomg version 1.0.2 has been released!
ZOMG is an OMG IDL parser. ZOMG will generate a Ruby AST from an IDL AST, and will even generate ruby (by means of Ruby2Ruby).
## FEATURES/PROBLEMS:
* Parses IDL, generates Ruby * Ships with OMFG the Object Management File Generator * Ignores nested structs/unions * Treats out/inout parameters are DIY
## SYNOPSIS:
In code:
ZOMG::IDL.parse(File.read(ARGV[0])).to_ruby
Command line:
$ omfg lol.idl > roflmao.rb
Changes:
### 1.0.2
* 2 bugfixes
* Generating attribute functions that raise rather than attr_accessors * Removed extra "do not modify" comments |
|