1
1
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:
Patrick Thomson 2019-10-23 13:15:42 -04:00
parent 14c3faf750
commit 9b46692cbd

View File

@ -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