Modules/Objects
2023-10-22 20:23:29 +03:00
..
applications Apply formating to all files. CLeanup 2023-10-22 20:23:29 +03:00
private Apply formating to all files. CLeanup 2023-10-22 20:23:29 +03:00
public Load and destroy methods revised for proper reference counting 2023-08-01 20:06:34 +03:00
rsc Objects Initial 2023-07-25 08:11:19 +03:00
tests Apply formating to all files. CLeanup 2023-10-22 20:23:29 +03:00
CMakeLists.txt Adding objects GUI initial. Changing TODO. Some fixes along side 2023-08-07 18:37:11 +03:00
README.md Objects Initial 2023-07-25 08:11:19 +03:00

Objects

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

Features

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

TODO

  • Dubug information support
  • Run-time error handling
  • Dead code elimination & optimization

Building

  1. Types repository must be in the same directory.
  2. Export the parent path to the system variables.
setx SRC_DIR "parent path"