Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 793 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 793 Bytes

TSDolly

TSDolly is a tool for automatically generating TypeScript programs using Alloy. The generated programs can be used to test the implementation of refactorings.
TSDolly is based on JDolly, which generates Java programs.

This work is part of a bachelor's thesis.

TODO list

  • Update README with more details.
  • Add instructions on how to build.
  • Add instructions on how to run.
  • Unify refactoring with command argument.
  • Unify build.
  • Add ESLint?
  • Add instructions on how to contribute?
  • Add license? (Must check libraries' licenses (guava, alloy, gson))
  • Add CLI to Java code with command options.
  • Add CLI option to Java for manipulating scope?