Commit Graph

  • 9aad602df3
    Documentation and comments master Carlos Galindo 2019-04-10 01:20:24 +0200
  • 5ca4da62dc Added test Carlos Galindo 2019-04-09 20:07:33 +0200
  • daa1c2d90a
    Added support for any continue statements, fixed empty for loops (set condition to true if empty) Carlos Galindo 2019-04-04 18:00:16 +0200
  • 96847b7a8a
    Visitor: implemented any possible breakStmt Carlos Galindo 2019-04-04 17:14:14 +0200
  • 47bff81942
    Split methods Carlos Galindo 2019-04-04 00:51:10 +0200
  • 5ea988992a
    Fixed labels positioning, added flexibility Carlos Galindo 2019-04-04 00:13:52 +0200
  • e77fe8f772
    Complete API change Carlos Galindo 2019-04-04 00:03:12 +0200
  • f24b00c255
    Changed inner classes to be static Carlos Galindo 2019-04-03 18:02:26 +0200
  • 498966d76e
    Modified blocks so that the condition is squared and labeled Carlos Galindo 2019-04-03 18:00:14 +0200
  • d7abcb7b55
    Boxed up control flow structures and preparation for edge labeling Carlos Galindo 2019-04-03 17:37:57 +0200
  • 137d01938c
    Visitador: added switchStmt with breaks Carlos Galindo 2019-04-03 15:34:25 +0200
  • fcdab2da3f
    Merge remote-tracking branch 'origin/master' Carlos Galindo 2019-04-02 19:59:00 +0200
  • b0fe4738e3
    Remove warnings Carlos Galindo 2019-04-02 19:54:47 +0200
  • 5b217389d9 Add LICENSE Carlos Galindo 2019-03-27 11:14:38 +0000
  • a5ba8831b2
    Visitador: added support and test for foreachStmts Carlos Galindo 2019-03-27 12:11:08 +0100
  • 5a1d4b8e8d
    Added tests Carlos Galindo 2019-03-27 11:57:47 +0100
  • 63c312589a
    CFG: improved numbering system and removed connect(int, int) Carlos Galindo 2019-03-27 11:57:18 +0100
  • 64395b31a0
    Visitador: implemented returnStmts Carlos Galindo 2019-03-27 11:55:19 +0100
  • 709bde80af
    Visitador: implemented forStmts Carlos Galindo 2019-03-27 01:57:03 +0100
  • af1e41c592
    Visitador: implemented doStmts Carlos Galindo 2019-03-27 00:41:26 +0100
  • dc51f39176
    Transformador: more verbosity Carlos Galindo 2019-03-27 00:16:53 +0100
  • 59a768855d
    Visitador: added treatment of whileStmts Carlos Galindo 2019-03-27 00:16:44 +0100
  • 8b62733a44
    CFG: moved to list of tuples to avoid implicit comparisons with .equals() and improved index detection Carlos Galindo 2019-03-27 00:15:04 +0100
  • 6be592fbd1
    Transformador now takes a file/dir and transforms that Carlos Galindo 2019-03-26 23:26:21 +0100
  • c768ffb7d3
    Added treatment of ifElse statements Carlos Galindo 2019-03-26 23:26:01 +0100
  • 5dd9e8e35b
    Upgraded to Java8 Carlos Galindo 2019-03-26 23:25:35 +0100
  • 56c07550f2
    Moved from Statement nodes to Node nodes Carlos Galindo 2019-03-26 22:41:38 +0100
  • 221c9e6b23
    Moved from List<String> to CFG object Carlos Galindo 2019-03-26 22:25:52 +0100
  • 0e5667582b
    Set indent to tabs and applied format to project Carlos Galindo 2019-03-26 20:29:29 +0100
  • 782a4361c2
    Fixed warnings Carlos Galindo 2019-03-26 20:25:29 +0100
  • cf7f5f2f18
    Idea files and .gitignore Carlos Galindo 2019-03-26 20:17:42 +0100
  • a52d26a18e
    Initial commit Carlos Galindo 2019-03-26 20:11:14 +0100