Go to the source code of this file.
Functions | |
word_t | env_sym_to_index (vm_dyn_env_t env, const char *key) |
Get index associated to symbol key . 0 means key dosen't exist in map. | |
const char * | env_index_to_sym (vm_dyn_env_t env, word_t index) |
Get key associated to index . | |
vm_data_t | env_get (vm_dyn_env_t env, word_t index) |
Get value at index. | |
void | env_set (vm_t vm, vm_dyn_env_t env, word_t index, vm_data_t) |
Set value at index. |