Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ isTerminatingMacro
Method
isTerminatingMacro
src/jvm/clojure/lang/EdnReader.java:375–377 ·
view source on GitHub ↗
(int ch)
Source
from the content-addressed store, hash-verified
373
}
374
375
static
private
boolean isTerminatingMacro(
int
ch){
376
return
(ch !=
'#'
&& ch !=
'\'
' && isMacro(ch));
377
}
378
379
/*
380
public
static
class
RegexReader extends AFn{
Callers
1
readToken
Method · 0.95
Calls
1
isMacro
Method · 0.95
Tested by
no test coverage detected