Skip to content

Instantly share code, notes, and snippets.

@mzaks
Last active May 26, 2016 09:58
Show Gist options
  • Select an option

  • Save mzaks/2fc4c85f4e74085ff4ed20195f6a85d4 to your computer and use it in GitHub Desktop.

Select an option

Save mzaks/2fc4c85f4e74085ff4ed20195f6a85d4 to your computer and use it in GitHub Desktop.
Simple recursive FBS
table Person {
name : string;
friends : [Person];
}
root_type Person;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment