MCPcopy Create free account
hub / github.com/andeya/algorithm / atTerminator

Method atTerminator

go-symexpr/lexer.go:352–362  ·  view source on GitHub ↗

atTerminator reports whether the input is at valid termination character to appear after an identifier. Mostly to catch cases like "$x+2" not being acceptable without a space, in case we decide one day to implement arithmetic.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

lexIdentifierFunction · 0.80

Calls 2

peekMethod · 0.95
isSpaceFunction · 0.85

Tested by

no test coverage detected