mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
Don't try to implement this yet.
This commit is contained in:
parent
14c3faf750
commit
9b46692cbd
@ -100,9 +100,7 @@ instance (Compile l, Compile r) => Compile (l :+: r) where
|
||||
compile (R1 r) cc = compile r cc
|
||||
|
||||
instance Compile Py.AssertStatement
|
||||
|
||||
instance Compile Py.Attribute where
|
||||
compile it@Py.Attribute { extraChildren = [L1 lhs, R1 rhs]} = _
|
||||
instance Compile Py.Attribute
|
||||
|
||||
-- Assignment compilation. Assignments are an uneasy hybrid of expressions
|
||||
-- (since they appear to have values, i.e. `a = b = c`) and statements (because
|
||||
|
Loading…
Reference in New Issue
Block a user