Skip to content

Instantly share code, notes, and snippets.

@kelvingakuo
Created November 19, 2021 12:23
Show Gist options
  • Save kelvingakuo/91f2e1675fada4563d42f7d83c453e0b to your computer and use it in GitHub Desktop.
Save kelvingakuo/91f2e1675fada4563d42f7d83c453e0b to your computer and use it in GitHub Desktop.
def term():
if(accept("integer", False) or accept("float", False) or accept("name", False)):
return True
def terminal():
if(accept("terminal")):
return True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment