Edit todo and status texts

This commit is contained in:
Ilusha 2024-03-07 13:28:59 +03:00 committed by Ilya Shurupov
parent 0f455dd33b
commit 93266715c0
6 changed files with 122 additions and 80 deletions

View file

@ -1,20 +1,8 @@
Objects
Objects
Objects are simple structures with run-time type information attached. <br>
## Features
- Encapsulates most of the basic [types](https://github.com/IlyaShurupov/types.git) into primitives.
- 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.
## TODO
- Dubug information support
- Run-time error handling
- Dead code elimination & optimization
## Building
1. [Types](https://github.com/IlyaShurupov/types.git) repository must be in the same directory.
2. Export the parent path to the system variables.
```
setx SRC_DIR "parent path"
```