refactoring_custom/README.md
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 14 Jun 2015 09:46:51 +0100
changeset 833 297eb38e4eee
parent 821 README.md@ce462903d43b
permissions -rw-r--r--
Package jn:refactoring_custom renamed to stx:goodies/smallsense/refactoring_custom
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
821
ce462903d43b README.md edited online with Bitbucket
Jakub Nesveda <d1cecz@gmail.com>
parents:
diff changeset
     1
# API for Code Generation and Refactoring #
ce462903d43b README.md edited online with Bitbucket
Jakub Nesveda <d1cecz@gmail.com>
parents:
diff changeset
     2
ce462903d43b README.md edited online with Bitbucket
Jakub Nesveda <d1cecz@gmail.com>
parents:
diff changeset
     3
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 .
ce462903d43b README.md edited online with Bitbucket
Jakub Nesveda <d1cecz@gmail.com>
parents:
diff changeset
     4
ce462903d43b README.md edited online with Bitbucket
Jakub Nesveda <d1cecz@gmail.com>
parents:
diff changeset
     5
### Overview from docs ###
ce462903d43b README.md edited online with Bitbucket
Jakub Nesveda <d1cecz@gmail.com>
parents:
diff changeset
     6
ce462903d43b README.md edited online with Bitbucket
Jakub Nesveda <d1cecz@gmail.com>
parents:
diff changeset
     7
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.