Skip to content

Instantly share code, notes, and snippets.

@mfelsche
Created July 29, 2017 23:17
Show Gist options
  • Save mfelsche/cf06847b891e54bb1177b9e64188119e to your computer and use it in GitHub Desktop.
Save mfelsche/cf06847b891e54bb1177b9e64188119e to your computer and use it in GitHub Desktop.
incomplete actor ast print
(program:scope
(package:scope
(module:scope
(use x "builtin" x)
(use x "ponytest" x)
(actor:scope
(id Main)
x
tag
(provides (nominal (id $2) (id TestList) x ref x x))
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment