somni 0.2.0

Somni scripting language and VM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Evaluation error
 ---> at line 1 column 2
  |
1 |  main()
  |  ^^^^ Failed to call main: Evaluation error
 ---> at line 4 column 5
  |
4 |     fun1();
  |     ^^^^ Failed to call fun1: Evaluation error
 ---> at line 9 column 5
  |
9 |     fun2();
  |     ^^^^ Failed to call fun2: Evaluation error
  ---> at line 16 column 13
   |
16 |     var c = a + b;
   |             ^^^^^ Failed to evaluate expression: Runtime error