Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hiperiondev authored Aug 30, 2024
1 parent 7afe7a7 commit 6992356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Also the use of native data types has generic options for use as well as the def
- [x] Heap with automatic growth and optional shrink. Allocation management by bit mask (simple and fast)
- [x] Call with frame placement and stack space reservation for local variables
- [x] Heap management per frame with automatic release at the exit of the frame
- [x] Generic data objects in HEAP and static attribute (survive to frame GC)
- [x] Native external data management (via custom function)
- [x] Libraries for custom data types
- [x] Simple external functions (FFI)
Expand Down

0 comments on commit 6992356

Please sign in to comment.