opcodes.md
June 25, 2026 ยท View on GitHub
Opcodes
System and Runtime
Primitive Types
Variable Definition and Modification
- symbol
- let
- declare
- assign
- accum
- assign_if_equal
- retrieve
- exists
- unassign
- target
- stack
- args
- get_type
- get_type_string
- set_type
- format
Control Flow
Logic and Comparison
Basic Math
Advanced Math
- exp
- log
- erf
- tgamma
- lgamma
- sqrt
- pow
- dot_product
- normalize
- mode
- quantile
- generalized_mean
- generalized_distance
- entropy
Trigonometry
String Operations
Container Manipulation
- first
- tail
- last
- trunc
- append
- size
- get
- modify
- indices
- values
- contains_index
- contains_value
- remove
- keep
Iteration and Container Transform
- range
- rewrite
- map
- filter
- weave
- reduce
- associate
- zip
- unzip
- reverse
- sort
- current_index
- current_value
- previous_result
Entity Lifecycle and Storage
- create_entities
- clone_entities
- move_entities
- destroy_entities
- load
- load_entity
- store
- store_entity
- contains_entity
- flatten_entity
- retrieve_entity_root
- assign_entity_roots
- get_entity_permissions
- set_entity_permissions
Entity Access and Manipulation
- contains_label
- assign_to_entities
- accum_to_entities
- remove_from_entities
- retrieve_from_entity
- call_entity
- call_on_entity
- call_container
Entity Query Engine
- contained_entities
- compute_on_contained_entities
- query_select
- query_sample
- query_in_entity_list
- query_not_in_entity_list
- query_exists
- query_not_exists
- query_equals
- query_not_equals
- query_between
- query_not_between
- query_among
- query_not_among
- query_max
- query_min
- query_sum
- query_mode
- query_quantile
- query_generalized_mean
- query_min_difference
- query_max_difference
- query_value_masses
- query_greater_or_equal_to
- query_less_or_equal_to
- query_within_generalized_distance
- query_nearest_generalized_distance
- query_distance_contributions
- query_entity_convictions
- query_entity_group_kl_divergence
- query_entity_distance_contributions
- query_entity_kl_divergences
- query_entity_cumulative_nearest_entity_weights
- query_entity_clusters
Metadata
- get_annotations
- set_annotations
- get_comments
- set_comments
- get_concurrency
- set_concurrency
- get_value
- set_value
- get_entity_annotations
- get_entity_comments
Code Comparison and Evolution
Entity Comparison and Evolution
- total_entity_size
- mutate_entity
- commonality_entities
- edit_distance_entities
- intersect_entities
- union_entities
- difference_entities
- mix_entities