Dave Halter
|
186ce2b70a
|
Improve flow analysis a bit.
|
2014-11-05 19:18:45 +01:00 |
|
Dave Halter
|
bcc84820fe
|
Fix issues with unreachable flows.
This benefits static analysis as well as autocompletion: Unreachable code (things like code within 'if 0:') should still be resolveable.
|
2014-09-03 00:05:37 +02:00 |
|
Dave Halter
|
f1711f8f9c
|
possible direction of branch checks for name resolution.
|
2014-08-10 13:17:37 +02:00 |
|
Dave Halter
|
01bdd1e4fa
|
Test fixes and for loops need to be handled a awell in flow_analysis.
|
2014-08-07 15:51:41 +02:00 |
|
Dave Halter
|
0ae9e520c1
|
flow analysis working for elif statements (even in combination with else)
|
2014-08-07 15:18:30 +02:00 |
|
Dave Halter
|
743d064e6d
|
exception while using else as a scope
|
2014-08-07 12:10:31 +02:00 |
|
Dave Halter
|
ee65764c3a
|
more complicated logic working with else
|
2014-08-07 12:02:08 +02:00 |
|
Dave Halter
|
d94a70b524
|
fix a logic issue in the flow_analysis.Status.__and__
|
2014-08-07 03:02:40 +02:00 |
|
Dave Halter
|
23c39eff9a
|
fix lambda issues
|
2014-08-06 12:40:08 +02:00 |
|
Dave Halter
|
e3bb0ccc2e
|
fix a keyword statement issue
|
2014-08-06 12:10:36 +02:00 |
|
Dave Halter
|
15ec0a77fe
|
a first very simple implementation of reachable/unreachable return statements.
|
2014-08-05 17:02:16 +02:00 |
|
Dave Halter
|
f5e49e3218
|
flow analysis preparation
|
2014-08-05 12:06:58 +02:00 |
|
Dave Halter
|
c44168f7ad
|
add a Flow.previous attribute to be able to access the if flow from an else clause.
|
2014-08-05 11:17:18 +02:00 |
|