Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 771 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 771 Bytes

Scala-Refactoring-Tool

A tool that performs syntax tree analysis and refactors Scala code snippets.

Screenshot 2023-09-24 at 11 29 51 PM

Examples

CONDITIONALS TO PATTERN MATCH EXPRESSIONS

Screenshot 2023-09-24 at 11 33 45 PM

LOOPS TO COMMON SEQUENCE METHODS

Screenshot 2023-09-24 at 11 35 20 PM