Repository used for sharing some demos about Tonel integration with VAST Platform (VA Smalltalk).
Explore the docs »
Report a defect
|
Request feature
For Instantiations and VA Smalltalk, having git support is a priority. The first step is the Tonel support to read and write Applications in Tonel format.
- The code is licensed under MIT.
- The documentation is licensed under CC BY-SA 4.0.
Under source there are some apps that were written with the whole purpose of demoing. These apps where written in VA Smalltalk, exported with Tonel and then pushed to this git repository. In addition, under the directory envy you can find the original exported apps as .dat
files. That way, you can import the original apps in VA and see how they look like.
TonelExampleApp
has subapps, config expressions, prerequisites, shadow subapps, private methods, multi categorized methods, and all VA specific features. This app is intended to be imported only in VA Smalltalk, yet not loosing any if the information that was originally in the VA applications. This cannot be currently tested until we finish the Tonel importer for VA.
TonelExampleForPharoApp
doesn't have any VA subapps and it is expected to be imported in Pharo using Iceberg without issues. The only condition is that you have to manually create a dummy class Application
and SubApplication
loading the code.