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.
- Update README with more details.
- Add instructions on how to build.
- Add instructions on how to run.
- Unify
refactoring
withcommand
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?