Source of TeaScript Host Application from 
https://tea-age.solutions/downloads/


You need the TeaScript C++ Library either from the link above or from github (below).

Use same compile instructions as for the demo app in the TeaScript C++ Library:
https://github.com/Florian-Thake/TeaScript-Cpp-Library

Additionally:
libfmt (as header only) is mandatory. (tested with libfmt 10.1.1 and 9.1.0)
Libfmt can be downloaded here https://fmt.dev/latest/index.html
You only need to set the include path in your project(s) / for compilation. Detection is then done automatically.

Optional Features:
TOML Support - for the integrated TOML Support you need the toml++ Library. (tested with 3.4.0)
You can find the toml++ library here: https://github.com/marzer/tomlplusplus 
You only need to set the include path in your project(s) / for compilation. Detection is then done automatically.
See include/teascript/TomlSupport.hpp for some more details.

GNU Readline - for a better REPL experience (Linux only, tested with GNU readline 8.2)
Source code can be found here: https://ftp.gnu.org/gnu/readline/
or here https://tea-age.solutions/downloads/


Copyright (C) 2024 Florian Thake <contact |at| tea-age.solutions>.

 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License
 as published by the Free Software Foundation, version 3.
 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
 You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>
 
 