Commit graph

15 commits

Author SHA1 Message Date
Carlos Galindo
498966d76e
Modified blocks so that the condition is squared and labeled 2019-04-03 18:00:14 +02:00
Carlos Galindo
d7abcb7b55
Boxed up control flow structures and preparation for edge labeling 2019-04-03 17:37:57 +02:00
Carlos Galindo
137d01938c
Visitador: added switchStmt with breaks 2019-04-03 15:34:25 +02:00
Carlos Galindo
b0fe4738e3
Remove warnings 2019-04-02 19:54:47 +02:00
Carlos Galindo
a5ba8831b2
Visitador: added support and test for foreachStmts 2019-03-27 12:11:08 +01:00
Carlos Galindo
64395b31a0
Visitador: implemented returnStmts 2019-03-27 11:55:19 +01:00
Carlos Galindo
709bde80af
Visitador: implemented forStmts 2019-03-27 01:57:03 +01:00
Carlos Galindo
af1e41c592
Visitador: implemented doStmts 2019-03-27 00:41:26 +01:00
Carlos Galindo
59a768855d
Visitador: added treatment of whileStmts 2019-03-27 00:16:44 +01:00
Carlos Galindo
c768ffb7d3
Added treatment of ifElse statements 2019-03-26 23:26:01 +01:00
Carlos Galindo
56c07550f2
Moved from Statement nodes to Node nodes 2019-03-26 22:42:56 +01:00
Carlos Galindo
221c9e6b23
Moved from List<String> to CFG object 2019-03-26 22:25:52 +01:00
Carlos Galindo
0e5667582b
Set indent to tabs and applied format to project 2019-03-26 20:29:29 +01:00
Carlos Galindo
782a4361c2
Fixed warnings 2019-03-26 20:25:29 +01:00
Carlos Galindo
a52d26a18e
Initial commit 2019-03-26 20:11:14 +01:00