CodeusTech / CodeusTech/Xita

Develop List of 'System' Identifiers

Open
#89 0 comments 0 reactions 0 assignees View on GitHub
enhancement planning
Dominant language
C++
Stars
5
Forks
0
PR merge metrics
No merged PRs in 30d

Description

We need a central list of function names that can be used with the System access modifier.

The prime example is `_x_alloc` which serves as the backend function for allocating dynamic memory.

Example usage:
```Haskell
system _x_alloc nBytes = ...

```
Once the function is defined, the system will know to use the provided functionality for dynamic memory allocation (e.g. in data types, lists, trees, etc.)

This list needs to be expanded to encompass all interactions between the system and language backends.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.