Skip to content
/ tscript Public

Reference implementation of the TScript programming language

License

Notifications You must be signed in to change notification settings

TGlas/tscript

Repository files navigation

TScript

This is the reference implementation of the TScript ("teaching-script") programming language.

Getting Started

TScript comes as a single html file. It does not require installation. Simply open the file in a modern browser and you are ready to go. Click here for a quick test. For more serious use it is recommended to store the page in your local file system — use "save link as" (or similar) from the context menu.

TScript comes with a complete integrated development environment (IDE). You can start programming straight away in the source code editor on the left. Documentation is also built-in - try the Documentation button on the right of the toolbar.

Example Programs

In TScript, "hello world" is a one-liner:

print("Hello World");

For proper example code have a look at the examples directory.

Documentation

The documentation is included in the IDE. It can be accessed with the button at the top right. It is also available here.

Bugs

If you find a bug report it here.

Author

TScript is developed by Tobias Glasmachers.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

The TScript IDE uses interact. In older versions, it relied on the CodeMirror editor. Thanks to Manuel Fischer, TheHllm, Jartreg, and duckmopsi for contributions.

About

Reference implementation of the TScript programming language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages