Skip to content
Discussion options

You must be logged in to vote
Admin verified this answer by Feroan101 Aug 11, 2026

Enor uses a stack-based execution model through the Cradle VM. The .ens source is first assembled into .enb bytecode, which Cradle then loads and executes through its instruction loop.

The basic flow is:

.ens source → assembler → .enb bytecode → Cradle VM → execution

The VM maintains the execution state and stack while processing the bytecode instructions. So Enor is essentially the language layer, while Cradle provides the runtime that actually executes the compiled representation.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer verified by Admin Aug 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants