Edit todo and status texts
This commit is contained in:
parent
0f455dd33b
commit
93266715c0
6 changed files with 122 additions and 80 deletions
|
|
@ -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"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue