Skip to content

Instantly share code, notes, and snippets.

@missingfaktor
Created January 24, 2012 08:05
Show Gist options
  • Select an option

  • Save missingfaktor/1668776 to your computer and use it in GitHub Desktop.

Select an option

Save missingfaktor/1668776 to your computer and use it in GitHub Desktop.
trait Expr[+A] {
def eval(st: SymbolTable): A
override def toString = "<expression>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment