Standard template library implementation
Introducing support for standard template library. Standard templates are a predefined Plain source files that can be used as a starting point for building applications. Initially standard templates are available for the following languages/application types:
- Python Console Application (python-console-app-template.plain)
- Go Lang Console Application (golang-console-app-template.plain)
- TypeScript React Web Application (typescript-react-app-template.plain)
Standard templates reside in the standard_template_library
folder. See also examples for more information how standard templates can be used.
In addition to standard templates and bug fixes, the new version also introduces:
- renaming end-to-end tests to conformance tests to align ourselves with the nomenclature used by Tessl.io,
- '--full-plain' command line flag that returns full plain text source with all templates applied.