Modules/Objects
2024-03-12 07:33:11 -07:00
..
applications parser error handling 2024-03-07 12:33:57 +03:00
private Fixing lalr on windows 2024-03-12 07:33:11 -07: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 Fixing lalr on windows 2024-03-12 07:33:11 -07:00
CMakeLists.txt Fixing lalr on windows 2024-03-12 07:33:11 -07: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.