Update README.md

This commit is contained in:
Felix Queißner 2015-08-22 15:54:31 +02:00
parent 9313bde8d5
commit bf33a7f308

View file

@ -14,15 +14,15 @@ Also it leaks memory. A lot of memory.
## Todo List ## Todo List
- Fix memory leaks - Fix memory leaks
-- Validation code leaks memory - Validation code leaks memory
-- ??? - ???
- Improve virtual machine / trainScript - Improve virtual machine / trainScript
-- Restructre code execution into loop-based execution instead of a recursion-based one - Restructre code execution into loop-based execution instead of a recursion-based one
-- Add support for feature restriction - Add support for feature restriction
-- Add variable modifier `SHARED`: C/C++ `static` counterpart - Add variable modifier `SHARED`: C/C++ `static` counterpart
-- Add JIT compiler with thunkers - Add JIT compiler with thunkers
- Improve kernel - Improve kernel
-- Add support for "delegates" (callback + state): `void callback(void *state) - Add support for "delegates" (callback + state): `void callback(void *state)
## Guidlines ## Guidlines
- Calls to `die` or `die_extra` should follow the following scheme: `ContextName.ErrorName` - Calls to `die` or `die_extra` should follow the following scheme: `ContextName.ErrorName`