Skip to content

Commit

Permalink
Remove unneeded astKind type.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeda committed Mar 7, 2016
1 parent 566a2cf commit 964a6e8
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,40 +20,7 @@ import (
"fmt"
)

// type astKind int

// const (
// astApply astKind = iota
// astArray
// astArrayComprehension
// astArrayComprehensionSimple
// astAssert
// astBinary
// astBuiltinFunction
// astConditional
// astDollar
// astError
// astFunction
// astImport
// astImportstr
// astIndex
// astLocal
// astLiteralBoolean
// astLiteralNull
// astLiteralNumber
// astLiteralString
// astObject
// astDesugaredObject
// astObjectComprehension
// astObjectComprehensionSimple
// astSelf
// astSuperIndex
// astUnary
// astVar
// )

// identifier represents a variable / parameter / field name.

//+gen set
type identifier string
type identifiers []identifier
Expand Down

0 comments on commit 964a6e8

Please sign in to comment.