Can you code in Javascript? Svelte alone is just a frontend compiler. More precisely, Svelte delivers its own JavaScript/TypeScript compiler which generates the client-side JavaScript at build time.
In it we simply visit each node from the tree with pre-order traversal and either: Return the corresponding value, in case the node is of type number. Perform the corresponding arithmetic operation, ...