Skip to content

Instantly share code, notes, and snippets.

@toptensoftware
Created October 26, 2016 02:01
Show Gist options
  • Select an option

  • Save toptensoftware/70efd18ed680f76e2a9341c6b898e3ad to your computer and use it in GitHub Desktop.

Select an option

Save toptensoftware/70efd18ed680f76e2a9341c6b898e3ad to your computer and use it in GitHub Desktop.
public enum Token
{
EOF,
Add,
Subtract,
Number,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment