Skip to content

Decompiler Feature Request: support custom prefix and infix operators #1

@GoogleCodeExporter

Description

@GoogleCodeExporter
For example, given 

let (=~) input pattern = System.Text.RegularExpressions.Regex.IsMatch(input, 
pattern)

the quotation

<@ "hello world" =~ "worlds" @>

decompiles to

RegexUtils.op_EqualsTwiddle "hello world" "worlds"




Original issue reported on code.google.com by stephen....@gmail.com on 15 Feb 2011 at 1:19

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