maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

Negative number symbol should highlight when preceding an int/float #307

Open thebho opened 7 years ago

thebho commented 7 years ago

Use the tag: negative_number

solkaz commented 7 years ago

Parser seems to not return negative_number and I'm unable to test the parser locally. Blocking this until Joel is available

Hopding commented 7 years ago

~Blocked until https://github.com/maryvilledev/codesplain/issues/56 is resolved.~

Hopding commented 7 years ago

~Blocked by #442.~

Hopding commented 7 years ago

Blocked until some some updates have been made to the tree matchers.