Posted By: Aaron Patterson
Date: 2008-08-20 03:24
Summary: zomg 1.0.1 Released
Project: ZOMG
zomg version 1.0.1 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.1
* 1 bugfix
* Prefix modules must be split |
|