We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d258888 commit e1a0630Copy full SHA for e1a0630
REQUIRE
@@ -1,5 +1,4 @@
1
julia 0.5
2
-Lazy
3
-MacroTools
+Lazy 0.6
4
LNR
5
-Tokenize
+Tokenize 0.1
src/CodeTools.jl
@@ -2,7 +2,7 @@ __precompile__()
module CodeTools
-using MacroTools, Lazy, LNR
+using Lazy, LNR
6
7
const AString = AbstractString
8
0 commit comments