refactoring_custom/README.md
changeset 833 297eb38e4eee
parent 821 ce462903d43b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/refactoring_custom/README.md	Sun Jun 14 09:46:51 2015 +0100
@@ -0,0 +1,7 @@
+# API for Code Generation and Refactoring #
+
+This repository contains bachelor's thesis source codes for Czech Technical University in Prague - Faculty of Information Technology - Department of Software Engineering. Submitted version is marked with tag #thesis_submission. Further reading can be found in folder docs or thesis text repo https://bitbucket.org/jnesveda/refactoring_custom_thesis .
+
+### Overview from docs ###
+
+API for programmers who would like to create their own code generators or refactorings in Smalltalk/X environment. This API is intended to be more user-friendly than existing possibilities in STX version 6.2.5 . The documentation here is not very detailed and further reading can be found in bachelor's thesis text (BP_Nesveda_Jakub_2015.pdf), especially chapter "API in a nutshell" describes how to write code generators or refactoring.