Skip to content

[Decompiler][Patch]Failed around TupleGet pattern #77

@GoogleCodeExporter

Description

@GoogleCodeExporter
I'm going to user your library in my project https://github.com/Kakadu/Falka/
Your tool have generatored worng code for
fun a b c ->
          match (a,b) with
          | (TNumber a,TOperator x) -> AExpr (x, ANumber a,c)
          | _ -> failwith "some bug here")

because you haven't investigate TupleGet pattern while decompilation,

Patch added.



Original issue reported on code.google.com by kakadu.hafanana on 1 Feb 2012 at 11:10

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions