We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 041c7e1 + 626aa2f commit 7728217Copy full SHA for 7728217
Project.toml
@@ -4,11 +4,11 @@ authors = ["RelationalAI"]
4
version = "0.3.3"
5
6
[deps]
7
-Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
8
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
9
10
[compat]
11
-julia = "0.7, 1"
+julia = "1"
+MacroTools = "0.4, 0.5"
12
13
[extras]
14
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
src/Rematch.jl
@@ -2,7 +2,6 @@ module Rematch
2
3
import MacroTools
import MacroTools: @capture
-import Compat: occursin, fieldcount
macro splice(iterator, body)
@assert iterator.head == :call
0 commit comments