rgrig / barista

fork of Barista, an OCaml library for handling Java bytecode
http://barista.x9c.fr/
GNU Lesser General Public License v3.0
1 stars 0 forks source link

mutual recursion #2

Closed yoff closed 12 years ago

yoff commented 12 years ago

At the moment, encode and encode_code in HighAttribute are mutually recursive. For decoding we broke up the recursion, and we might want to do the same for encoding.

rgrig commented 12 years ago

Fixed in https://github.com/rgrig/barista/commit/e340c1e582b2d8b73f96d87bc6c67f6aa32a6864