Modules/Objects
2024-03-22 16:13:42 +03:00
..
applications RIP tp::Strings 2024-03-22 16:13:42 +03:00
private RIP tp::Strings 2024-03-22 16:13:42 +03:00
public RIP tp::Strings 2024-03-22 16:13:42 +03:00
rsc parser error handling 2024-03-07 12:33:57 +03:00
tests RIP tp::Strings 2024-03-22 16:13:42 +03:00
CMakeLists.txt RIP tp::Strings 2024-03-22 16:13:42 +03:00
README.md Edit todo and status texts 2024-03-07 13:28:59 +03:00

Objects

Objects are simple structures with run-time type information attached.

Features

  • Encapsulates most of the basic types into run time object.
  • Has its own scripting language to manipulate those objects at run-time.
  • Can save and load any object at any point in execution.