Modules/Objects
2024-03-22 14:05:25 +03:00
..
applications see ya later allocator 2024-03-22 14:05:25 +03:00
private see ya later allocator 2024-03-22 14:05:25 +03:00
public Fixing lalr on windows 2024-03-12 07:33:11 -07:00
rsc parser error handling 2024-03-07 12:33:57 +03:00
tests tmp 2024-03-14 09:00:14 +03:00
CMakeLists.txt tmp 2024-03-16 12:51:09 +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.