Skip to content

Mindty-Kollektiv/minitscript

Repository files navigation

License: MIT NIX Build Status MacOSX Build Status Windows/MINGW Build Status Windows/MSC Build Status Coverity Scan Build Status

LOGO

This is the home of MinitScript - The mini C++ transpileable scripting language.

This document and repository is WIP. Expect a BETA release around 2024-04-01.
See section 1.3. for 1.0 BETA release TODO list.

1. Introduction

MinitScript is developed as part of our TDME2 3D Engine to match the requirements for high performance script execution, as well as straight forward game logic scripting.

MinitScript might borrow some ideas from JavaScript, Kotlin, PHP and even C# and C++, which you might like and find familier. Also note the focus on easy integration into other products and easy customizability and extendability.

1.1. Open source

1.2. Language features

  • Introduction to MinitScript language features:
    • very small implementation of a scripting language
    • runs on every CPU, OS, ... due to its simplicity, so its highly portable
    • can be easily extended by writing state machine machine states and script methods in C++ as well as custom data types
    • built-in data types: null, boolean, integer, float, string, byte array, array, map and set, ...
    • when calling script C++ methods or script functions with arguments it does optionally use references or value by copy
    • supports functions/stacklets and recursion
    • supports lamda functions and inline stacklets
    • supports operators by operator to method mapping by a preprocessor run
    • supports loops, conditions and switch/case/default blocks
    • supports programming with classes style programming
      • for built-in datatypes: string, byte array, array, map and set, ...
      • for script classes/objects
      • for custom data types
    • supports event like programming
    • unicode support via UTF8
    • can be transpiled to C++

1.3. 1.0 BETA release TODO list

  • Whats left to do for 1.0 BETA release
    • some adjustments
      • optional: make event system optional??? what about error emits/errors in functions/stacklets???
      • build system: check executable output directories
    • parser
      • improve error messages even more
    • documentation
      • detailed documentation for specific sections and maybe methods
      • README.md: resolve TODOs
      • README-BuildingHowTo.md: resolve TODOs
      • README-Syntax.md: TODO
      • README-Extension.md: TODO
      • README-Integration.md: TODO
      • ...
    • installer for Windows
    • installer for MacOSX

2. Language Documentation

3. Links

11. Donation

  • I have to pay my bills, beer and stuff, so if you have any use for this open source project, like educational, productive or fun, ..., consider a donation here PayPal, here GitHub Sponsors or via Amazon Wishlist

12. Bounties

  • We will most likely accept MinitScript (related) tasks as kind of bounties for a customized MinitScript or default MinitScript

About

MinitScript - The mini C++ transpileable scripting language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published