Skip to content

Instantly share code, notes, and snippets.

@0rka
Created January 28, 2018 11:39
Show Gist options
  • Save 0rka/24809e52d9d10c616a39cae5e3f52dd1 to your computer and use it in GitHub Desktop.
Save 0rka/24809e52d9d10c616a39cae5e3f52dd1 to your computer and use it in GitHub Desktop.
re.compile(ur'^\.class.*\ (.+(?=\;))', re.MULTILINE)
re.compile(ur'^\.method.+?\ (.+?(?=\())\((.*?)\)(.*?$)(.*?(?=\.end\ method))', re.MULTILINE | re.DOTALL)
re.compile(ur'invoke-.*?\ {(.*?)}, (.+?(?=;))\;\-\>(.+?(?=\())\((.*?)\)(.*?)(?=$|;)', re.MULTILINE | re.DOTALL)
re.compile(ur'move-result.+?(.*?)$', re.MULTILINE | re.DOTALL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment