Skip to content

Instantly share code, notes, and snippets.

@michaelsbradleyjr
Created June 9, 2021 16:27
Show Gist options
  • Save michaelsbradleyjr/c9c9527a269d76e5a31272ed72036b25 to your computer and use it in GitHub Desktop.
Save michaelsbradleyjr/c9c9527a269d76e5a31272ed72036b25 to your computer and use it in GitHub Desktop.
ProcDef
Postfix
Ident "*"
Ident "hello"
Empty
GenericParams
IdentDefs
Ident "T"
Ident "U"
Empty
Empty
FormalParams
Empty
IdentDefs
Ident "someName"
Ident "string"
Empty
IdentDefs
Ident "otherStuff"
Ident "int"
Empty
Empty
Empty
StmtList
Command
Ident "echo"
Infix
Ident "&"
Infix
Ident "&"
Infix
Ident "&"
StrLit "Hello, "
Ident "someName"
Prefix
Ident "$"
Ident "otherStuff"
StrLit "!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment